Transaction Mempool Meaning
A transaction mempool (short for memory pool) is the temporary holding area on a blockchain node where new transactions wait to be confirmed. When a user broadcasts a transaction, it is propagated across the network and each node validates its basic parameters-such as sufficient balance and correct signatures-before adding it to its local mempool.
Validators or miners then select transactions from their mempools, prioritising those with higher fees, to assemble the next block. Because each node maintains its own mempool, there is no single global queue; rather, a decentralised set of pools synchronise as nodes relay transactions.
Mempools also help manage network congestion: when the volume of new transactions exceeds block capacity, fees rise and transactions may linger in mempools longer. Once a block containing a transaction is appended to the chain, nodes remove that transaction from their mempools.
Understanding mempools is essential for estimating confirmation times and choosing appropriate fees, and the concept underscores how blockchain networks balance openness with finite throughput.