getrawmempool

Input(s) 2

The getrawmempool RPC command is used to retrieve all transactions currently in the mempool

How is this used?

This command is crucial for developers and analysts who need to understand the current state of the mempool, analyze transaction flows, or estimate transaction fees based on current mempool congestion. Detailed information provided in verbose mode can help in assessing transaction fees, sizes, and their potential impact on future block inclusion

Request

method

getrawmempool

verbose

Optional

mempool_sequence

Optional

Inputs(2)

verbose It returns detailed information about each transaction
mempool_sequence It returns a JSON object with transaction list and mempool sequence number attached

Result