Add Blockchair.com block explorer

This commit is contained in:
linuxion 2017-07-31 03:24:02 +03:00 committed by GitHub
parent cefb1c9bc0
commit be150660ca
1 changed files with 2 additions and 0 deletions

View File

@ -366,6 +366,8 @@ mainnet_block_explorers = {
{'tx': 'tx', 'addr': 'address'}),
'BlockCypher.com': ('https://live.blockcypher.com/btc',
{'tx': 'tx', 'addr': 'address'}),
'Blockchair.com': ('https://blockchair.com/bitcoin',
{'tx': 'transaction', 'addr': 'address'}),
'system default': ('blockchain:',
{'tx': 'tx', 'addr': 'address'}),
}