Baselight

Bitcoin Blockchain Data

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

@kaggle.jventrone_bitcoin_blockchain_data

History Data Miners Rewards
@kaggle.jventrone_bitcoin_blockchain_data.history_data_miners_rewards

  • 259.86 KB
  • 4197 rows
  • 9 columns
unnamed_0

Unnamed: 0

timestamp

Timestamp

block_reward

Block Reward

fee_reward

Fee Reward

market_price

Market-price

total_reward_usd

Total Reward USD

hash_rate

Hash-rate

number_of_transactions

Number Of Transactions

th_s_rewards_usd

TH/s Rewards USD

Mon Jul 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)912.535.3606449160.9966192249188683348.155180354125280487.715620343194440.0693112575909751
1Sun Jul 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1018.7525.10955939080.4712953799359478736.7646316124234304.102128682741040.0762972580974048
2Sat Jul 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)981.2531.8704812800000039072.429191454.5167743123188120.488637022886470.074613156530967
3Fri Jul 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1018.7553.7862554100000459101.9287046200629762148.529861994124495850.005501673310090.0784134453432029
4Thu Jul 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)102556.014036669134.083380775089874072.346640691125803579.522366343394690.0784880079257617
5Wed Jul 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1012.562.825710840000039133.979821992.783041237127111309.0392313825700.0772708019237676
6Tue Jun 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)918.7542.9724190800000169081.9837474800068734347.379671715123974067.465821682997330.0704530193952027
7Mon Jun 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)906.2533.394750240000019019.756663001228475366.996831357120836825.892412323154240.0701389409580937
8Sun Jun 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)937.519.699071069004.238618840.591610584117699584.3190032649090.0732274514092658
9Sat Jun 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)862.523.404139499072.6900091636138037533.635427611115345592.6326232754890.0696821911611936

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

Share link

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