-
Notifications
You must be signed in to change notification settings - Fork 0
Solana Cluster
Andrei Montchik edited this page Apr 15, 2026
·
1 revision
- Network Status
- Solana Explorer
- Solana Beach
- Solscan
- Solana FM
- Solana Compass
- Shyft Translator to review transactions
- Grafana Solana Cluster Telementry
- Grafana RPC Replay
- Chronograf - unavailable
- Validator Metrics
- RPC Node Metrics
- Check Cluster version:
solana cluster-version -um - Get the current epoch info(slot, block etc):
solana epoch-info -um - Get the latest transaction fee:
solana fees -um - Get the latest prioritization fees:
curl https://api.mainnet-beta.solana.com -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0", "id":1, "method": "getRecentPrioritizationFees" }' - Get the Cluster Validators:
solana validators --um. The delinquent stake is at the bottom.- Show delinquent validators:
solana validators -um --keep-unstaked-delinquents
- Show delinquent validators:
- Get the leader schedule:
solana leader-schedule -um - The Validator CLI
- The Ledger CLI
- Dev CLI