Blockchain

Mempool

The waiting room where broadcast transactions sit before a miner or validator picks them for a block.

When you send a transaction, it doesn't land on the chain instantly. It first enters the mempool, a holding area of unconfirmed transactions that each node keeps. Block producers pull from here, usually favoring the higher fees.

When the mempool swells, fees spike and confirmations slow, because everyone is bidding for limited block space. Watching mempool size is a quick read on how congested a network is right now.

Related terms