Extremely Private HUSH and HAC explorer https://explorer.hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

117 lines
2.7 KiB

<!DOCTYPE html>
<html>
<head>
<title>Hush Explorer: Speak And Transact Freely</title>
<style>
body {
width: 87%;
margin: 5 auto;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
background: #111111;
color: #cccccc;
}
a:link { color: #888888; }
a:visited { color: #888888; }
a:hover { color: #554200; }
a:active { color: #550000; }
</style>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{ Fuck Blockchain Analysts }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ ^__^
\ (@@)\_______
(__)\ )\/\
||----w |
|| ||
- Duke Leto and The Hush Developers
-->
</head>
<body>
<center>
<br/>
<br/>
<a href="https://hush.is">Hush</a>
|
<a href="https://explorer.hush.is">Explorer</a>
|
<a href="https://hush.is/twitter">Twitter</a>
|
<a href="https://hush.is/tg">Telegram</a>
|
<a href="https://hush.is/telegram_support">Telegram Support</a>
|
<a href="https://hush.is/telegram_mining">Telegram Mining</a>
|
<a href="https://hush.is/reddit">Reddit</a>
|
<a href="https://hush.is/youtube">YouTube</a>
|
<a href="https://hush.is/bitcointalk">BitcoinTalk</a>
|
<a href="https://hush.is/mastodon">Mastodon</a>
|
<a href="https://hush.is/matrix">Matrix</a>
<br/>
<h1>HUSH Blockchain Explorer</h1>
<div id=navbar>
<a href="/blocks/">Blocks</a>
</div>
<div id=stats>
<table width="100%" border=1>
<tr>
<td align=center>
<table>
<tr><th>Block Height</th><td><a href="/block/#BLOCKS#">#BLOCKS#</a></td></tr>
<tr><th>Block Hash</th><td><a href="/block/#BLOCKHASH#">#BLOCKHASH#</a></td></tr>
<tr><th>Previous Block Hash</th><td><a href="/block/#PREVIOUSBLOCKHASH#">#PREVIOUSBLOCKHASH#</a></td></tr>
<tr><th>Block Reward</th><td>#BLOCKREWARD#</td></tr>
<tr><th>Block Time</th><td>#BLOCKTIME#</td></tr>
<tr><th>Block Difficulty</th><td>#DIFFICULTY#</td></tr>
<tr><th>Block Size</th><td>#BLOCKSIZE# bytes</td></tr>
<tr><th>Block Version</th><td>#VERSION#</td></tr>
<tr><th>Block Bits</th><td>#BITS#</td></tr>
<tr><th>Block Nonce</th><td>#BLOCKNONCE#</td></tr>
<tr><th>Block Anchor</th><td>#ANCHOR#</td></tr>
<tr><th>Chainwork</th><td>#CHAINWORK#</td></tr>
<tr><th>Merkle Root</th><td>#MERKLEROOT#</td></tr>
<tr><th>Final Sapling Root</th><td>#FINALSAPLINGROOT#</td></tr>
<tr><th>Transactions</th><td> #NUM_TXS# </td></tr>
</table>
</td>
</tr>
<tr> <th>Transactions</th> </tr>
<tr>
<td>
#TX_TABLE#
<font color=red>
<pre>
_____________
< Extreme!!!! >
-------------
\ ^__^
\ (@@)\_______
(__)\ )\/\
||----w |
|| ||
</pre>
</font>
</td>
</tr>
</table>
</div>
<br>
</center>
</body>
</html>