What Is the Bitcoin Mempool?

The Bitcoin mempool is the waiting room for transactions that have been sent but not yet written into a block. When you press send, your transaction travels to thousands of computers running Bitcoin, and each one holds a copy in its own memory pool until a miner picks it up. Nothing is final while it waits there. Nothing is lost either — it is queuing.
How a transaction gets picked
A new block arrives roughly every ten minutes and has room for about one million virtual bytes of transactions, no more, whatever the demand. Miners choose what goes in, and they choose by fee rate: not the total fee, but the fee per unit of size, measured in satoshis per virtual byte — sat/vB. A small, simple transaction paying 20 sat/vB is picked ahead of a much larger one paying the same total, because it uses less of the space.
Why fees jump on a busy day
Because it is an auction, not a price list. On a quiet afternoon the queue is short, a couple of sat/vB gets you into the next block, and a transfer costs pennies. When many people transact at once the mempool fills, everyone bids higher to get ahead, and the identical transfer can cost many times as much. A wallet such as Ledger Live is simply reading the current queue and suggesting a rate, which is why the number it offers moves hour to hour.
How to look at it yourself
Public mempool explorers draw the queue as a row of blocks waiting to be mined, each labelled with the fee rate needed to make it. Paste in your transaction ID and you can see where you are sitting. If you underpaid, there are two routes: replace-by-fee, which resends the same transaction at a higher rate when your wallet supports it, or patience, since an ignored transaction eventually drops out of the queue and the coins were never anywhere but your wallet.
The habit worth forming: glance at the queue before sending, and when a payment is not urgent, send it during a quiet stretch rather than paying to jump ahead. The general version is in the mempool explained, and if yours is already sitting there, what to do about a stuck bitcoin transaction.