# Solbeat > Live, keyless, auto-updating report on the state of the Solana network. > Open source (MIT), Python stdlib only, no API keys. Data refreshes every > 30 minutes via GitHub Actions. Last refresh: 2026-08-31T21:31:14Z. Current snapshot: slot 443,253,958, epoch 1026 (5.08% complete), ~4,179 TPS, slot time 319.4ms, SOL $103.55, REV(24h) $823,653. ## Data - [data.json](https://www.solbeat.xyz/data.json): full structured snapshot — network performance, validators (incl. Nakamoto coefficient, delinquency), economic indicators (price, computed REV, TVL, stablecoins, DEX volume, fees), tokenized equities (xStocks), program activity, exchange reserves, upgrade tracking (Alpenglow, SIMD-525), anomaly findings with correlation incidents, per-source provenance. Schema-versioned; regenerated every 30 minutes. - [report.md](https://www.solbeat.xyz/report.md): the same report as human-readable Markdown. - [history.json](https://www.solbeat.xyz/history.json): rolling cross-run metric history. - [Documentation](https://docs.solbeat.xyz): architecture, per-source collection details, glossary of every metric, FAQ. - [Status page](https://www.solbeat.xyz/status.html) + [RSS](https://www.solbeat.xyz/status.xml): per-source uptime and incidents. ## Notes for agents - All values originate from public keyless endpoints (Solana mainnet RPC, DeFiLlama, CoinGecko, Jito Kobe, Stakewiz, GitHub, solana.com RSS, status.solana.com); `sources` in data.json reports per-source status, latency and fetch time. - REV = chain base+priority fees (DeFiLlama) + Jito MEV tips (Kobe), following the Blockworks methodology. - Source code: https://github.com/andreolf/solbeat — run it yourself with `python3 solbeat.py run` (Python 3.9+, no dependencies).