Skip to content
solscanner

Validators & staking

Solana validator explorer: pick a validator on data, not hype

A Solana validator explorer shows who secures the network, what they charge and how reliably they vote. This guide explains commission, skip rate, delinquency and stake concentration, and which tools to use. For the live validator count, open our network stats page.

Regulated exchange · FinCEN & FCA registered · since 2013 Updated · 8 min read

Vote accounts

688

Voting now

676

Delinquent

12

Slots per epoch

432,000

Epoch length

~32 hours

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.

Solana validator explorer concept: a network of validator nodes sharing stake across the cluster
More validators with meaningful stake means a higher Nakamoto coefficient and a harder network to halt.

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.

ToolBest forNotable data
Solana BeachNetwork and validator overviewStake, commission, epoch progress
validators.appReliability scoringSkip rate, data centre, software version
StakewizPicking a validator to stake withAPY estimate, commission history, API
Solana CompassYield and ecosystem contextValidator yield, projects, news
SolscanQuick lookups in one placeValidator 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

Frequently asked questions

How many validators does Solana have?

On 23 September 2026 the mainnet RPC method getVoteAccounts returned 688 vote accounts: 676 current and 12 delinquent. That is a count of vote accounts, not of distinct operators, and it changes every epoch. Our network stats page pulls the live number straight from a public RPC node, so check it there instead of trusting a figure copied into an article.

What is a good skip rate for a Solana validator?

Lower is better, and the useful comparison is against the cluster average for the same epoch rather than a fixed number. A validator that skips far more leader slots than its peers is producing fewer blocks and earning less. Look at several epochs on validators.app or Stakewiz before judging, because one bad epoch after an upgrade or hardware swap is common.

Where can I see my Solana staking rewards?

Paste your stake account address into Solscan, Solana Explorer or our lookup tool. Solscan and Solana Beach list per-epoch rewards on the stake account page, and Solana Explorer shows the account's delegated and active stake. Rewards arrive at the start of each epoch, which is roughly every 32 hours at today's ~265 ms slot time.

Is a 0% commission validator always the best choice?

No. Commission is only the validator's cut of inflation rewards. A 0% validator with frequent delinquency or a high skip rate can pay you less than a 5% validator with near-perfect voting. Some zero-commission operators also raise commission later, so watch the commission history on Stakewiz or validators.app, and weigh performance and stake concentration too.

Partner link

Check a stake account in seconds

Paste any vote account, identity or stake account address and see balances and recent activity pulled live from public RPC.

Open account

Takes a few minutes · ID verification required

Our partner exchange, CEX.IO, has operated since 2013. It is registered with FinCEN as a Money Services Business, holds money transmitter licences in 38 US states plus DC, is registered with the UK FCA (FRN 1007192) and is PCI DSS Level 1 certified. Availability depends on your country. Crypto is volatile: only invest what you can afford to lose.

Keep exploring

Related guides and reviews from the index