# 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-09-02T12:35:03Z. Current snapshot: slot 443,698,058, epoch 1027 (7.88% complete), ~3,338 TPS, slot time 313.4ms, SOL $98.12, REV(24h) $1,061,292. ## 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).