txpool_inspect RPC Method
Parameters
This method does not accept any parameters
Returns
array
A list of pending and queued transactions
pending
A collection of transactions that have been validated and are waiting to be included in a block. These transactions are grouped by the sender's address
address
The address (in hex format) of the account that sent the transactions
nonce : transaction_details
Each transaction entry is structured as nonce: recipient_address: value wei + gas_limit gas × gas_price wei, where nonce is the sender's transaction counter ensuring execution order, recipient_address is the recipient's Ethereum-style address, value is the amount transferred in wei, gas_limit is the maximum gas allocated, and gas_price is the price per unit of gas in wei
queued
A collection of transactions that are valid but cannot be executed yet due to nonce gaps or other constraints
address
The address (in hex format) of the account that has submitted the transactions
nonce : transaction_details
Each transaction entry is structured as nonce: recipient_address: value wei + gas_limit gas × gas_price wei, where nonce is the sender's transaction counter ensuring execution order, recipient_address is the recipient's Ethereum-style address, value is the amount transferred in wei, gas_limit is the maximum gas allocated, and gas_price is the price per unit of gas in wei
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free