Bitcoin Ink Logo
    View Deals

    Mempool

    Quick Definition

    The mempool (memory pool) is a temporary holding area on each Bitcoin node for transactions that have been broadcast but not yet confirmed in a block. When you send Bitcoin, your transaction enters the mempools of nodes across the network. Miners select transactions from their mempool—usually prioritizing those paying higher fees per byte—and include them in new blocks. There is no single global mempool; each node maintains its own.

    Key Takeaways

    • The mempool holds unconfirmed transactions waiting to be mined into a block.
    • There is no single global mempool—each full node keeps its own local version.
    • Miners typically prioritize transactions with higher fees per byte of data.
    • A congested mempool leads to higher fees and slower confirmations.

    How It Works

    When you broadcast a Bitcoin transaction, validating nodes check that it is well-formed and that its inputs are valid UTXOs. Valid transactions enter the node's mempool and are relayed to peer nodes, spreading across the network. Each full node independently maintains its own mempool in memory, with its own size limits and policies.

    Miners then build candidate blocks by selecting transactions from their mempool. Because block space is limited, miners usually prioritize transactions that pay the highest fee per byte, since that maximizes their revenue. Once a transaction is included in a block and that block is added to the chain, the transaction is confirmed and removed from the mempool.

    Why It Matters

    The mempool is the reason Bitcoin fees fluctuate. When many people transact at once, the mempool fills and users raise fees to outbid each other for limited block space. When activity is low, fees fall. Tools like mempool.space let you watch the current queue and choose a fee that balances cost and confirmation speed. Understanding the mempool helps you avoid overpaying during congestion or waiting too long during quiet periods.

    A Simple Example

    During a price surge, thousands of people try to move Bitcoin at once. The mempool fills with transactions offering steadily higher fees. Your low-fee transaction sits near the back of the queue and may take hours to confirm. You can either wait, or use a feature like Replace-by-Fee to raise your fee and jump ahead in line.

    Common Misconception

    There is a widespread belief in 'the mempool' as a single shared queue. In reality, every node has its own local mempool with its own policies. In practice most transactions propagate to most nodes, but the view you see on an explorer is just one node's perspective, not a universal authoritative list.

    Frequently Asked Questions

    How long does a transaction stay in the mempool?

    It depends on your fee and network demand. Higher-fee transactions are usually mined within the next block (about 10 minutes), while low-fee transactions can wait hours or even days. Nodes may eventually drop transactions that sit too long.

    Can I speed up a stuck transaction?

    Often yes. If your wallet supports Replace-by-Fee (BIP 125), you can resend the same transaction with a higher fee. Some wallets also support a child-pays-for-parent technique that uses a later transaction to incentivize confirmation of the earlier one.

    Why is there one mempool per node?

    Each full node validates and stores transactions locally in memory. Nodes share transactions with peers, but each applies its own rules and limits, so their mempools can differ slightly. There is no central server holding a single queue.

    What happens if the mempool is full?

    Nodes drop the lowest-fee transactions to make room, and those transactions may need to be rebroadcast with a higher fee. This is why fees rise during busy periods—users compete for limited block space.

    Related Terms

    Continue Learning

    Sources & Further Reading

    Disclaimer: This content is provided for general educational and informational purposes and is not financial, investment, legal, or tax advice. Bitcoin involves risk, including the possible loss of value. Consider your circumstances and consult qualified professionals when appropriate.

    Last reviewed: 2026-09-05 · Published by Bitcoin Ink Editorial Team