Ethereum Transactions
Weekly updated 100,000 latest eth transactions
@kaggle.blessontomjoseph_ethereum_transactions
Weekly updated 100,000 latest eth transactions
@kaggle.blessontomjoseph_ethereum_transactions
CREATE TABLE eth_transactions (
"unnamed_0" BIGINT,
"hash" VARCHAR,
"nonce" BIGINT,
"transaction_index" BIGINT,
"from_address" VARCHAR,
"to_address" VARCHAR,
"value" DOUBLE,
"gas" BIGINT,
"gas_price" BIGINT,
"input" VARCHAR,
"receipt_cumulative_gas_used" BIGINT,
"receipt_gas_used" BIGINT,
"receipt_contract_address" VARCHAR,
"receipt_root" VARCHAR,
"receipt_status" BIGINT,
"block_timestamp" VARCHAR,
"block_number" BIGINT,
"block_hash" VARCHAR,
"max_fee_per_gas" DOUBLE,
"max_priority_fee_per_gas" DOUBLE,
"transaction_type" BIGINT,
"receipt_effective_gas_price" BIGINT
);
Anyone who has the link will be able to view this.