Mempool

The mempool data schema includes transactions, transaction input, and transaction output of Bitcoin mempool data. Mempool views are fetched on a real time cadence and preserved for 2 weeks. Schemas are the same as raw data.

MempoolDescription

mempool_transactions

Mempool transaction level data.

mempool_inputs

Input data of Bitcoin mempool transactions.

mempool_outputs

Output data of Bitcoin mempool transactions.

Last updated