Baselight

Bitcoin Blockchain Data

Bitcoin Historical Dataset 9-May-2021, contains all information for each blocks

@kaggle.jventrone_bitcoin_blockchain_data

Country Model Dataset
@kaggle.jventrone_bitcoin_blockchain_data.country_model_dataset

  • 11.6 KB
  • 1179 rows
  • 7 columns
country

Country

model

Model

m_b_c_usd

M.B.C USD

power_consumtion

Power Consumtion

th_s

TH/s

usd_profit

USD Profit

btc_profit

BTC Profit

AfganistánAntminer S17+ 70TH/s 102.2280070139.56960430.015218
AfganistánAntminer S17e-60TH/s 98.55270060119.63108940.013044
AfganistánAntminer S19 - 95TH/s 118.625325095189.415891550000030.020653
AfganistánAntminer S19 Pro 110TH/s118.6253250110219.32366390.023914
AfganistánAntminer S9 SE-16TH/s 46.7212801631.9016238400000030.0034784
AfganistánAntminer S9k-13.5TH/s 41.90211481427.913920860.0030436
AfganistánAntminer T17+ 58TH/s 105.85290058115.643386420.0126092
AfganistánAntminer T19 - 84TH/s 114.975315084167.483525160.0182616
AfganistánINNOSILICON T2T-29T 80.3000000000000322002957.821693210.0063046
AlbaniaAntminer S17+ 70TH/s 204.4280070139.56960430.015218

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

Share link

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