Network Analytics

Stellar Network Analytics Dashboard

Track Stellar ledger activity, TPS, transaction volume, asset movement, stablecoin flows, and whale activity from one developer-friendly analytics dashboard.

Token Analytics

Token velocity, whale tracking, and issuer risk analysis

Token Velocity Metrics

Payments (24h)

...

Volume (24h)

...

Avg Payment

...

Payment Activity (24h)

Top Tokens by Volume

Issuer Risk Analysis

Whale Tracking

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

MetricExample ValueDescription
Latest Ledger63,312,018Most recent closed Stellar ledger
Transactions / Minute1,284Recent transaction throughput
Operations / Minute4,921Stellar operations processed
Average Ledger Close Time5.1sRecent network performance
Active Assets12,480Assets with recent activity
24h Transaction Count1,284,021Total 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

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.