Baselight

MempoolScape: Bitcoin Mempool Logs Dataset

Provides a snapshot of the mempool at a particular height for txn forecasting.

@kaggle.itshaseebsaeed_bitcoin_mempool_state_data

Processed Final 2
@kaggle.itshaseebsaeed_bitcoin_mempool_state_data.processed_final_2

  • 999 MB
  • 26031688 rows
  • 19 columns
unnamed_0

Unnamed: 0

descendantcount

DescendantCount

descendantfee

DescendantFee

descendantsize

DescendantSize

entryblock

EntryBlock

exittime

ExitTime

entrytime

EntryTime

txsize

TxSize

txfee

TxFee

txfeepkb

TxFeePkb

txin

TxIn

txout

TxOut

exitblock

ExitBlock

blockstoconfirm

BlocksToConfirm

ppf

PPF

secsincelb

SecSinceLB

offset

Offset

countonentrytime

CountOnEntryTime

btcprice

BtcPrice

111659878160704796916070478781931888697.854922279792761165987910.00354473553468859725394119378
161659878160704796916070478812241838782.084821428571431265987910.00671923065960063689593104519378
162659878160704796916070478812251830681.361265987910.00175003486972673689818104619378
163659878160704796916070478811921447575.3906251165987910.01529026145026673692069105419378
1646598781607047969160704788122420349.0803571428571421265987910.00076770505632293817058115919378
16517065987816070479691607047882251782431.1713147410358571265987910.06051044083526684709439108819378
1661620204826598781607047969160704788322631780140.61946902654871265987910.000016708727655099895563455096219378
167256659878160704796916070478834463289573.755605381165921465987910.0002704373612153565217897619378
168659878160704796916070478832251491666.293333333333341265987910.00017154686601495695215106519378
169181659878160704796916070478833462107760.916184971098271265987910.00070256666666665677168100719378

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
);

Share link

Anyone who has the link will be able to view this.