https://github.com/brunneis/bitcoin-block-scraper
Bitcoin blockchain dataset generator (JSON)
https://github.com/brunneis/bitcoin-block-scraper
bitcoin blockchain dataset json scraper spider
Last synced: 4 months ago
JSON representation
Bitcoin blockchain dataset generator (JSON)
- Host: GitHub
- URL: https://github.com/brunneis/bitcoin-block-scraper
- Owner: brunneis
- License: gpl-3.0
- Created: 2018-01-18T21:17:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T15:16:08.000Z (over 8 years ago)
- Last Synced: 2025-04-14T16:52:42.225Z (about 1 year ago)
- Topics: bitcoin, blockchain, dataset, json, scraper, spider
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-block-scraper (Python 3.6+)
Generate Bitcoin datasets (blocks and their transactions) in JSON format.
### Download blocks starting at height 0
```bash
python blockchain_scraper.py
```