Add BlockCypher.com as a block explorer

This commit is contained in:
Johann Bauer 2017-05-01 21:27:14 +02:00
parent 51b6fa0e46
commit 8f94dda48e
1 changed files with 2 additions and 0 deletions

View File

@ -368,6 +368,8 @@ block_explorer_info = {
{'tx': 'tx', 'addr': 'address'}),
'TradeBlock.com': ('https://tradeblock.com/blockchain',
{'tx': 'tx', 'addr': 'address'}),
'BlockCypher.com': ('https://live.blockcypher.com/btc',
{'tx': 'tx', 'addr': 'address'}),
'system default': ('blockchain:',
{'tx': 'tx', 'addr': 'address'}),
}