Analysis updated 2026-08-16 · repo last pushed 2023-06-05
Analyze Bitcoin transaction fee trends over time using pre-parsed blockchain data in BigQuery.
Research transaction patterns across the Bitcoin network without running a full node.
Explore on-chain activity for a specific day by querying Google's ready-made Bitcoin dataset.
Set up a data pipeline to chart, filter, or export Bitcoin blockchain data for custom analysis.
| willcl-ark/bitcoin-data-analysis | 000madz000/rfid-attendance | 00kaku/gallery-slider-block | |
|---|---|---|---|
| Language | — | TypeScript | JavaScript |
| Last pushed | 2023-06-05 | 2024-07-22 | 2021-05-19 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | data | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires creating a Google Cloud account and setting up BigQuery credentials, though Google's free tier credits let you try it without spending money.
Bitcoin Data Analysis is a collection of notebooks and scripts that let you explore and analyze the Bitcoin blockchain without needing to run your own copy of the blockchain or download hundreds of gigabytes of data. Instead of dealing with the raw blockchain yourself, you tap into a ready-made dataset that Google maintains and makes available to anyone. The project works by connecting to Google's BigQuery, which is essentially a massive cloud database. Google has already parsed the entire Bitcoin blockchain into searchable database tables, every transaction, every fee, every block. The repo shows you how to set up a Google Cloud account, create the right credentials, and then write simple queries to pull exactly the data you care about. You can use either Python (via Jupyter notebooks) or R, and the results come back as familiar data tables you can chart, filter, or export. This is for anyone who wants to ask questions about Bitcoin transactions at scale but doesn't want to build the plumbing from scratch. A data analyst at a crypto exchange might use it to study fee trends over time. A researcher could look at transaction patterns across the network. A curious hobbyist might just want to poke around and see what's happening on-chain on a given day. The setup instructions walk you through the Google Cloud steps, including how to get started with Google's free tier credits, so you don't need to spend money to try it out. The README doesn't go into detail about specific analyses or insights, it's primarily a setup guide. The actual notebooks in the repository contain the analysis work, but the README focuses on getting you connected to the data source so you can start writing your own queries.
A collection of Python and R notebooks that let you explore and analyze the Bitcoin blockchain using Google's BigQuery cloud database, without downloading the blockchain yourself.
Dormant — no commits in 2+ years (last push 2023-06-05).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.