Stats aggregates network-wide XRP Ledger metrics so you can answer "is the network healthy?" and "what's the load profile today?" without running your own indexer.
Live at stats.honeycluster.io.
| Page | What it shows |
|---|---|
/xrpl | Live XRPL network activity — ledger close rate, transaction throughput, validator participation |
/domains | Top domains publishing to XRPL (via Domain fields), ranked by activity |
/geolocation | Validator and node distribution on a world map, by region and country |
Stats reads from the same Clio cluster that powers the API. Counts are
aggregated in short windows (typically 1-minute buckets) and kept in
Honeycluster's analytics store — see @honeycluster/db's analytics
schema in the monorepo for the exact shape.
Nothing on this page is secret or proprietary — every number comes from public XRPL data you could compute yourself with a full-history Clio node and enough patience.
Because Stats reads the same data plane as the API, a dashboard you build yourself on top of Honeycluster will match the numbers here. If there's a divergence, it's almost always a time-window mismatch — Stats uses closed ledger boundaries, not wall-clock seconds.
See Full-History Queries (coming soon) for how to replicate specific Stats charts in your own code.