getmempoolinfo
Summary
Returns details on the active state of the TX memory pool.
Description
Returns details on the active state of the TX memory pool.
Arguments
None.
Results
value(OBJ): No description.loaded(BOOL): True if the initial load attempt of the persisted mempool finishedsize(NUM): Current tx countbytes(NUM): Sum of all mempool virtual transaction sizes; qbit does not discount witness datausage(NUM): Total memory usage for the mempooltotal_fee(STR_AMOUNT): Total fees for the mempool in QBT, ignoring modified fees through prioritisetransactionmaxmempool(NUM): Maximum memory usage for the mempoolmempoolminfee(STR_AMOUNT): Minimum fee rate in QBT/kvB for tx to be accepted. Is the maximum of minrelaytxfee and minimum mempool feeminrelaytxfee(STR_AMOUNT): Current minimum relay fee for transactionsincrementalrelayfee(NUM): minimum fee rate increment for mempool limiting or replacement in QBT/kvBunbroadcastcount(NUM): Current number of transactions that haven't passed initial broadcast yetfullrbf(BOOL): True if the mempool accepts RBF without replaceability signaling inspection (DEPRECATED)permitbaremultisig(BOOL): True if the mempool accepts transactions with bare multisig outputsmaxdatacarriersize(NUM): Maximum number of bytes that can be used by OP_RETURN outputs in the mempool
Examples
qbit-cli getmempoolinfo
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "getmempoolinfo", "params": []}' -H 'content-type: application/json' http://127.0.0.1:8352/