A Solana validator explorer is the page you open before you delegate SOL, and the one you keep checking afterwards. It lists every vote account on mainnet with its stake, commission, voting record and version, so you can see who actually secures the chain and how well they do it. General-purpose explorers like Solscan show validators too, but dedicated staking explorers go much further: skip rate per epoch, commission history, data-centre location and client software. Below I explain what each metric means, which ones matter for your rewards, and where to compare validators without getting fooled by a nice-looking APY column.
What does a Solana validator actually do?
A validator is a machine running Solana client software that votes on blocks and, when it is scheduled as leader, produces them. Every validator votes on the blocks it sees, and those votes are ordinary transactions. That is why vote traffic makes up a large share of the network’s total TPS, which we break down on the live stats page.
The leader schedule is computed per epoch. An epoch is 432,000 slots, and at the current average of about 265 ms per slot it lasts roughly 32 hours (it was closer to two days when slots took 400 ms). Validators with more stake get more leader slots, so stake determines both how much influence a validator has on consensus and how many blocks it gets to produce. When a validator is leader it collects half of the 5,000-lamport base fee on each signature and all of the priority fees, as described in the official fee documentation. Many validators also run Jito’s modified client and earn MEV tips, a topic we cover in the Jito bundle guide.
Vote account vs identity: the two addresses you will see
Every validator has two main public keys, and a Solana validator explorer usually shows both. The identity (called nodePubkey in RPC responses) is the key the node uses to sign blocks and gossip messages, and it pays the fees for vote transactions. The vote account (votePubkey) is an on-chain account that records votes, stores the commission rate and receives rewards. When you stake, you delegate to the vote account, not to the identity.
This matters in practice. If a validator migrates to new hardware it may keep the same vote account while the identity key moves, and your delegation stays put. If you paste an address into an explorer and see a small SOL balance draining over time, you are probably looking at the identity, which burns SOL on vote fees. Solana Explorer shows a vote account’s recent votes and authorised withdrawer; Solscan links the vote account to its identity and lists stake accounts delegated to it. If you only have one of the two keys, paste it into our lookup tool and the account owner program tells you which one it is.
Note: Your own stake lives in a separate stake account that you control through its stake and withdraw authorities. The validator never holds your SOL. Undelegating returns it to you after the stake deactivates at an epoch boundary.
Commission, APY and staking rewards explained
Commission is the percentage of inflation rewards a validator keeps before passing the rest to delegators. RPC returns it as an integer from 0 to 100 on each vote account. A staking rewards explorer then turns commission plus voting performance into an estimated APY, which is the number most people sort by.
Treat that APY as an estimate, not a promise. Staking rewards on Solana come from protocol inflation and are distributed per epoch according to the vote credits a validator earned. Credits reward voting correctly and quickly, so a validator that falls behind earns fewer credits and pays you less, whatever its commission. On top of inflation, some validators share MEV tips or block rewards with stakers, and each explorer handles those extra streams differently. Solana Compass and Stakewiz both try to show total yield, but their methodology and the epochs they average over are not identical. That is why two sites can show different APYs for the same validator on the same day.
My rule of thumb: compare validators on the same site, over several epochs, and read the commission history, not just today’s value. A validator that dropped to 0% to attract stake and then raised it later will show that pattern on validators.app or Stakewiz.
Skip rate, uptime and delinquency: how to read reliability
Skip rate is the share of a validator’s assigned leader slots in which it did not produce a block. It is the clearest signal of block-production reliability, and every good Solana validator explorer shows it per epoch. Skipped slots cost the validator fees and cost the network throughput, although delegators’ inflation rewards depend more on vote credits than on blocks produced.
Delinquency is about voting. The RPC method getVoteAccounts marks a vote account as delinquent when its last vote trails the current slot by more than a set distance, 128 slots by default. At today’s slot time that is only around half a minute, so a restart or a short network hiccup can flip a validator to delinquent for a few minutes. What should worry you is repeated or long delinquency, because a delinquent validator earns no vote credits for the time it is out.
“Uptime” on explorer dashboards is usually derived from these same data points: the share of time or epochs a validator was voting. Sites compute it differently, so read the tooltip. On 23 September 2026 we measured 676 current and 12 delinquent vote accounts on mainnet; the live figure is on our stats dashboard.
Stake concentration and the Nakamoto coefficient
Stake concentration measures how much of the total active stake sits with the largest validators. The Nakamoto coefficient is the smallest number of validators whose combined stake could halt or censor the network. For Solana’s consensus that threshold is usually taken as one third of stake, so the coefficient counts how many of the biggest validators you need to add up before you pass 33.3%.
I am deliberately not quoting a number here because it moves with every stake shift and sites calculate it with slightly different inputs. Validators.app and Solana Compass both publish a live figure, and our stats page lists the top validators by active stake with their share of the total, so you can add them up yourself. If you want to help decentralisation, the practical step is simple: avoid delegating to validators that already sit near the top of that list, and prefer operators in less crowded data centres and countries.

