Merge pull request #2658 from linuxion/patch-3

Add Blockchair.com block explorer
This commit is contained in:
ThomasV 2017-08-01 12:03:14 +02:00 committed by GitHub
commit 3d34fd9294
1 changed files with 2 additions and 0 deletions

View File

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