Diagnose pending, stuck, or dropped cryptocurrency transactions across Ethereum Mainnet, Polygon, and Base. 100% read-only mempool inspection, fee calculation, and nonce gap analysis with zero wallet connection.
Under Ethereum EIP-1559, every block dynamically adjusts its base fee by up to ±12.5% depending on block gas capacity utilization. An EIP-1559 Base Fee Surge occurs when network gas market conditions increase past your transaction's maximum fee limit (maxFeePerGas). During volatility spikes (such as NFT mints, DeFi liquidations, or high-volume token transfers), block validators cannot include the transaction. It remains stalled in the public mempool until network demand cools or the sender submits an accelerated fee-bump replacement transaction.
maxFeePerGas
Account-based EVM blockchains (Ethereum, Polygon, Base) strictly enforce ordered execution using a cryptographic nonce counter starting from 0. Nonce Gaps occur when an earlier transaction remains unconfirmed or dropped with low gas fees. Because validators process transactions from a given address in strictly contiguous numerical order, all subsequent transactions with higher nonces are blocked indefinitely until the earlier nonce is mined or replaced.
Transactions initiated as withdrawals from centralized exchanges (Coinbase, Binance, Kraken) originate from the exchange's internal hot-wallet architecture. An Exchange Queue delay occurs when the custodial system batches or delays broadcasting. If an exchange transaction is queued or broadcast with low gas, the end user cannot replace or cancel it directly. Only the exchange operator possesses the private keys necessary to accelerate the transaction.
Quantitative modeling of mempool congestion tiers, transaction backlog counts, and recommended fee rates across Bitcoin and EVM networks per Strategy Table 5:
In EVM architectures (Ethereum, Polygon, Base), account transactions must be mined in strictly ascending order without omissions. When an earlier nonce stalls, the entire subsequent pipeline freezes:
[Nonce 10] -> [Nonce 11] -> [Nonce 12 STUCK] -> [Nonce 13 BLOCKED] -> [Nonce 14 BLOCKED] | v (Resolution: Native Wallet Speed Up or 0 ETH Cancel) [Wallet Native Speed Up: Nonce 12] | v (Mined) [Nonce 12 Cleared -> Nonce 13 & 14 Proceed]
When transaction [Nonce 12 STUCK] stalls due to network fee conditions, block builders cannot mine subsequent queued transactions. Once Nonce 12 confirms via your wallet's built-in Speed Up or 0 ETH Cancel self-transfer, the subsequent queued transactions proceed automatically.
Speed Up (Fee Bumping):
0 ETH Cancel Self-Transfer Protocol:
Reset Local Activity Cache:
If your wallet activity counter is desynchronized from the node RPC: Navigate to Settings > Advanced > Clear activity tab data. This refreshes local state without modifying balances or seed phrases.