Skip to main content

Get mempool transactions

Retrieves all transactions that have been recently broadcast to the mempool. These are pending transactions awaiting confirmation.

If you need to monitor new transactions, we highly recommend subscribing to WebSockets or Socket.io for real-time updates.

Query Parameters
sender_address string

Filter to only return transactions with this sender address.

Example: SP1GPBP8NBRXDRJBFQBV7KMAZX1Z7W2RFWJEH0V10
recipient_address string

Filter to only return transactions with this recipient address (only applicable for STX transfer tx types).

address string

Filter to only return transactions with this address as the sender or recipient (recipient only applicable for STX transfer tx types).

limit integer

Possible values: value ≤ 50

max number of mempool transactions to fetch

Example: 20
offset integer

index of first mempool transaction to fetch

Example: 42000
unanchored boolean

Include transaction data from unanchored (i.e. unconfirmed) microblocks

Example: true
Responses
200

List of mempool transactions

Schema OPTIONAL
limit integer
offset integer
total integer
results object[]