getmempoolinfo

Back to blockchain

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 finished
  • size (NUM): Current tx count
  • bytes (NUM): Sum of all mempool virtual transaction sizes; qbit does not discount witness data
  • usage (NUM): Total memory usage for the mempool
  • total_fee (STR_AMOUNT): Total fees for the mempool in QBT, ignoring modified fees through prioritisetransaction
  • maxmempool (NUM): Maximum memory usage for the mempool
  • mempoolminfee (STR_AMOUNT): Minimum fee rate in QBT/kvB for tx to be accepted. Is the maximum of minrelaytxfee and minimum mempool fee
  • minrelaytxfee (STR_AMOUNT): Current minimum relay fee for transactions
  • incrementalrelayfee (NUM): minimum fee rate increment for mempool limiting or replacement in QBT/kvB
  • unbroadcastcount (NUM): Current number of transactions that haven't passed initial broadcast yet
  • fullrbf (BOOL): True if the mempool accepts RBF without replaceability signaling inspection (DEPRECATED)
  • permitbaremultisig (BOOL): True if the mempool accepts transactions with bare multisig outputs
  • maxdatacarriersize (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/