Bitcoin Transactions
This dataset could be used to gain insights into Bitcoin transaction volume
@kaggle.robsonkoji_bitcoin_transactions
This dataset could be used to gain insights into Bitcoin transaction volume
@kaggle.robsonkoji_bitcoin_transactions
CREATE TABLE bitcoin_transactions_confirmed (
"unnamed_0" BIGINT,
"transactions" BIGINT,
"input_value" DOUBLE,
"output_value" DOUBLE,
"fee" DOUBLE,
"day" BIGINT,
"month" BIGINT,
"year" BIGINT
);
Anyone who has the link will be able to view this.