Try it at https://stellar.expert/
Stellar Network is awesome from the technical point of view. And one of the killer-features that made it so popular is custom assets in conjunction with the decentralized exchange. However, https://stellarchain.io/ and other ledger explorers lack the possibility that became the standard for other popular blockchains – the ability to view asset stats and monitor its transactions.
I designed a service inspired by the https://etherscan.io/ block explorer.
Key features
- List of all assets that have ever been created
- Detailed asset stats including:
- circulating asset supply
- creation date
- total transactions count
- total trades count
- total trades count
- asset holders
- market price
- overall trading amount
- All asset-related operations:
- transactions
- trades
- established trustlines
- List of accounts holding the asset with distribution graph
- Complete trading history chart with customizable resolution (month, week, day, hour)
The above information will be available retrospectively. Yes, everyone will be able to view how much trades with RippleFox CNY were closed during the last year and what was the circulating supply on the 21 Mar 2017. Deep dive in the history with per-ledger point-in-time snapshots.
The explorer will also provide extended information for accounts and complete account operations history, even for deleted accounts (it's currently impossible to obtain account-related info for accounts that have been merged). Plus all standard features implemented in the StellarChain and other block explorers.
Another interesting aspect I'm working on is a new asset ranking system. The rating system proposed by the @[deleted] is cool by itself, but the https://coinmarketcap.com/ approach (ranking based on the daily trading volume expressed in USD) looks more representative to me. In the following few weeks, I'm planning to introduce the fully-functional asset rating with indicators based on the daily/weekly trading volume.
Please let me know if you are interested in any additional asset statistics, I'll do my best to include requested features.
Issue tracker is available here.
Updates
[2017-11-10] It is up and running: https://stellar.expert
[2017-11-13] UI optimized for mobile browsers:
[2017-11-16] Currently the explorer is not fully synced with network due to the stellar-core history bug. Working on restoring ledger data.
[2017-11-17] Ledger data and statistics restored, explorer is functional. Ledger information since 16 Nov 2017 may be incomplete. We expect to resolve the issue till Nov 20. Sorry for any inconveniences.
[2017-11-20] Added XLM chart with supply, active accounts, trades, transfers and fee pool size metrics.
[2017-11-24] Improved effects description. New trades&transfers chart for the account page.
[2017-11-27] Help hints on all asset, ledger, transaction and account properties. Asset descriptor format now looks like {code}-{issuer}
to match SDK implementation.
[2017-11-29] Point-in-time snapshots implemented for assets.
[2017-12-05] Account interface supports point-in-time snapshots and asset balance history.
[2017-12-07] Asset trade/transfer chart now shows total traded/transferred volume and number of operations.
[2017-12-11] Horizon API tracer window shows raw object description in JSON format obtained directly from a Horizon server.
[2017-12-26] A few major updates:
- New dashboard with all assets and two new charts:
- Top 5 assets by weekly trade volume
- Overall weekly trade volume for all assets and newly created asset dynamic
- New asset rating composite index, based on the following parameters:
- asset age
- overall volume
- weekly volume
- established trustlines
- transfers count
- trades count
- Visualization for rating index in a form of a spiderweb chart
- Aggregated price chart for all assets – OHLC candles with trade volume
- New assets list visualization with price dynamic
- 24h price change
- sparkline chart for weekly dynamic
- Enhanced asset explorer (sort by trade volume, paging)
- Account effects filter by effect type.