Docs

txpool_status - Mantle RPC Method

Inspect pending and queued transaction counts in the Mantle transaction pool. Useful for mempool monitoring, congestion analysis, and node health checks.

Returns transaction pool counters for the connected Mantle endpoint. The result separates transactions that are immediately processable (pending) from those waiting on an earlier nonce or other prerequisite (queued).

Non-standard method. txpool_status is a Geth-style mempool inspection method. It is not part of the core Ethereum Execution API method set, and many shared RPC endpoints disable it.

Why Mantle? Build on the world's largest ZK rollup by TVL with $2.5B+ secured and deep Bybit integration with near-instant ZK finality via OP Succinct, $6.2B treasury backing, mETH liquid staking, and 25% Bybit trading fee discounts.

When to Use This Method

txpool_status is valuable for DeFi developers, liquid staking builders, and teams seeking institutional exchange integration:

  • Mempool Monitoring — Watch pending versus queued pressure on a node
  • Congestion Signals — Detect bursts of transaction backlog before they show up in block-level metrics
  • Node Health Checks — Confirm a node is accepting and classifying new transactions as expected
  • Operational Dashboards — Surface lightweight txpool counters without pulling full transaction content

Code Examples

Error Handling

Error CodeMessageDescription
-32601Method not foundThe endpoint does not expose txpool methods
-32603Internal errorThe node rejected or failed to process the request