Baselight

Bitcoin Transactions

This dataset could be used to gain insights into Bitcoin transaction volume

@kaggle.robsonkoji_bitcoin_transactions

Bitcoin Transactions Confirmed
@kaggle.robsonkoji_bitcoin_transactions.bitcoin_transactions_confirmed

  • 194.39 KB
  • 4937 rows
  • 8 columns
unnamed_0

Unnamed: 0

transactions

Transactions

input_value

Input Value

output_value

Output Value

fee

Fee

day

Day

month

Month

year

Year

717900000000179000000001212009
13610000000061000000001412009
21550000000000500000000001512009
3420000000000200000000001612009
4315000000000150000000001812009
51677500000000775000000001912009
6840000000000400000000002012009
7210000000000100000000002112009
81050000000000500000000002212009
9945000000000450000000002312009

CREATE TABLE bitcoin_transactions_confirmed (
  "unnamed_0" BIGINT,
  "transactions" BIGINT,
  "input_value" DOUBLE,
  "output_value" DOUBLE,
  "fee" DOUBLE,
  "day" BIGINT,
  "month" BIGINT,
  "year" BIGINT
);

Share link

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