In simple terms, the mempool is a list of pending transactions specific to every blockchain node, waiting for a series of validity checks, before it's included by a miner in its block for execution.
Mempool is short for "Memory Pool", since the transaction exists in the node's memory. It is referring to a transaction that is in the memory of a blockchain node but has not been committed to the blockchain in a block yet.
Top comments (0)