SOLANA RENT CALCULATOR

Estimate how much SOL your empty accounts may hold.

Enter an account count and per-account rent value to model gross recovery, the standard 5% success fee, and the 4.5% referred rate. The public scan is the source of current account-level values.

Estimate recoverable SOL

GROSS ESTIMATE

0.020393 SOL

NET AFTER 5% FEE

0.019373 SOL

NET WITH REFERRAL

0.019475 SOL

This is an estimate, not a quote. Account size and current on-chain state determine actual lamports. Network fees are separate. The free scanner reads each account before any transaction is prepared.

Scan a public wallet for exact accounts

Calculator input

A planning assumption you control. The default is a common token-account rent value, not a promise for every account type.

Scanner output

Current public-chain account data including each account’s lamports, balance class, ownership, and program.

Signing-time result

The final amount depends on state revalidation, transaction construction, network fees, and wallet approval.

What the calculator computes

Gross estimate = eligible account count × assumed rent held per account.

Standard net estimate = gross estimate × 95%. Referred users pay 4.5% for the 30-day eligibility period, so the modeled referred net is gross × 95.5%. Network fees remain separate.

For the protocol definition, read Solana's account documentation . For execution rules, see the safe token-account closure guide.