Skip to main content

getmempoolinfo RPC Method

Loading...

Updated on
Apr 30, 2025

getmempoolinfo RPC Method

Parameters

This method does not accept any parameters

Returns

result
Loading...
loaded
Loading...
size
Loading...
bytes
Loading...
usage
Loading...
total_fee
Loading...
maxmempool
Loading...
mempoolminfee
Loading...
minrelaytxfee
Loading...
incrementalrelayfee
Loading...
unbroadcastcount
Loading...
fullrbf
Loading...
error
Loading...
Request
1
curl https://docs-demo.btc.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"id": 1, "jsonrpc": "2.0", "method": "getmempoolinfo" }'
5
Response
1
{
2
"result": {
3
"loaded": true,
4
"size": 5795,
5
"bytes": 6312673,
6
"usage": 28676976,
7
"total_fee": 0.10361034,
8
"maxmempool": 2048000000,
9
"mempoolminfee": 0.00001,
10
"minrelaytxfee": 0.00001,
11
"incrementalrelayfee": 0.00001,
12
"unbroadcastcount": 0,
13
"fullrbf": true
14
},
15
"error": null,
16
"id": null
17
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free