1
0

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

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'}),
}