-
Notifications
You must be signed in to change notification settings - Fork 3
/
explorers.json
64 lines (64 loc) · 1.76 KB
/
explorers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"EOSIO":[
{
"name":"EOSX",
"account":"https://www.eosx.io/account/{x}",
"transaction":"https://www.eosx.io/tx/{x}",
"block":"https://www.eosx.io/block/{x}"
},
{
"name":"eosq",
"account":"https://eosq.app/account/{x}",
"transaction":"https://eosq.app/tx/{x}",
"block":"https://eosq.app/block/{x}"
},
{
"name":"Bloks",
"account":"https://bloks.io/account/{x}",
"transaction":"https://bloks.io/transaction/{x}",
"block":"https://bloks.io/block/{x}"
},
{
"name":"EOS Flare",
"account":"https://eosflare.io/account/{x}",
"transaction":"https://eosflare.io/tx/{x}",
"block":"https://eosflare.io/block/{x}"
},
{
"name":"EOS Park",
"account":"https://eospark.com/account/{x}",
"transaction":"https://eospark.com/tx/{x}",
"block":"https://eospark.com/block/{x}"
},
{
"name":"EOS Authority",
"account":"https://eosauthority.com/account/{x}",
"transaction":"https://eosauthority.com/transaction/{x}",
"block":"https://eosauthority.com/block/{x}"
}
],
"Ethereum":[
{
"name":"Etherscan",
"account":"https://etherscan.io/address/{x}",
"transaction":"https://etherscan.io/tx/{x}",
"block":"https://etherscan.io/block/{x}"
}
],
"Tron":[
{
"name":"Tronscan",
"account":"https://tronscan.org/#/address/{x}",
"transaction":"https://tronscan.org/#/transaction/{x}",
"block":"https://tronscan.org/#/block/{x}"
}
],
"Bitcoin":[
{
"name":"Blockcypher",
"account":"https://live.blockcypher.com/btc/address/{x}",
"transaction":"https://live.blockcypher.com/btc/tx/{x}",
"block":"https://live.blockcypher.com/btc/block/{x}"
}
]
}