◆ FREE TOOL
Solana priority fee estimator.
Priority fees on Solana are an optional per-compute-unit price, in micro-lamports, that you add to a transaction to win block space during congestion. This tool reads the recent network fee floor live and suggests a compute-unit price that lands - no signup, no key.
// live getRecentPrioritizationFees · network-wide · https://api.mainnet-beta.solana.com
Loading live fee data…
◆ HOW IT WORKS
Read the floor, then price to land.
The estimator calls getRecentPrioritizationFees and sorts the per-slot fee floors into percentiles. p50 beats the median transaction; p75 is a solid land-it default under load; p90 is for when you must be first. Set the price with ComputeBudgetProgram.setComputeUnitPrice and keep your compute-unit limit tight so you pay for what you use. Remember: a competitive fee wins block space, but the transaction still has to reach the current leader in time - which is a path problem, not a fee problem. That is the part rpc edge's transaction sender is built for.
◆ PRIORITY FEE FAQ
Straight answers, live data.
What is a good Solana priority fee right now?
How are Solana priority fees calculated?
Does a higher priority fee guarantee my transaction lands?
What does this tool measure, and is it accurate?
// live network data via getRecentPrioritizationFees · not financial advice · last updated 2026-07-13