python bitcoin_explorer can’t read block 761249

I installed bitcoin node, synced up to date. I am using python bitcoin_explorer to read the block data. I can read all blocks, however, I can't read block 761249 I am not sure it's my syncing problem, the data break on my machine, or it's bitcoin_explorer's problem. Anybody can help me try it on your machine please? Here is the code

pip install bitcoin_explorer

import bitcoin_explorer as bq

db = bq.BitcoinDB("/home/.bitcoin", tx_index = True)

block = db.get_block(761249, connected = True)

print(block['header']['block_hash'])

Anybody could help me try it and let me know? Thank you so much.

submitted by /u/Reasonable-Guest836
[link] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *