Skip to main content
GET
/
mempool
/
recent
Mempool Recent
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
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Project API Key

Response

200 - application/json

A list of recent mempool transactions.

txid
string
required

Transaction ID

fee
integer
required

Total fee paid in satoshis

vsize
integer
required

Virtual size of the transaction in vbytes

value
integer
required

Total value transferred in satoshis