transactions wallets explorers

· Educational crypto

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

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

  1. 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).
  2. 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.
  3. 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.
  4. 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.

TakeawayEach account send gets a sequential nonce; pending means “not in a block yet,” and speed-up/cancel reuse that nonce. Confirm success, failure, or replacement on an explorer you opened yourself.

Related free docs

Sources

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.

← All docs