SolSuite
Mainnet-Beta
Set wallet
Network
Network Status
Live Solana mainnet performance — TPS, slot time, fee baseline, and validator health. Auto-refreshes every 10s.
Real TPS
excl. vote txns
Avg Fee
SOL
Slot Time
target 400ms
Validators
active
15 samples

Understanding Solana Network Health

Solana’s performance is measured in real time across four key metrics. Real TPS (transactions per second) excludes validator vote transactions — which account for roughly 75% of all activity — to give you a true picture of user-generated throughput. At peak capacity Solana has sustained over 65,000 TPS.

Slot time is the interval between consecutive blocks. Solana targets 400ms per slot, translating to approximately 2,500 slots per minute. Slot times above 500ms may indicate network congestion or validator synchronisation issues.

Average fee shows the current base transaction cost. Unlike Ethereum, Solana’s base fee is fixed at 5,000 lamports (0.000005 SOL) — roughly fractions of a cent. Priority fees are added on top during periods of high demand to improve transaction landing probability.

Block time
~400ms
target slot interval
Base fee
0.000005 SOL
per transaction
Finality
~13 seconds
optimistic confirmation
Consensus
Tower BFT
+ Proof of History
Network
Fee Estimator
Recent prioritization fees from the Solana RPC. Know what to tip before you send.
Low · P25
SOL / USD
Med · P50
SOL / USD
High · P75
SOL / USD
Urgent · P90
SOL / USD

Based on last 150 slots · loading…

How Solana Transaction Fees Work

Every Solana transaction pays two components: a fixed base fee of 5,000 lamports (0.000005 SOL) per signature, and an optional priority fee denominated in micro-lamports per Compute Unit (CU). The priority fee incentivises validators to include your transaction sooner when the network is busy.

The percentiles above are derived from the last 150 slots of on-chain prioritisation data. P25 (Low) is sufficient for non-time-sensitive transactions. P75 (High) gives strong landing probability during moderate congestion. P90 (Urgent) is recommended for arbitrage, liquidations, or NFT mints where speed is critical.

  • Set ComputeUnitLimit to the actual CUs your transaction uses — over-allocating wastes fee budget
  • Set ComputeUnitPrice in micro-lamports per CU based on the percentile that matches your urgency
  • During zero-congestion periods, the base fee alone (0.000005 SOL) is sufficient for inclusion
  • Use simulation (simulateTransaction) to measure actual CU consumption before setting limits
1 Lamport
0.000000001 SOL
smallest unit
Base fee
5,000 lamports
per signature
Default CU limit
200,000 CU
per transaction
Max CU limit
1,400,000 CU
per transaction
Network
Validator Explorer
Active Solana validators by stake weight, commission, and skip rate.
Click "Load Validators" to fetch current vote accounts.

What is a Solana Validator?

Validators are the backbone of the Solana network. Each validator runs specialised hardware that processes transactions, votes on block validity, and maintains a full copy of the ledger. In return, validators earn a share of newly issued SOL (inflation rewards) and a portion of transaction fees.

Activated stake is the amount of SOL delegated to a validator by token holders. Validators with higher stake have greater influence over consensus but are not necessarily better performers — commission rate and skip rate are equally important when choosing where to stake.

Commission is the percentage of staking rewards the validator keeps before distributing the remainder to delegators. A validator charging 10% commission on a 7% APY network inflation yields roughly 6.3% net APY to stakers. Skip rate measures how often a validator fails to produce a block when scheduled — lower is better.

Active validators
~1,700+
globally distributed
Avg commission
~7–8%
of staking rewards
Superminority
~20 validators
hold 33% of stake
Epoch length
~2–3 days
432,000 slots
Wallet
Portfolio Viewer
Multi-wallet SOL balance viewer — up to 10 addresses at once.

Token + NFT counts are approximate. Add a Helius API key for full DAS asset breakdown.

Reading Your Solana Wallet

A Solana wallet is an Ed25519 keypair whose public key, encoded in Base58, serves as your on-chain address. Your SOL balance funds transaction fees and is required as rent to keep accounts open. Every token you hold, every NFT you own, and every program account you interact with has a small SOL rent requirement.

Token accounts are separate on-chain accounts — one per SPL token — each holding a rent reserve of approximately 0.00203928 SOL. If you close unused token accounts, this rent is returned to your wallet. This is why wallets with many dust token positions often hold small amounts of "trapped" SOL.

Track multiple addresses simultaneously — useful for monitoring team wallets, DAO treasuries, or your own holdings spread across hot and cold wallets. Solana addresses are case-sensitive; always verify the full address before sending funds.

Min rent
~0.00204 SOL
per token account
Address format
Base58
32–44 characters
Key algorithm
Ed25519
elliptic curve
Max wallets
10 addresses
tracked simultaneously
Wallet
Transaction History
Recent transactions for any Solana wallet. Click any signature to inspect it in full detail.
Enter a wallet address and click Load TXs.

Anatomy of a Solana Transaction

