How a bitcoin transaction works, and why yours can get stuck
A transaction that sits pending for an hour is not lost, and it is usually not broken. Here is how a bitcoin payment moves from your wallet to the blockchain, what the mempool is, and why the fee you pay decides how fast it clears.
Published · 2 min read
You send a transaction, and instead of confirming, it hangs there marked pending. It is one of the most common and most alarming experiences for a new bitcoin user, and it is almost always a queue problem rather than a lost-funds problem.
The queue has a name, the mempool, and once you understand how it works, both the delay and the fix stop being mysterious.
From your wallet to the chain
When you sign a transaction with your private key and broadcast it, it does not go straight into the ledger. It joins a waiting area of unconfirmed transactions that every node keeps, the mempool. Miners assemble the next block, which the network targets at roughly one every ten minutes, and they choose which pending transactions to include. Because they are paid a fee to do it, they tend to pick the transactions offering higher fees first.
Why yours is stuck
That is why your transaction is waiting: you attached a fee that was competitive when you sent it, but demand for block space rose, and higher-paying transactions keep jumping ahead of yours. Nothing is broken. Your transaction simply is not attractive enough, yet, to be picked. Once it lands in a block it is confirmed, and each additional block on top makes it harder to reverse.
“A pending transaction is not lost. It is under-bidding for a seat in the next block.”
What you can do
Depending on your wallet and the network, you can often speed a stuck transaction up by replacing it with a higher fee, a feature called replace-by-fee, or by a follow-up transaction that pays for its parent. Or you can simply wait for demand to fall, at which point your original fee becomes competitive again. Checking the current fee market before you send is the habit that avoids the problem in the first place.
Why fees exist at all
Block space is deliberately scarce, and fees are the auction for it. Over the long run they are also meant to replace the shrinking block subsidy that miners earn after each halving, which is why a healthy fee market matters for bitcoin’s security, not just your wait time.
Our take
A stuck transaction is the system working as designed, not failing. The fee is the one lever that decides your place in the queue, and glancing at the current fee market before you send is the simplest way to never think about the mempool again. This is information, not investment advice.
Sources
- Bitcoin mempool and fees, live view, mempool.space
- How does Bitcoin work?, Bitcoin.org