bitcoind.app
CommandsGuidesContact ↗
Home/Blockchain/getmempooldescendants
Blockchain

getmempooldescendants

If txid is in the mempool, returns all in-mempool descendants.

Parameters

txidstringREQUIRED
The transaction id
verbosebooleanoptional
True for detailed info. Default: false

Returns

array|objectTransaction IDs or detailed mempool entries

Code Examples

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

Example Response

[
  "c104ecf24be...",
  "d1075db55d4..."
]
← Previous
getmempoolancestors
Next →
getmempoolentry

More Blockchain Commands

getbestblockhashgetblockgetblockchaininfogetblockcountgetblockfiltergetblockhash

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