Page:
Mempool
Pages
API Encoding
BaseN
Blockchain Primer
Blockchain
Consensus
Distributed Ledger Technologies (DLTs)
Finality
Home
Inflation, Deflation, Coins, Tokens, and Prices
Installing Erlang
Leader (s)election
Mempool
Mining
Monetary Mechanics
Money
Proof of Work
RLP
Serialization
Smart Contracts
The Blockchain Trilemma
The Mint Function, Blockchain Inflation, and Currency Debasement
The Sophia Language
Transaction
Clone
1
Mempool
Craig Everett edited this page 2026-02-06 20:25:16 +09:00
Table of Contents
Mempool
When a user wants to place a transaction on the blockchain, he submits a transaction in the form of a signed message. This message is propagated throughout the network in a holding space called the "mempool". The current leader checks the mempool for transactions that are likely to be the most profitable, includes it on the chain (executes its instruction), updates the current block state, and then looks for another profitable transaction to process. The leader has an incentive to pick the most profitable message it can find, balancing the difficulty of comparing them against the benefit of racing through transaction processing.