Best Solana validator explorers and staking dashboards
The best staking explorers are specialised sites, not general block explorers. Here is how the main options split the job in September 2026.
| Tool | Best for | Notable data |
|---|---|---|
| Solana Beach | Network and validator overview | Stake, commission, epoch progress |
| validators.app | Reliability scoring | Skip rate, data centre, software version |
| Stakewiz | Picking a validator to stake with | APY estimate, commission history, API |
| Solana Compass | Yield and ecosystem context | Validator yield, projects, news |
| Solscan | Quick lookups in one place | Validator list, stake accounts, rewards |
Solana Beach calls itself a real-time network monitor and validator explorer and is run by Staking Facilities; our Solana Beach review goes through it in detail. validators.app is maintained by Block Logic and gives each validator a composite score built from skip rate, vote latency, data-centre concentration and software version. Stakewiz focuses on helping delegators choose, and it has a documented public API if you want to pull the data into a spreadsheet. Solana Compass mixes validator yields with project listings and news. Solscan is the fastest way to check a single vote account or stake account when you already know the address.
For everything that is not staking, such as tokens, programs and transactions, our ranking of the best Solana explorers is the better starting point.
Liquid staking in brief
Liquid staking lets you stake SOL through a pool and receive a token (an LST, such as Jito’s JitoSOL) that represents your staked position. The pool spreads stake across many validators and you can trade or use the LST in DeFi while it earns. The trade-off is that you trust the pool’s smart contracts and its validator-selection rules instead of choosing a validator yourself.
An explorer helps here too. Look up the LST mint on a Solana token explorer to check supply and holders, and open the stake pool’s program to see which vote accounts it delegates to. If you want to see where an LST sits in your portfolio, the wallet explorer guide explains how to read token balances.
Firedancer, Alpenglow and what changes for validators
Two big client and consensus changes are reshaping the validator set in 2026. Firedancer, the independent client built by Jump Crypto, launched in full on mainnet on 12 December 2025, adding real client diversity alongside Anza’s Agave client. Stake-share numbers for each client float around online, but we have not been able to verify them, so check a live dashboard such as validators.app, which shows the software each validator runs.
Alpenglow is a new consensus protocol (its Votor and Rotor components replace TowerBFT) that targets finality of about 150 ms. According to the official Alpenglow page, it activated on testnet in the week of 22 September 2026, and no mainnet date has been announced. For now, operators need Agave 4.3 for the migration, because Firedancer and Frankendancer do not support it yet. Expect validator explorers to add new columns once Alpenglow reaches mainnet, since vote transactions and vote credits will change.
A Solana validator explorer checklist before you delegate
Pick a validator by reading data, then keep watching it once your stake is active. Before you delegate, check these in any Solana validator explorer:
- Commission today and over time. Sudden jumps are a red flag.
- Skip rate and delinquency over several epochs. One bad epoch is normal; a pattern is not.
- Stake share. Avoid the very largest validators if decentralisation matters to you.
- Client version. Validators that lag behind on upgrades are more likely to be delinquent after a network change.
- Identity and contact info. A named operator with a website and support channel is easier to trust than an anonymous one.
After you stake, save your stake account address. You can check its activation status and rewards any time in Solscan, Solana Explorer or our lookup tool, and if you are building your own dashboard, the Solana explorer API guide shows which RPC calls return vote accounts and stake data.
By the Solscanner research deskUpdated · Review methodology