getmempoolentry
Bitcoin node API
getmempoolentry | Bitcoin
The getmempoolentry method provides detailed information about a specific transaction in the mempool. Chainstack Bitcoin reference.
POST
getmempoolentry
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.
getmempoolentry method provides detailed information about a specific transaction in the mempool.
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
txid(required) — the transaction ID for which to retrieve detailed information.
Response
result— an object containing detailed information about the specified transaction in the mempool.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
Thegetmempoolentry method is useful for obtaining specific details about a transaction that is currently in the mempool. This information can include transaction data, fee details, and other relevant information.Body
application/json
Last modified on May 18, 2026