Get all txid from block or range of blocks
Simple Python script for get all transactions id from Bitcoin blockchain. Dependencies:
-
pip install python-bitcoinrpc
-
Installed and full synced Bitcoin Core wallet
How to use:
pyhton gettxid.py 'start block' 'end block'
Start without any parameters will display all tx-id from last block.