cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/mempool/recent \ --header 'api-key: <api-key>'
[ { "txid": "f3c21f...", "fee": 426, "vsize": 141, "value": 12500 } ]
Get list of recently submitted Bitcoin transactions in the mempool ordered by arrival time.
Project API Key
A list of recent mempool transactions.
Transaction ID
Total fee paid in satoshis
Virtual size of the transaction in vbytes
Total value transferred in satoshis
Was this page helpful?