Bitcoin Block Data
Various metrics for each block in the Bitcoin blockchain.
@kaggle.callumrafter_bitcoin_block_data
Various metrics for each block in the Bitcoin blockchain.
@kaggle.callumrafter_bitcoin_block_data
CREATE TABLE blockdata (
"block_height" BIGINT,
"block_reward" DOUBLE,
"coinbase" DOUBLE,
"time" BIGINT,
"median_time" BIGINT,
"difficulty" DOUBLE,
"chainwork" VARCHAR,
"ntx" BIGINT,
"stripped_size" BIGINT,
"size" BIGINT,
"weight" BIGINT
);
Anyone who has the link will be able to view this.