Solana Chain Stats Screensaver
The Solana Chain Stats screensaver shows solana network vitals read from its public JSON-RPC endpoint by the pipeline: the current epoch and how far through it is, slot and block height, and transactions per second. It's free, runs in your browser, and ESC exits.
How the Solana Chain Stats screensaver works
The background pipeline reads this from the Solana public RPC and saves a snapshot the saver loads.
Solana network vitals read from its public JSON-RPC endpoint by the pipeline: the current epoch and how far through it is, slot and block height, and transactions per second..
It refreshes on a schedule, so what you see stays current.
Colours can be changed in settings; nothing is stored beyond your own browser.
A worked example
Solana network vitals read from its public JSON-RPC endpoint by the pipeline: the current epoch and how far through it is, slot and block height, and transactions per second.
Settings & tips
- Accent and Background recolour the display.
- Run
automation/run.py solanato refresh the feed. - Press ESC to leave fullscreen.
Frequently asked questions
- Is this real data?
- Yes — it comes from the Solana public RPC and is refreshed on a schedule.
- What is an epoch?
- A fixed span of slots the network uses as its scheduling cycle, currently 432,000 slots. The bar shows how far through the current one the chain is.
- Is a key needed?
- No. This source is fully key-less.
- Is it free?
- Yes — free, no download, in your browser.