Stuck transactions and nonces: how to read pending status
What a nonce is, why transactions sit pending or get replaced or dropped, and how to check status on a public explorer—literacy only, no fee-timing trades.
A wallet that says “pending” for a long time is usually waiting in the network’s transaction pool—not “lost money.” According to ethereum.org’s transactions documentation, a submitted transaction is broadcast, sits among other pending transactions, and only becomes successful once a validator includes it in a block. This page explains the counter that orders those sends—the nonce—and how pending, replaced, and dropped statuses show up on explorers. It is not advice about when to speed up, which fee to pick, or what to buy or sell.
What a nonce is
ethereum.org lists nonce among the fields in an Ethereum transaction: a sequentially incrementing counter that indicates the transaction number from the account. The related accounts documentation describes the account nonce as a counter of transactions sent from an externally owned account (or contracts created by a contract account). Only one transaction with a given nonce can execute for that account—so the same signed send cannot be replayed forever.
MetaMask’s Help Center puts the same idea in wallet language: a nonce is a unique number assigned to every transaction, visible in Activity details and on block explorers. You do not need to invent or guess nonces for ordinary sends; wallets assign them. Literacy means knowing that later sends wait behind earlier ones when a prior nonce is still pending.
Pending, replaced, and dropped
- Pending — the hash exists in the mempool (or your wallet’s view of it) but has not been included in a block yet. ethereum.org’s lifecycle: hash generated → broadcast to the pool → validator inclusion → later justification/finalization.
- Replaced / sped up / canceled — wallets can submit a new transaction that reuses the same nonce with a different fee or payload. MetaMask’s speed-up or cancel guide explains that Speed up re-submits the same intent with a higher fee using the same nonce, and that cancel flows also rely on a replacement at that nonce (often a zero-value send to yourself). Only one of those same-nonce candidates can land on-chain.
- Dropped / failed / cancelled (from the wallet’s view) — the original pending item may disappear if a replacement wins, if nodes stop propagating a too-low bid, or if the wallet marks it failed. Always confirm on an explorer you opened yourself—not from a DM screenshot.
A long pending queue can also mean an older nonce is blocking newer ones—a mechanics problem, not a market signal.
How to verify on an explorer
- Copy the transaction hash from your wallet Activity (or the toast/detail panel), then open it on a public explorer you typed or bookmarked yourself (for Ethereum mainnet, e.g. Etherscan; other networks have their own).
- Read Status (success, failed, pending) and the Nonce field. MetaMask’s nonce article notes explorers show nonces because they are essential to how Ethereum-like chains order account sends.
- If Status is still pending, check whether a later hash with the same nonce already succeeded—that usually means a replacement (speed-up or cancel) won.
- Compare fee fields only as bill literacy. Pair with gas fees explained and how to read a transaction. Do not treat gas trackers as buy/sell timing tools.
What we will not do
We will not tell you the “right” priority fee, the best hour to unstick a send, or whether to cancel versus wait for a trade. Nonce literacy is about reading queue order and explorer status—not timing markets.
Related free docs
- How to read a blockchain transaction on an explorer
- Gas fees explained: what they are and why they vary
- How to read a wallet prompt
- Hot wallet hygiene checklist
- Crypto glossary in plain English
Sources
- ethereum.org — Transactions (nonce field; pending pool lifecycle)
- ethereum.org — Accounts (account nonce counter)
- MetaMask Help — How to find a transaction nonce
- MetaMask Help — How to speed up or cancel a pending transaction
- Etherscan (public explorer UI; not an endorsement)
- FTC — What to know about cryptocurrency and scams
Educational content only — not investment advice. This page explains nonces and pending/replaced status; it does not recommend when to transact, which fees to pay, or any asset to buy or sell.