getmempoolinfo
Bitcoin node API
getmempoolinfo | Bitcoin
The getmempoolinfo method provides information about the current state of the transaction mempool, including the number of transactions and related details.
POST
getmempoolinfo
TheDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
getmempoolinfo method provides information about the current state of the transaction mempool, including the number of transactions and related details.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
- None
Response
result— an object containing information about the transaction mempool, such as the number of transactions, size, and other relevant details.error— an object containing an error message if an error occurred, otherwisenull.id— an integer representing the ID of the request, used to match requests with responses.
Use case
Thegetmempoolinfo method is useful for monitoring the status and contents of the transaction mempool. It can help in understanding the volume of pending transactions and the overall state of the network.Last modified on May 18, 2026