A blockchain transaction fee is a payment to the miners or validators who include your transaction in a block. You set the fee yourself (or your wallet estimates it); the network does not bill you. Fees rise when many people are transacting at once and block space is scarce, and fall when the network is quiet. Once a transaction is confirmed, the fee has been paid to the block producer and cannot be refunded by anyone.
What the fee actually pays for
Every block has a limited size or compute budget. Many transactions compete to get into the next block. The fee is effectively a bid for that limited space. Block producers are economically motivated to include the highest-paying transactions first, so a higher fee generally means faster confirmation.
On Bitcoin, fees are usually quoted in satoshis per virtual byte (sat/vB) — larger or more complex transactions cost more. On Ethereum and similar chains, fees are measured in gas: each operation costs a fixed amount of gas, and you pay a price per unit of gas that moves with demand.
Why fees change so much
- Congestion: more pending transactions than block space pushes the market price up.
- Transaction size/complexity: consolidating many small inputs, or calling a complex smart contract, uses more space or gas.
- How fast you want it: wallets offer "economy / normal / priority" levels that simply set a higher or lower fee.
- Network events: popular mints, airdrops or liquidations can spike fees for hours.
If a transaction is stuck
A low-fee transaction can sit unconfirmed for a long time. Options, all initiated by the original sender:
- Replace-by-fee (RBF): rebroadcast the same transaction with a higher fee, if it was marked replaceable.
- Child-pays-for-parent (CPFP): spend one of its outputs in a new, high-fee transaction so miners include both.
- Wait: if the mempool clears, it may confirm on its own; if it is dropped, the funds were never spent.
No third-party website can "unstick", "accelerate", or "redirect" your transaction. Any service asking you to pay a separate fee to a new address to release or reroute a pending payment is not legitimate and should be avoided.
Key facts
- You (or your wallet) choose the fee; the network does not invoice you.
- Higher fee → higher priority → usually faster confirmation.
- Bitcoin fees scale with transaction size (sat/vB); Ethereum fees scale with gas used × gas price.
- Fees go to the block producer, not to any exchange, wallet or "network company".
- A confirmed fee is final and non-refundable.
Risks and limitations
- Overpaying in a rush during congestion — check a fee estimator first.
- Underpaying and having the transaction stuck for hours or days.
- Some services claim to "release" or "speed up" a pending transaction for a fee. Only the sender can use RBF or CPFP; no third party can act on your transaction directly.
- Some wallets add their own service fee on top of the network fee — read the breakdown before confirming.
FAQ
Can I get a transaction fee back?
Why was my fee so high for a small amount?
A site says it can redirect my pending payment if I pay a processing fee. Is that real?
What is gas?
Sources
Related topics
This guide provides educational information about how cryptocurrency technology works. It is not financial, investment, legal, or tax advice. Cryptocurrency involves risk, including the potential loss of funds. Please review our editorial policy and methodology for more details.