bitcoind.app
CommandsGuidesContact ↗
Home/Blockchain/getrawmempool
Blockchain

getrawmempool

Returns all transaction ids in memory pool.

Parameters

verbosebooleanoptional
True for detailed info. Default: false
mempool_sequencebooleanoptional
If true, returns mempool sequence value. Default: false

Returns

array|objectTransaction IDs or detailed mempool data

Code Examples

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

Example Response

[
  "a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d",
  "b104ecf24be26fbc7f8f38d5b1eabb90e71872e5e7e14bb5f2e810a0e46d0832"
]
← Previous
getmempoolinfo
Next →
gettxout

More Blockchain Commands

getbestblockhashgetblockgetblockchaininfogetblockcountgetblockfiltergetblockhash

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