Every Solana transaction is a signed bundle of instructions that modify on-chain state atomically — either all instructions succeed or none do. A transaction signature (sometimes called a TX hash) is the Base58-encoded Ed25519 signature of the first signing keypair, uniquely identifying that transaction on-chain forever.

The slot is the sequential position in the blockchain where the transaction was confirmed. Since Solana produces roughly 2,500 slots per minute, you can estimate confirmation time by comparing the slot number to the current slot. Block time is the Unix timestamp when the block was finalised by supermajority vote.

Transaction fees shown here are the total deducted from the fee payer — base fee plus any priority fee paid. Failed transactions still pay the base fee. If you see unexpectedly high fees, check whether the transaction included a priority fee instruction via the ComputeBudget program.

TX size limit
1,232 bytes
per transaction
Signature length
64 bytes
Ed25519
Max signers
19 signers
per transaction
Finality
~13 seconds
supermajority vote
Wallet
Staking Calculator
Model your Solana staking returns using live inflation rate from the RPC.
Current Inflation
annualised
Validator Cut
8%
avg commission
Est. Staker APY
after avg commission

How Solana Staking Rewards Work

Solana uses a delegated Proof of Stake model. You don’t need to run a validator to earn staking rewards — you delegate your SOL to an existing validator who votes on your behalf. Your stake remains in your own wallet under your control; only the voting rights are delegated.

Rewards come from inflation — newly minted SOL distributed each epoch (roughly 2–3 days). Solana’s inflation schedule started at 8% annually and decreases by 15% per year until reaching a long-term rate of 1.5%. The calculator above uses the live inflation rate from the RPC and applies the average validator commission to estimate your net APY.

Staking rewards compound automatically — earned SOL is added to your stake at the end of each epoch without any action required. Over five years at current rates, compounding adds a meaningful premium over simple interest. Unstaking has a warm-up and cool-down period of one epoch each.

Epoch length
~2–3 days
432,000 slots
Long-term inflation
1.5%
terminal rate
Unstake delay
1 epoch
cool-down period
Min stake
~0.001 SOL
above rent exemption
NFTs
NFT Checker
Look up any Solana NFT by mint address — metadata, owner, and collection via on-chain data.
Enter a mint address to check.

Understanding Solana NFT Metadata

Solana NFTs follow the Metaplex Token Metadata standard. Each NFT has a mint account (the asset itself) and a separate metadata account storing the name, symbol, URI, creator array, royalty basis points, and collection verification. The metadata URI points to a JSON file — typically on IPFS or Arweave — containing the full attribute set and media links.

The Update Authority is the address that can modify the on-chain metadata. For established collections this is usually a multisig or programme-controlled address. If the update authority is a standard wallet, the metadata can theoretically be changed by whoever controls that key — a risk factor worth checking for high-value purchases.

Royalty basis points represent the creator's secondary sale fee. 500 basis points = 5%. While Solana's royalties are on-chain, enforcement is optional at the marketplace level — some marketplaces bypass creator royalties entirely, which has been a contentious issue in the ecosystem.

Standard
Metaplex TM
Token Metadata v1
Max royalty
10,000 bps
= 100%
Metadata storage
IPFS / Arweave
off-chain JSON
Compression
cNFTs available
~$0.000005 per mint
NFTs
Collection Stats
Floor price, volume, and holder data from Magic Eden v2 API.
Try: degods · okay_bears · mad_lads · tensorians

Reading NFT Collection Health

Collection statistics provide a real-time snapshot of market sentiment for a given NFT project. Floor price is the lowest ask currently listed — it represents the cheapest entry point and is the most watched metric for gauging collection health. Sustained floor price growth alongside rising volume signals genuine demand.

24h volume measures total SOL traded across all sales in the past 24 hours. High volume with a flat or falling floor may indicate holders distributing — watch this in context. Listed count relative to total supply gives a liquidity ratio; a collection with 10% of supply listed is significantly more liquid than one with 1% listed.

The average sale price versus the floor reveals whether rare traits are trading at a meaningful premium. A large spread between average and floor suggests strong trait-based demand; a tight spread indicates the market treats most items as commodities.

Data source
Magic Eden
v2 public API
Refresh rate
On demand
click Fetch Stats
Largest marketplace
Magic Eden
~60% Solana NFT vol
Royalty enforcement
Optional
marketplace discretion
NFTs
Token Unlock Calendar
Upcoming Solana ecosystem token unlock events — estimated unlock dates and amounts.

Loading unlock data…

ProjectToken Unlock Date Amount Type

Why Token Unlocks Matter

Token unlock events are scheduled releases of previously locked tokens — typically held by founding teams, early investors, or ecosystem funds — into the circulating supply. Large unlocks can exert significant selling pressure on a token's price, particularly when the unlocking party's cost basis is far below the current market price.

Understanding the vesting schedule of a token you hold or trade is essential risk management. Cliff unlocks release a large portion at once on a specific date. Linear vesting distributes tokens gradually over a period, creating steady but manageable supply expansion. Team and investor unlocks are historically the highest risk — ecosystem and community unlocks tend to be used for protocol development rather than immediate sale.

