A BNB gas tracker shows how much you need to pay per unit of gas to get a transaction into the next BNB Smart Chain block. Today the BSC gas price sits at a 0.05 gwei floor, so a simple BNB transfer costs about 0.00000105 BNB. Swaps and approvals use more gas units, but still cost fractions of a cent.
That is a very different world from 2021, when a busy afternoon on PancakeSwap could cost you close to a dollar per swap. Fees on BNB Smart Chain have been cut again and again — most recently to 0.05 gwei in October 2025 — and blocks now arrive every 0.45 seconds. The live widget above tells you where the market is right now. The rest of this page explains what the numbers mean, why your wallet sometimes asks for more, and how to stop overpaying.
How to read the BSC gas tracker
The three big numbers are gas prices in gwei, one billionth of a BNB. We fetch them from BNB Chain’s public nodes with the standard eth_feeHistory call, which returns the tips paid by transactions in each of the last 30 blocks. Economy is the 10th percentile — the price the cheapest successful transactions paid. Standard is the median, and Priority is the 90th percentile, what the most impatient senders paid. Because BSC’s base fee is always zero, these tips are the whole gas price.
The table underneath multiplies the Standard price by typical gas usage for common actions and converts the result into BNB and US dollars at the live BNB rate. Treat those numbers as estimates: a token with transfer taxes or a swap routed through three pools can use far more gas than the typical figure. The block number in the corner of the widget tells you the data is fresh. When all three tiers show the same value, the network is quiet and there is nothing to gain by paying more.
Want to see what a specific transaction actually paid? Paste its hash into our BNB transaction explorer: it shows gas used, gas price and the final fee in BNB and dollars, so you can compare what you paid with the BNB Smart Chain gas fee today in seconds.
How gas works on BNB Smart Chain
BNB Smart Chain runs the Ethereum Virtual Machine, so it inherited Ethereum’s gas model almost unchanged. Every operation a transaction triggers has a fixed cost in gas units: adding two numbers costs 3 gas, writing a new value to storage costs 20,000, and the base cost of any transaction is 21,000. Gas measures work, not money. The gas price turns that work into money: it is how many gwei you pay per unit.
The fee goes to the validators who build blocks. BSC has 45 active validators elected by stake, and 21 of them take turns producing blocks in each epoch. A share of every fee is also burned under the real-time burning mechanism introduced by BEP-95 (the ratio started at 10% and is set by governance), which quietly reduces BNB supply as the chain is used. Validators and block builders decide which transactions to include, and they have agreed not to include anything priced below the network floor.
One quirk surprises Ethereum users: BSC supports EIP-1559-style “type 2” transactions, but the protocol’s base fee is fixed at zero. On Ethereum the base fee floats with demand and is burned; on BSC there is no floating base fee at all, only the tip that you choose. That is why BSC gas prices are so stable — and why the gas price you see in MetaMask is effectively the priority fee.
The BNB gas fee formula, with real numbers
Every BSC fee comes from one line of arithmetic:
Fee (BNB) = gas used × gas price (gwei) ÷ 1,000,000,000 A plain BNB transfer always uses exactly 21,000 gas. At 0.05 gwei that is 21,000 × 0.05 = 1,050 gwei, or 0.00000105 BNB. A BEP-20 token transfer — sending USDT, for example — uses roughly 35,000 to 55,000 gas depending on whether the recipient already holds the token, so it lands between 0.0000017 and 0.0000028 BNB. A PancakeSwap swap at around 150,000 gas costs about 0.0000075 BNB. Even if BNB traded at $1,000, that swap would cost three quarters of a cent.
- Network floor
- 0.05 gwei
- Accepted by all validators since 1 Oct 2025
- Gas for a BNB transfer
- 21,000
- ≈ 0.00000105 BNB at the floor
- Block time
- 0.45 s
- Since the Fermi hard fork, Jan 2026
- Block gas limit
- 70M
- Room for thousands of transfers per block
The same formula explains every oddity you will see on an explorer. A fee that looks ten times too high usually means a gas price of 0.5 gwei rather than 0.05, not a hidden charge. Remember that the fee is always paid in BNB, whatever token you are moving. A wallet holding 500 USDT and zero BNB cannot send a single cent of that USDT. That is the most common “my transfer won’t go through” support question on BSC, and the fix is simply to top up a tiny amount of BNB.
Gas limit vs gas used: why they differ
When you sign a transaction you set a gas limit — the maximum number of units you allow it to consume. Your wallet estimates this by simulating the call and adding a safety margin. The gas used is what the transaction actually consumed. You only pay for gas used; the unused part of the limit costs nothing. So a limit of 250,000 on a swap that uses 140,000 is harmless.
Set the limit too low, though, and the transaction runs out of gas halfway through. It is still included in a block, it still pays for every unit it burned through, and it ends with status “Failed” and nothing transferred. On an explorer you recognise this pattern instantly: gas used equals gas limit, to the last unit. If a failed transaction stopped well below its limit, the cause was something else — usually a require check such as slippage protection on a DEX. Our guide on how to read a BSC transaction walks through both cases on real examples.
Do not confuse your transaction’s gas limit with the block gas limit. The latter is the total gas all transactions in one block may use, raised to 70 million on BNB Smart Chain in September 2026. At 0.45-second blocks that is enormous capacity, which is the main reason BSC blocks are rarely full and the gas price stays pinned to the floor.
The 0.05 gwei floor: how BSC fees came down
The minimum gas price on BSC is not hard-coded into the protocol. It is a policy that validators enforce in their node settings, and it has been lowered in steps as hardware got faster and blocks got bigger. Each cut was voted on or coordinated by the validator set, then adopted by wallets, RPC providers and exchanges. BNB Chain’s own 2026 roadmap sums up the result as a roughly twentyfold drop, from 1 gwei to 0.05 gwei, without breaking validator economics.
-
2020 – 2023
5 gwei and up
In Binance Smart Chain’s early years wallets defaulted to 5 gwei or more. A PancakeSwap swap cost tens of cents during the 2021 boom — close to a dollar at the busiest moments.
-
2023
5 → 3 gwei
Validators cut the gas price by 40%, citing competition from cheap Ethereum layer-2 networks.
-
April 2024
3 → 1 gwei
Another two-thirds cut brought the median transaction fee down to around a cent.
-
May 2025
1 → 0.1 gwei
A tenfold cut. On 16 May 2025 BNB Chain confirmed all validators accept 0.1 gwei and asked node operators to update their settings.
-
1 Oct 2025
0.1 → 0.05 gwei
All validators and builders adopted 0.05 gwei, roughly $0.005 per transaction at the time. Binance, Trust Wallet and others made it their default.
-
2026
Faster blocks, same floor
The Fermi hard fork (14 Jan 2026) cut block time to 0.45 s, and the block gas limit reached 70M in September. The floor stayed at 0.05 gwei.
What does this mean for you in practice? If your wallet, bot or script still hard-codes 1, 3 or 5 gwei from an old tutorial, you are overpaying twentyfold or more. And if you try to go below 0.05 gwei, most validators will simply ignore your transaction.
Priority fees: when paying more actually helps
Anything you pay above the floor is a tip that makes your transaction more attractive to the block builder. On a quiet chain it buys you nothing: with blocks every 0.45 seconds and often only a fifth to a third full, a floor-priced transaction is picked up almost immediately. In our September 2026 checks, the median tip sat right at 0.05 gwei and the 90th percentile between roughly 0.1 and 0.2 gwei.
Priority matters in short bursts: a hyped token launch, a big liquidation cascade, an airdrop claim that thousands of bots hit in the same second. During the memecoin frenzy of October 2025 the chain set a record of 31 million transactions in one day, and senders competing for the same block pushed tips up. In those moments the Priority tier on the tracker is your guide. For everyday transfers, pick Economy or Standard — or leave MetaMask on its default, which already follows the market.
Why BSC transactions get stuck — and how to unstick them
A transaction that shows “pending” for more than a few seconds on BNB Smart Chain is almost always stuck for one of four reasons.
The gas price is below the floor. Old custom settings, a misconfigured bot or a wallet that allowed 0.01 gwei can produce transactions no validator will touch. Some RPC nodes reject them outright; others keep them in their mempool where they never get mined.
A nonce gap. Every transaction from your address carries a sequence number. If transaction #41 is stuck, #42, #43 and everything after it wait in line, however much gas they pay. This is why one underpriced transaction can freeze a wallet.
Not enough BNB. The wallet has to hold enough BNB to cover gas limit × gas price up front, even though the unused part is refunded. With a zero BNB balance nothing moves.
The RPC dropped it. Public endpoints are rate-limited and occasionally lose transactions under load. The transaction never reached a validator, even though your wallet thinks it was sent.
The fix is the same in most cases: send a replacement transaction with the same nonce and a higher gas price. MetaMask does this with “Speed up”; “Cancel” sends a zero-value transaction to yourself with the same nonce. Nodes require the replacement to pay at least 10% more than the original. If you cannot tell whether a transaction was broadcast at all, search its hash in the transaction lookup: “Nothing found” means no node you can see knows about it, and it is safe to resend.
MEV, sandwich attacks and private RPCs
Gas is not the only cost of a swap. When you trade on a DEX, your pending transaction is visible to bots watching the public mempool. A sandwich attack places a buy just before your trade and a sell just after it, pocketing the price movement you caused. You pay for it through worse execution, up to the slippage limit you set. This is MEV — maximal extractable value — and on busy days it costs traders far more than gas ever does.
The defence is to keep your transaction out of the public mempool. BNB Chain’s February 2025 MEV protection announcement lists two routes. Several wallets protect swaps by default or with a toggle, including Trust Wallet, Binance Wallet, OKX Wallet, TokenPocket and SafePal. Alternatively, point your wallet at a private RPC that forwards transactions directly to builders, such as PancakeSwap MEV Guard (https://bscrpc.pancakeswap.finance) or the 48 Club private RPC (https://rpc-bsc.48.club). Both answered with chain ID 56 when we tested them in September 2026.
MetaMask users have a third option. MetaMask Smart Transactions work on BNB Smart Chain and include MEV protection — but only on MetaMask’s default RPC. Adding a custom RPC to BNB Chain switches that protection off, so pick one approach rather than stacking both. Our guide to adding BNB Smart Chain to MetaMask shows how to switch RPCs back and forth.
How to cut your BNB gas fee even further
At the floor, you cannot lower the price per unit, so the only levers left are how many units you use and how often you transact. Here is what actually moves the needle.
Use the default gas price. Modern wallets read it from the network and will propose 0.05 gwei on a quiet chain. Custom “fast” presets from old tutorials are the number one source of overpayment.
Approve exact amounts, and only once. An approval costs roughly as much as a token transfer. Unlimited approvals save gas later but leave a standing permission that drainers love. Finite approvals cost a little more over time and are much safer; our wallet tracking guide shows how to review and revoke old ones.
Batch where you can. Claiming rewards once a week instead of daily cuts the number of transactions sevenfold. Many DeFi dashboards let you claim and restake in one call.
Avoid tax tokens and exotic routes. Tokens that take a fee on transfer run extra code on every move, and multi-hop swaps through thin pools can triple gas use. A direct pair is cheaper.
Move frequent, tiny actions to opBNB. Games, social apps and micro-payments are exactly what BNB Chain’s layer 2 was built for — see our opBNB explorer overview.
Developers: stop hard-coding gas. Call eth_gasPrice or eth_feeHistory on a public endpoint and let the network set the price. Our BNB Chain explorer API guide lists free RPC endpoints, and BNB Chain documents its own official JSON-RPC endpoints.
BSC gas vs Ethereum and opBNB fees
Ethereum mainnet uses the full EIP-1559 model: a base fee that rises and falls with demand and is burned, plus a tip. Ethereum fees in 2026 are far lower than in the 2021 bull run, and on quiet days a transfer costs only cents. But the base fee still floats, so a popular mint or a market crash can multiply costs within minutes, and a DEX swap costs several times a plain transfer. On BSC the base fee is zero and the floor barely moves, so a swap costs roughly the same fraction of a cent on a Sunday morning as during a sell-off. The trade-off is decentralisation: Ethereum’s validator set is orders of magnitude larger than BSC’s 45.
opBNB, BNB Chain’s OP Stack layer 2, is cheaper still for simple actions. Its fee has two parts, as described in the opBNB gas FAQ: an execution fee on the L2 itself — the gas price there read about 0.001 gwei when we checked in September 2026 — and an L1 data fee for posting the transaction to BNB Smart Chain. Because that data fee is priced in BSC gas, the 0.05 gwei floor made opBNB cheaper too. A simple opBNB transfer typically costs several times less than the same transfer on BSC. The price is an extra bridging step, and fewer DeFi protocols.
Whichever chain you use, the explorer is where you verify what you paid. BscScan runs a gas tracker of its own with historical charts — our BscScan review covers it — and the BNB explorer ranking shows which explorers display fees most clearly. If you are paying for tokens rather than just moving them, the BEP-20 token explorer lists the real contract addresses, so your gas goes into the right transaction.