Skip to main content

txpool_inspect RPC Method

Loading...

Updated on
Mar 24, 2026

txpool_inspect RPC Method

Parameters

This method does not accept any parameters

Returns

array
Loading...
pending
Loading...
address
Loading...
nonce : transaction_details
Loading...
queued
Loading...
address
Loading...
nonce : transaction_details
Loading...
Request
1
curl -X POST "https://docs-demo.bera-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "txpool_inspect",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.bera-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "txpool_inspect",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"pending": {
6
"0x1bcfca362cd65ccc0b41d6876947c9343af203ec": {
7
"2592561": "0x6d6190da8fd73e0c911929ded2d6b47ce066e441: 0 wei + 800000 gas × 20000000000 wei"
8
},
9
"0x352a7a5277ec7619500b06fa051974621c1acd12": {
10
"4519954": "0x2f47d0f2372f7530c0d30baa4fac61922a5c8758: 0 wei + 6000000 gas × 1000 wei"
11
},
12
"0xbe9536bef1137915dcb047bb7a915ee9b0961de4": {
13
"50895": "0xb7eaada6a64479e09e7b0f0b6d1c9d2a33c70aeb: 0 wei + 269115 gas × 10000000 wei"
14
}
15
},
16
"queued": {}
17
}
18
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"pending": {
6
"0x1bcfca362cd65ccc0b41d6876947c9343af203ec": {
7
"2592561": "0x6d6190da8fd73e0c911929ded2d6b47ce066e441: 0 wei + 800000 gas × 20000000000 wei"
8
},
9
"0x352a7a5277ec7619500b06fa051974621c1acd12": {
10
"4519954": "0x2f47d0f2372f7530c0d30baa4fac61922a5c8758: 0 wei + 6000000 gas × 1000 wei"
11
},
12
"0xbe9536bef1137915dcb047bb7a915ee9b0961de4": {
13
"50895": "0xb7eaada6a64479e09e7b0f0b6d1c9d2a33c70aeb: 0 wei + 269115 gas × 10000000 wei"
14
}
15
},
16
"queued": {}
17
}
18
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free