Baselight

Bitcoin Block Fees

Every single Bitcoin block from Genesis (2009) to May 28, 2023

@kaggle.jacobsharples_bitcoin_block_fees

Loading...
Loading...

About this Dataset

Bitcoin Block Fees

This dataset contains every block added to Bitcoin's blockchain from the very first block (the "Genesis block") to the blocks mined up to May 28, 2023.

It contains both the timestamp that it was mined at, both the transaction fees, and the mint reward, as well as the total non-coinbase transactions included in the block

Tables

Bitcoin Block Fees

@kaggle.jacobsharples_bitcoin_block_fees.bitcoin_block_fees
  • 20.75 MB
  • 791,821 rows
  • 6 columns
Loading...
CREATE TABLE bitcoin_block_fees (
  "datetime" VARCHAR,
  "block_height" BIGINT,
  "block_tx_fees" DOUBLE,
  "block_mint_reward" DOUBLE,
  "block_total_reward" DOUBLE,
  "tx_count" BIGINT
);

Share link

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