Unconfirmed Transaction
An unconfirmed transaction is a crypto payment waiting to be added to a block by miners.
Definition
An unconfirmed transaction is a cryptocurrency transaction that has been broadcast to the network but has not yet been included in a block. It may show up in a wallet or block explorer, but it is still waiting for miners to select it. Once a miner includes the transaction in a valid block, it receives its first transaction confirmation.
Until that happens, the transaction is pending. It has not fully settled on the blockchain, and there is still some risk that it could be delayed, replaced, dropped by nodes, or conflicted by another transaction.
How It Works
When someone sends crypto, their wallet creates a signed transaction and broadcasts it to nearby network nodes. Those nodes check basic rules: the signature must be valid, the coins must not already be spent, and the transaction must follow the network’s relay policy.
If the transaction passes these checks, nodes usually place it in their mempool. The mempool is a temporary waiting area for valid transactions that have not been mined yet. Each node has its own mempool, so the exact list of pending transactions can vary across the network.
Miners build candidate blocks from the transactions available to them. Because each block has limited block space, miners usually prioritize transactions that pay higher fees relative to their size. This fee rate helps miners decide which transactions are most profitable to include.
If network demand is low, an unconfirmed transaction may be mined quickly. If demand is high and the fee is too low, it can stay pending for many blocks. Some wallets support fee bumping methods that let the sender increase the fee after broadcast, making the transaction more attractive to miners.
Why It Matters
Unconfirmed transactions matter because they are visible but not final. A merchant may see a payment arrive almost instantly, but accepting it before confirmation carries risk, especially for high-value payments. For small, low-risk payments, some businesses may accept this tradeoff. For larger transfers, waiting for one or more confirmations is safer.
For miners, unconfirmed transactions are the pool of choices for the next block. The transactions they select determine how much fee revenue they earn on top of the block reward. During busy periods, careful transaction selection can make a meaningful difference to mining income.
For users, understanding unconfirmed transactions helps explain why payments sometimes feel stuck. A low fee, a crowded mempool, or rapidly changing demand for block space can all slow confirmation. Checking the transaction in a block explorer can show whether it is still pending, how much fee it paid, and whether it has received any confirmations.