getrawmempool
getrawmempool ( verbose mempool_sequence )
Returns all transaction IDs in the memory pool as a JSON array of string transaction IDs.
Tip: Use getmempoolentry
to retrieve details for a specific transaction from the mempool.
Argument #1 – verbose
Type: boolean, optional, default=false
True for a json object, false for array of transaction ids
Argument #2 – mempool_sequence
Type: boolean, optional, default=false
If verbose=false, returns a json object with transaction list and mempool sequence number attached.