Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 321 Bytes

php-fread-blockchain

A simple PHP script that prints the blocks and transactions from bitcoin's blk*.dat files.

Just set the location to where your blk.dat files are kept (probably /home/user/.bitcoin/blocks) and run the script in a terminal:

php fread.php

Then sit back and watch all the blocks and transactions.