MempoolScape: Bitcoin Mempool Logs Dataset
Provides a snapshot of the mempool at a particular height for txn forecasting.
@kaggle.itshaseebsaeed_bitcoin_mempool_state_data
Provides a snapshot of the mempool at a particular height for txn forecasting.
@kaggle.itshaseebsaeed_bitcoin_mempool_state_data
CREATE TABLE processed_final_2 (
"unnamed_0" BIGINT,
"descendantcount" BIGINT,
"descendantfee" BIGINT,
"descendantsize" BIGINT,
"entryblock" BIGINT,
"exittime" BIGINT,
"entrytime" BIGINT,
"txsize" BIGINT,
"txfee" BIGINT,
"txfeepkb" DOUBLE,
"txin" BIGINT,
"txout" BIGINT,
"exitblock" BIGINT,
"blockstoconfirm" BIGINT,
"ppf" DOUBLE,
"secsincelb" DOUBLE,
"offset" BIGINT,
"countonentrytime" DOUBLE,
"btcprice" DOUBLE
);
Anyone who has the link will be able to view this.