bitcoind.app
CommandsGuidesContact ↗
Home/Blockchain/getmempoolentry
Blockchain

getmempoolentry

Returns mempool data for given transaction.

Parameters

txidstringREQUIRED
The transaction id

Returns

objectMempool entry details

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"getmempoolentry","params":["txid_here"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "vsize": 141,
  "weight": 561,
  "fee": 0.00001410,
  "time": 1713571767,
  "height": 840000,
  "descendantcount": 1
}
← Previous
getmempooldescendants
Next →
getmempoolinfo

More Blockchain Commands

getbestblockhashgetblockgetblockchaininfogetblockcountgetblockfiltergetblockhash

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