Solana Transaction Fees in 2026: What a Transaction Actually Costs
A Solana transaction pays a fixed base fee of 0.000005 SOL (5,000 lamports per signature), plus an optional priority fee. In practice a normal transfer totals well under a cent. We did not just look that up: we paid the base fee on real on-chain payments in our x402 settlement benchmark, and here we put Solana's fee next to five other chains we measured the same way.
SOL-denominated fees are protocol-fixed; USD and priority-fee figures are network-observed as of2026-08-20 at ~$123/SOL (price-dependent) ·measured cross-chain data ·methodology
Verdict: A typical Solana transaction: about $0.0023
The base fee is a fixed 0.000005 SOL (~$0.0006), split 50% burned and 50% to the validator. Add a typical priority fee and a normal transfer runs about $0.0023 all-in. That is among the cheapest of any chain we have measured moving real payments, and unlike a global gas auction, Solana keeps it low with local fee markets that price congestion per account, not chain-wide.
The fee, broken down
| Component | Amount (SOL) | USD (~$123/SOL) | Notes |
|---|---|---|---|
| Base fee | 0.000005 | $0.0006 | Fixed, per signature. 50% burned, 50% to the validator. |
| Priority fee (typical) | ~0.000014 | ~$0.0017 | Optional. Compute-unit price times limit; 100% to the validator. Skip it when uncongested. |
| Typical total | ~0.000019 | ~$0.0023 | A normal transfer under normal load. Congestion on a hot account can push it toward a cent or more. |
The 0.000005 SOL base fee is protocol-fixed and we confirmed it on real Solana mainnet payments in the FillBench x402 benchmark. Priority-fee and USD figures are network-observed as of 2026-08-20 and move with demand and the SOL price; verify the current rate before relying on it.
How Solana compares to other chains we measured
Fees below are the network cost to settle one payment, taken from real on-chain USDC payments in our x402 settlement benchmark (the fee is always paid in the chain's native gas token, not the USDC being moved). Every one of them settles a payment for a fraction of a cent.
| Chain | Fee per payment | Approx. cost |
|---|---|---|
| Stellar | ~0.00001 XLM | ~$0.00001 |
| XRP | ~0.00002 XRP | fraction of a cent |
| Solana | 0.000005 SOL | $0.0006 base |
| Base | ERC-20 gas | ~$0.0007 |
| Algorand | 0.001 ALGO | fraction of a cent |
Measured in the FillBench x402 cross-chain benchmark, run from a fixed US-East host. See the full method and settlement finality on the x402 payment rails page.
Base fee, priority fee, and local fee markets
Base fee. Every transaction pays 0.000005 SOL (5,000 lamports) per signature. It is fixed by the protocol, so it does not swing with demand. Half is burned and half goes to the block's validator.
Priority fee. On top of the base fee you can attach a priority fee to jump the queue when there is competition for the accounts your transaction writes to. It is computed as the compute-unit price times the compute-unit limit, and all of it goes to the validator. When nothing you touch is congested, you can leave it off and pay only the base fee.
Local fee markets. This is why Solana's fees stay low network-wide. Congestion is priced per account, not globally: the fee attaches to the specific writable accounts a transaction touches. A single popular account can get more expensive to write to during a rush without raising the cost of every unrelated transaction on the chain. A global gas auction, by contrast, lets one hot spot lift fees for everyone.
Network fee vs the cost to trade SOL
Two different costs get called "Solana fees." This page is about the networkfee to send a transaction on-chain (the 0.000005 SOL above). The cost to buy or sellSOL on an exchange is a separate thing (taker fee plus spread and slippage), and we benchmark that in the real cost to trade SOL report.
Common questions
What is the average Solana transaction fee in 2026?
Every Solana transaction pays a fixed base fee of 0.000005 SOL (5,000 lamports per signature), about $0.0006 at ~$123/SOL. Add an optional priority fee (typically around 0.000014 SOL, ~$0.0017) and a normal transfer usually totals well under a cent, roughly $0.0023. Heavy congestion on a single hot account can push it toward a cent or more, but network-wide fees stay tiny thanks to local fee markets. Figures as of 2026-08-20.
How much is a Solana transaction in US dollars?
At about $123 per SOL (2026-08-20), the fixed base fee of 0.000005 SOL is roughly $0.0006. With a typical priority fee most transactions land around $0.0023. Because the fee is denominated in SOL, the dollar figure moves with the SOL price, but the SOL-denominated cost is stable and the base fee is protocol-fixed.
What are Solana local fee markets?
Local fee markets mean congestion is priced per account, not across the whole network. A fee attaches to the specific writable accounts a transaction touches, so a single popular account (a hot mint or program) can get more expensive to write to without raising fees for unrelated transactions. That is why an isolated hot spot does not make the entire chain expensive the way a global gas auction would.
What is a priority fee on Solana, and do I need one?
A priority fee is an optional bid (compute-unit price times compute-unit limit) that raises your transaction ahead of others competing for the same accounts; it goes entirely to the validator. When the network or the account you touch is not congested, you can skip it and pay only the base fee. During busy periods a small priority fee is what buys faster inclusion.
Why are Solana transaction fees so low?
Three reasons: the base fee is a tiny fixed amount per signature (0.000005 SOL), execution is parallel so the network processes many transactions at once, and fee markets are local rather than global, so demand for one account does not tax the rest of the chain. The result is a per-transaction cost that stays a fraction of a cent under normal conditions.
Get new chain benchmarks as we publish them
We measure settlement finality, throughput, and fees across chains and publish the raw data. Get the notable results by email. No spam, unsubscribe anytime.