Bitcoin Block Fees
Every single Bitcoin block from Genesis (2009) to May 28, 2023
@kaggle.jacobsharples_bitcoin_block_fees
Every single Bitcoin block from Genesis (2009) to May 28, 2023
@kaggle.jacobsharples_bitcoin_block_fees
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
);
Anyone who has the link will be able to view this.