The Solana ecosystem has seen multiple high-profile unlock events move markets. Monitoring upcoming unlocks allows traders to anticipate potential volatility windows and adjust position sizing accordingly.

Highest risk
Team / VC
lowest cost basis
Lower risk
Ecosystem
used for development
Common cliff
12 months
post-TGE lockup
Data source
Curated
updated quarterly
DeFi
Yield Comparator
Top Solana yield pools from DeFiLlama — sorted by APY.
Click Refresh to load Solana yield pools.

Understanding DeFi Yield on Solana

Solana's DeFi ecosystem offers yield across several categories. Liquidity provision earns trading fees from AMMs like Orca and Raydium — the APY fluctuates with volume and can spike dramatically during high-activity periods. Lending protocols like Kamino and MarginFi pay interest from borrowers, offering more stable but generally lower returns.

The APYs shown are annualised estimates based on recent fee accrual — they are not guaranteed. AMM yields in particular can compress rapidly as more liquidity enters a pool chasing the same trading volume. Impermanent loss is the key risk for liquidity providers: if the assets in your pool diverge in price, your position may be worth less than simply holding the assets.

TVL (Total Value Locked) is the total capital deposited in a pool. Higher TVL generally means a more established protocol with lower smart contract risk, but also means the same fee revenue is shared across more capital — compressing your individual yield.

Data source
DeFiLlama
free public API
Largest DEX
Raydium
by Solana volume
APY type
Annualised
not guaranteed
Key risk
Impermanent loss
for LP positions
DeFi
Token Screener
Live Solana token prices from Jupiter — search by name or symbol, sorted by price change.
Click "Load Prices" to fetch live token data.

How to Read Solana Token Signals

The Token Screener pulls verified tokens from Jupiter's aggregator — the largest liquidity source on Solana. Verified status means the token has passed Jupiter's community review for legitimacy, reducing (but not eliminating) scam risk. Price data reflects the best available swap rate across all integrated liquidity sources.

24h price change is a momentum indicator, not a quality signal. A top gainer today may be experiencing a short squeeze, genuine demand surge, or coordinated pump. Always check on-chain liquidity depth before acting on price movements — a token showing +500% may have only $5,000 in liquidity, making large trades impossible without severe slippage.

For deeper research on any token, click the mint address to view it on Solscan, where you can inspect holder distribution, largest transactions, and programme interactions. Concentrated holder distribution (top 10 wallets holding >50%) is a risk flag regardless of recent price performance.

Data source
Jupiter V2
verified token list
Price feed
Best swap rate
across all DEXs
Rows shown
Top 50
use search to filter
Update
On demand
click Load Prices
Developer
RPC Benchmarker
Client-side latency test to 6 public Solana RPC endpoints. Results reflect your network location.
Tests getSlot on each endpoint.

What is a Solana RPC Node?

An RPC (Remote Procedure Call) node is a Solana validator or dedicated server that exposes the Solana JSON-RPC API — the interface your dApp or wallet uses to read blockchain data and submit transactions. When you send a transaction in Phantom or query your balance, you're communicating with an RPC node.

RPC latency directly impacts user experience in time-sensitive applications. For trading bots and arbitrage, even a 50ms difference between RPC providers can determine whether a transaction lands before competitors. For consumer dApps, latency above 300ms becomes noticeable to users. The benchmark uses getSlot — a lightweight call — to measure raw connection speed from your current network location.

Public RPC endpoints (like mainnet-beta.solana.com) are rate-limited and shared across thousands of users. For production applications, a dedicated RPC from providers like Helius, QuickNode, or Triton offers higher rate limits, websocket subscriptions, and enhanced APIs like the Digital Asset Standard (DAS) for NFT data.

Protocol
JSON-RPC 2.0
over HTTPS / WSS
Public rate limit
~100 req/s
shared endpoint
Benchmark method
getSlot
lightweight probe
Best for prod
Dedicated RPC
Helius / QuickNode
Developer
DevNet Faucet
Smart sequential SOL drip from multiple devnet faucets. Cascades through available sources automatically.

Getting Started on Solana Devnet

Devnet is Solana's primary developer testing network — a full-featured blockchain that mirrors mainnet behaviour but uses valueless SOL. It's the recommended environment for building, testing, and auditing smart contracts (programmes) before deploying to mainnet. Devnet SOL has no monetary value and cannot be transferred to mainnet.

The faucet above uses a cascade strategy — it attempts multiple airdrop sources sequentially, automatically moving to the next if one is rate-limited or unavailable. The Solana Foundation's official faucet (faucet.solana.com) is the most reliable source and supports up to 2.5 SOL per request, though daily limits apply per address.

For active development, set your wallet to Devnet in Phantom (Settings → Developer Settings → Change Network), then use this faucet to fund your test wallet. Programme deployments on devnet cost devnet SOL — you'll typically need 2–5 SOL to deploy a moderately sized programme. Use solana config set --url devnet in the CLI to switch your local environment.

Network
Devnet
testing only
SOL value
Zero
not redeemable
Rate limit
Per address/day
varies by faucet
Explorer
solscan.io
set cluster: devnet