Stellar Network Analytics Dashboard
Track Stellar ledger activity, TPS, transaction volume, asset movement, stablecoin flows, and whale activity from one developer-friendly analytics dashboard.
Real-Time Stellar Network Metrics
LumenQuery aggregates data directly from the Stellar Horizon API and Soroban RPC to give you a continuous view of network health. Monitor ledger close times, transaction throughput, operation counts, fee trends, asset activity, and smart contract invocations -- all from a single dashboard that refreshes automatically. Use the time range selector to switch between 24-hour, 7-day, and 30-day views and spot trends as they develop.
Track TPS, Ledger Growth, and Transaction Volume
| Metric | Example Value | Description |
|---|---|---|
| Latest Ledger | 63,312,018 | Most recent closed Stellar ledger |
| Transactions / Minute | 1,284 | Recent transaction throughput |
| Operations / Minute | 4,921 | Stellar operations processed |
| Average Ledger Close Time | 5.1s | Recent network performance |
| Active Assets | 12,480 | Assets with recent activity |
| 24h Transaction Count | 1,284,021 | Total transactions in 24 hours |
Sample preview data. Live metrics update automatically above.
XLM Whale Tracking and Large Payment Monitoring
Identify institutional-scale movements across the Stellar network. LumenQuery surfaces large XLM transfers, stablecoin treasury movements, and unusual payment patterns so you can react before the market does.
- Monitor large XLM payments above configurable thresholds in real time
- Track stablecoin treasury movement across issuer and exchange accounts
- Detect sudden spikes in transaction volume or account activity
- Watch exchange deposit and withdrawal flow patterns for anomalies
- Build automated alerting pipelines triggered by whale-sized transfers
Stellar Stablecoin and Asset Analytics
Stellar is one of the most active networks for stablecoin settlement. LumenQuery tracks USDC, EURC, and other tokenized assets across the network, giving you visibility into payment volume, issuer activity, trustline growth, holder distribution, and token velocity. Whether you are monitoring a token you issued, tracking a competitor's adoption, or researching real-world asset tokenization trends, the analytics dashboard gives you the data you need without running custom indexers or writing SQL.
Example API Response
GET /api/analytics/network?range=24h
{
"network": "stellar-public",
"latest_ledger": 63312018,
"avg_ledger_close_time_seconds": 5.1,
"transactions_24h": 1284021,
"operations_24h": 4921833,
"active_accounts_24h": 84291,
"top_assets": [
{ "asset_code": "USDC", "issuer": "GA5ZSE...", "payments_24h": 184203 }
]
}Built for Developers and Analysts
API Documentation
Full REST API reference for analytics endpoints
Natural-Language Query
Ask questions about the Stellar network in plain English
Live Transaction Viewer
Watch decoded Stellar transactions stream in real time
Pricing Plans
Compare free and paid analytics tiers
Analytics API Guide
Deep dive into the analytics REST API
XLM Whale Alerts
Set up large-transaction monitoring and alerts
Frequently Asked Questions
What is Stellar network analytics?
Stellar network analytics is the process of collecting, aggregating, and visualizing on-chain data from the Stellar blockchain. LumenQuery provides real-time dashboards and REST APIs that let you track ledger activity, transaction throughput, asset movements, fee trends, and Soroban smart contract usage without running your own Horizon or Captive Core infrastructure.
Can I track XLM whale transactions?
Yes. LumenQuery monitors all XLM payments across the network and surfaces large transfers above configurable thresholds. You can filter whale movements by amount, time range, and counterparty to identify institutional flows, exchange movements, and unusual activity patterns.
Can I monitor Stellar stablecoin activity?
Yes. LumenQuery tracks all Stellar-issued assets including USDC, EURC, yXLM, AQUA, and custom tokens. You can monitor payment volume, trustline growth, issuer activity, holder distribution, and token velocity for any asset on the network.
Does LumenQuery provide real-time Stellar metrics?
Yes. The analytics dashboard refreshes automatically every 30 seconds for the 24-hour view. Metrics include latest ledger sequence, transactions per second, operation counts, success rates, average fees, and protocol version. Longer time ranges (7-day, 30-day) are cached for 5 and 10 minutes respectively.
Can developers access analytics through an API?
Yes. Every metric displayed on the dashboard is available through the LumenQuery REST API. Endpoints include /api/analytics/network for ledger and transaction data, /api/analytics/tokens for asset analytics, and /api/analytics/contracts for Soroban activity. All responses are JSON and support time range parameters.
Do I need to run my own Stellar node?
No. LumenQuery connects to Stellar Horizon and Soroban RPC infrastructure on your behalf. You get analytics data through our dashboard and API without provisioning, syncing, or maintaining any blockchain nodes. Create a free account to start querying immediately.
Start building with Stellar analytics today.
Create a free account to access real-time dashboards, REST APIs, and natural-language queries for Stellar network data.