Bitcoin Blockchain Data
Bitcoin Historical Dataset 9-May-2021, contains all information for each blocks
@kaggle.jventrone_bitcoin_blockchain_data
Bitcoin Historical Dataset 9-May-2021, contains all information for each blocks
@kaggle.jventrone_bitcoin_blockchain_data
CREATE TABLE country_model_dataset (
"country" VARCHAR,
"model" VARCHAR,
"m_b_c_usd" DOUBLE,
"power_consumtion" BIGINT,
"th_s" BIGINT,
"usd_profit" DOUBLE,
"btc_profit" DOUBLE
);
CREATE TABLE data_update_2021_05_08 (
"unnamed_0" BIGINT,
"hash" VARCHAR,
"confirmations" BIGINT,
"timestamp" TIMESTAMP,
"height" BIGINT,
"number_of_transactions" DOUBLE,
"difficulty" DOUBLE,
"merkle_root" VARCHAR,
"version" VARCHAR,
"bits" BIGINT,
"weight" VARCHAR,
"size" VARCHAR,
"nonce" BIGINT,
"transaction_volume" VARCHAR,
"block_reward" VARCHAR,
"fee_reward" VARCHAR,
"miner_name" VARCHAR,
"url_miner" VARCHAR,
"n_0" VARCHAR
);
CREATE TABLE electricity_bill_cost (
"unnamed_0" BIGINT,
"countrys" VARCHAR,
"n__kw_h_usd" DOUBLE
);
CREATE TABLE history_data_miners_rewards (
"unnamed_0" BIGINT,
"timestamp" TIMESTAMP,
"block_reward" DOUBLE,
"fee_reward" DOUBLE,
"market_price" DOUBLE,
"total_reward_usd" DOUBLE,
"hash_rate" DOUBLE,
"number_of_transactions" DOUBLE,
"th_s_rewards_usd" DOUBLE
);
CREATE TABLE history_data_rewards (
"unnamed_0" BIGINT,
"timestamp" TIMESTAMP,
"block_reward" DOUBLE,
"fee_reward" DOUBLE,
"number_of_transactions" DOUBLE,
"market_price" DOUBLE,
"hash_rate" DOUBLE,
"th_usd_value" DOUBLE,
"total_miners_rewards_usd" DOUBLE,
"sum_reward" DOUBLE
);
CREATE TABLE models_prices_th (
"unnamed_0" BIGINT,
"models" VARCHAR,
"price" DOUBLE,
"power_consumtion" BIGINT,
"th_s" BIGINT,
"time" TIMESTAMP
);
CREATE TABLE model_used (
"unnamed_0" BIGINT,
"models" VARCHAR,
"price" BIGINT,
"th_s" BIGINT,
"time" TIMESTAMP
);
Anyone who has the link will be able to view this.