
Install DagsHub:
pip install dagshub
To stream this data directly on DagsHub
from dagshub.streaming import DagsHubFilesystem
fs = DagsHubFilesystem(".", repo_url="https://test.dagshub.com/DagsHub-Datasets/aws-public-blockchain-dataset")
fs.listdir("s3://aws-public-blockchain")
Description
The AWS Public Blockchain Data provide datasets from the Bitcoin and Ethereum blockchains. The blockchain data is transformed into multiple tables as compressed Parquet files partitioned by date to allow efficient access for most common analytics queries.
Additional information
Update frequency
New data is delivered constantly to the current date folders as one Parquet file per block. Intra-day data is aggregated everyday at 00:30 UTC.