Browse Source

styled blocks page

pull/1/head
dan_s 2 years ago
parent
commit
796ff72909
  1. 176
      var/www/dragonx.is/explorer.css
  2. 24
      var/www/explorer.dragonx.is/bin/update_blocks_redis.pl
  3. 166
      var/www/explorer.dragonx.is/blocks/template.html
  4. 231
      var/www/explorer.dragonx.is/index.html

176
var/www/dragonx.is/explorer.css

@ -1,3 +1,6 @@
/* ---------- EXPLORER MAIN PAGE ---------- */
.explorer-section {
z-index: 0;
display: flex;
@ -146,7 +149,7 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
height: 4vh;
border-radius: .5rem .5rem .5rem .5rem;
font-weight: 400;
font-size: 1.25rem;
/* font-size: 1.25rem; */
color: var(--text-color-main);
background-color: var(--item-bg-dark);
margin-top: 1vh;
@ -260,6 +263,9 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
justify-content: left;
}
.explorer-content-bar:nth-child(n+0):nth-child(-n+15) > h3 {
justify-content: right;
}
.explorer-content-bar * a {
color: var(--bg-color);
@ -275,7 +281,7 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: inherit;
font-size: 1.75vh;
color: inherit;
/* font-weight: inherit; */
}
@ -287,7 +293,7 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: inherit;
font-size: 1.75vh;
font-weight: inherit;
}
@ -347,7 +353,7 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
}
.explorer-tab > span {
font-size: 1.65rem;
font-size: 3vh;
font-weight: inherit;
color: inherit;
padding-bottom: 2vh;
@ -373,7 +379,8 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
color: var(--item-bg-dark);
text-decoration: none;
margin: 0vh 1vh;
font-weight: 500;
font-weight: 600;
font-size: 1.75vh;
}
.explorer-info-btn:hover {
@ -409,7 +416,13 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
}
.explorer-content-bar {
width: 46vh;
justify-content: left;
}
.explorer-content-bar:nth-child(n+0):nth-child(-n+15) > h3 {
justify-content: right;
}
.explorer-tab {
width: 16vh;
}
@ -427,17 +440,17 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
left: 34vh;
}
.explorer-tab > span {
font-size: .9rem;
font-size: 1.8vh;
}
.explorer-content-bar > span {
font-size: .8rem;
font-size: 1.75vh;
}
.explorer-content-bar > h3 {
font-size: .8rem;
font-size: 1.75vh;
}
.explorer-content-bar:nth-child(2) {
width: 44vh;
font-size: 1.1rem;
font-size: 1vh;
}
.explorer-content-bar:nth-child(n+3):nth-child(-n+7) {
width: 44vh;
@ -454,12 +467,151 @@ input[id="dragonx-tab"]:not(:checked) ~ * .explorer-tab:nth-child(2):hover {
margin-left: 1vh;
margin-top: 1.75vh;
}
.explorer-info-btn {
font-size: .75rem;
.explorer-info-btn{
font-size: 1.5vh;
}
.logo-hush {
margin-left: 8vh;
margin-top: 25vh;
position: absolute;
}
}
}
/* ---------- BLOCKS ---------- */
.explorer-blocks-bar {
display: flexbox;
justify-content: left;
align-items: center;
margin-left: auto;
margin-right: auto;
width: 88vh;
height: 15vh;
border-radius: .5rem .5rem .5rem .5rem;
font-weight: 400;
color: var(--text-color-main);
background-color: var(--item-bg-dark);
margin-top: 1vh;
font-size: 1.75vh;
}
.block-height {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
margin:1vh;
margin-top: 1vh;
background-color: var(--item-bg-dark-grey);
border-radius: .4rem .4rem .4rem .4rem;
height: 8vh;
width: 22vh;
font-size: 2.25vh;
/* text-indent: -14vh; */
}
.block-duration {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
margin:1vh;
margin-top: 10vh;
background-color: var(--item-bg-dark-grey);
border-radius: .4rem .4rem .4rem .4rem;
height: 4vh;
width: 11vh;
font-size: 1.5vh;
/* text-indent: -14vh; */
}
.block-hash {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
margin:1vh;
margin-top: 1vh;
margin-left: 24vh;
background-color: var(--item-bg-dark-grey);
border-radius: .4rem .4rem .4rem .4rem;
height: 3.5vh;
width: 63vh;
font-size: 1.5vh;
/* text-indent: -14vh; */
}
.block-miner-reward {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
margin:1vh;
margin-top: 5.5vh;
margin-left: 24vh;
background-color: var(--item-bg-dark-grey);
border-radius: .4rem .4rem .4rem .4rem;
height: 3.5vh;
width: 63vh;
font-size: 1.5vh;
/* text-indent: -14vh; */
}
.block-time {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
margin:1vh;
margin-top: 10vh;
margin-left: 24vh;
background-color: var(--item-bg-dark-grey);
border-radius: .4rem .4rem .4rem .4rem;
height: 3.5vh;
width: 31vh;
font-size: 1.5vh;
/* text-indent: -14vh; */
}
.block-txs {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
margin:1vh;
margin-top: 10vh;
margin-left: 56vh;
background-color: var(--item-bg-dark-grey);
border-radius: .4rem .4rem .4rem .4rem;
height: 3.5vh;
width: 31vh;
font-size: 1.5vh;
/* text-indent: -14vh; */
}
/* .block-height > a {
display: flex;
justify-content: center;
align-items: center;
margin: 1vh;
background-color: var(--item-bg-dark);
border-radius: 0rem 0rem 0rem 0rem;
height: 3.5vh;
position: absolute;
margin-left: 20vh;
width: 18vh;
} */
/* a {
font-size: inherit;
}
h3 {
font-size: inherit;
}
span {
font-size: inherit;
} */

24
var/www/explorer.dragonx.is/bin/update_blocks_redis.pl

@ -44,7 +44,7 @@ for my $h ($height-80 .. $height) {
my $thisminer = "";
# TODO: actually look at the block reward for this height via
# the tx data from the very first txid in this block
my $reward = $h > 340000 ? "3.125 $ticker" : "3.125 $ticker";
my $reward = $h > 340000 ? "3 $ticker" : "3 $ticker";
my $block = get_block($h);
#die Dumper $block;
my $time = $block->{time};
@ -83,7 +83,7 @@ for my $h ($height-80 .. $height) {
$block_template =~ s/#MERKLEROOT#/$block->{merkleroot}/ge;
$block_template =~ s/#FINALSAPLINGROOT#/$block->{finalsaplingroot}/ge;
# TODO: fix block reward
my $blockreward = "3.125 $ticker";
my $blockreward = "3 $ticker";
$block_template =~ s/#BLOCKREWARD#/$blockreward/g;
$block_template =~ s/#BLOCKNONCE#/$block->{nonce}/ge;
$block_template =~ s/#DIFFICULTY#/$block->{difficulty}/ge;
@ -349,18 +349,14 @@ for my $b (reverse @blocks) {
$duration = "--" unless $duration;
$STATS->{BLOCKS_TABLE} .= <<"FUCK";
<table>
<tr>
<td style="font-size: 14px"><a href="/block/$height/" class="mainlinkexplorer">$height</a></td>
<td style="font-size: 14px"><a href="/block/$hash/" class="mainlinkexplorer">$hash</a></td>
<td style="font-size: 14px">$time</td>
</tr>
<tr>
<td style="font-size: 14px">${duration}s</td>
<td style="font-size: 14px">$miner + $reward</td>
<td style="font-size: 14px">Transactions: $txs</td>
</tr>
</table>
<div class="explorer-blocks-bar">
<a href="/block/$height/" class="block-height">$height</a>
<span href="/block/$height/" class="block-duration">$duration</span>
<a href="/block/$hash/" class="block-hash">$hash</a>
<span href="/block/$height/" class="block-miner-reward">$miner + $reward</span>
<span href="/block/$height/" class="block-time">$time</span>
<span href="/block/$height/" class="block-txs">Transactions: $txs</span>
</div>
FUCK
}

166
var/www/explorer.dragonx.is/blocks/template.html

@ -1,77 +1,101 @@
<!doctype html>
<head>
<title>Home | Hush - Transact and Speak Freely</title>
<style>
body { background-color: #101010; max-width: 850px; margin: auto; font-family: 'Ubuntu Mono'; color: #b3b3b3; text-align: center }
table { width: 100%; border-collapse: collapse; margin-top: 15px }
td { border: 1px solid #1a1a1a; font-size: 16px; padding: 0.5em }
td:hover { background-color: #1a1a1a }
pre { background-color: #0d0d0d; border: 1px solid #1a1a1a; font-size: 6px; padding: 15px; color: #e6e6e6 }
details { cursor: pointer; background-color: #0d0d0d; text-align: left; margin-top: 15px; padding: 0.5em; border: 1px solid #1a1a1a; font-size: 13px; word-wrap: break-word }
summary { outline: none; padding: 0.4em }
.blockt { border: 1px solid #1a1a1a; padding: 0.15em; background-color: #0d0d0d; margin-top: 15px; text-align: left; font-size: 13px; word-wrap: break-word }
.blockt p { padding-left: 0.7em; padding-right: 0.7em }
.button:link { float: right; font-size: 11px }
.mainlinkexplorer:link { text-decoration: dotted underline; text-underline-position: under }
.mainlinkexplorer:hover { text-decoration: none; color: #595959 }
.links { margin: 15px; font-size: 13px }
a:link { color: #b3b3b3; text-decoration: none }
a:visited { color: #b3b3b3 }
a:hover { color: #b3b3b3 }
* { scrollbar-width: thin; scrollbar-color: #333333 #101010 }
::-webkit-scrollbar { width: 6px }
::-webkit-scrollbar-thumb { background: #333333 }
@font-face { font-family: 'Ubuntu Mono'; src: url('../UbuntuMono.ttf') format('truetype') }
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../dragonx.is/style.css">
<title>Explorer | DragonX</title>
</head>
<body>
<h2>Hush - Speak and Transact Freely</h2>
<h3>Private Cryptocurrency and Messenger using Zero Knowledge Mathematics</h3>
<pre>
&&&&
&&&& &&&&&& &&&&
&&&&&& &&&&&& &&&&&&
&&& &&&&&& &&&& &&&&&& &&&
&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& && &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& &&&&& &&&&&
&&&&& &&&& && &&&&&& &&&&&
&&&&& &&&&&& &&&&&
&&&&& &&&& &&& &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&& &&&&&
&&&&& &&&&&& &&&&&& &&&&&
&&& &&&&&& && && &&&&&& &&&
&&&&&& &&&&&& &&&&&&
&&&& &&&&&& &&&&
&&&&&&
&&&& <a href="http://jlqhwhak65kokg3pdjp3ufy6almf5spnhsfnugtjsc4z7wtapgozxyad.onion" class="button">.onion</a>
</pre>
<table>
<tr>
<td><a href="https://hush.land">Why Hush</a></td>
<td><a href="https://hush.land/hushchat.html">HushChat</a></td>
<td><a href="https://hushpool.is">HushPool</a></td>
<td><a href="https://git.hush.is/onryo/hush-box">HushBox</a></td>
</tr>
<tr>
<td><a href="https://explorer.hush.land">Explorer</a></td>
<td><a href="https://git.hush.is/hush">Gitea</a></td>
<td><a href="https://hush.land/faq.html">F.A.Q</a></td>
<td><a href="https://hush.land/team.html">Team</a></td>
</tr>
</table>
#BLOCKS_TABLE#
<div class="links">
<a href="https://hush.is/matrix"><span style="color: #262626">[</span> matrix <span style="color: #262626">]</span></a>
<a href="https://hush.is/mastodon"><span style="color: #262626">[</span> mastodon <span style="color: #262626">]</span></a>
<a href="https://videos.hush.is"><span style="color: #262626">[</span> peertube <span style="color: #262626">]</span></a>
<a href="https://t.me/hush_main"><span style="color: #262626">[</span> telegram <span style="color: #262626">]</span></a>
</div>
<header>
<input type="checkbox" id="nav-check">
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none;"></div>
<a href="https://dragonx.is">
<svg class="header-logo mobile" xmlns="http://www.w3.org/2000/svg" width="6rem" height="6rem"
viewBox="0 0 128 128" alt="dragonx logo">
<path fill="white" stroke="none" stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z" />
<path fill="#91a4b8" stroke="none" stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z" />
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md" class="component-button"
style="--index: 0;"><small class="">Mine DragonX</small></a>
<a href="" class="component-button" style="--index: 1;"><small
class="">Download Wallet</small></a>
<a href="https://t.me/+ISXrAVgLnXkwZmU5" class="component-button" style="--index: 2;"><small class="">Tech
Support</small></a>
<a href="https://explorer.dragonx.is" class="component-button" style="--index: 3;"><small
class="">Explorer</small></a>
<a href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw" class="component-button"
style="--index: 3;"><small class="">Guides</small></a>
</nav>
<button class="mobile-menu mobile" style="background-color:rgba(0, 0, 0, 0); border-style: none;">
<label for="nav-check">
<img class="nav-mobile-icon nav-btn" src="../../img/mobile-sidebar-button.png" alt="hamburger menu">
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"><small class="">Mine DragonX</small></a>
<a href="" class="component-button"><small class="" style="text-decoration: line-through;">Download
Wallet</small></a>
<a href="https://t.me/+ISXrAVgLnXkwZmU5" class="component-button"><small class="">Tech Support</small></a>
<a href="https://explorer.dragonx.is" class="component-button" style="--index: 3;"><small
class="">Explorer</small></a>
<a href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw" class="component-button"
style="--index: 3;"><small class="">Guides</small></a>
</nav>
</nav>
</header>
<div class="header-space"></div>
<div class="divider"></div>
<section class="explorer-section">
<input class="explorer-radio" type="radio" name="radio" id="hush-tab">
<input class="explorer-radio" type="radio" checked="checked" name="radio" id="dragonx-tab">
<div class="explorer-content-body">
<section class="explorer-content">
<div class="hush-tab-info-bar"><span>DragonX Was built on the&nbsp<a href="https://hush.is">HUSH</a> Blockchain.</span></div>
<img class="logo-hush" src="../img/logo_HUSH.svg" alt="">
</section>
<section class="explorer-content">
<div class="explorer-content-bar"><span>This Explorer was forked from the&nbsp<a href="htpps://explorer.hush.land"> HUSH Explorer</a>.</span></div>
<div class="explorer-content-bar"><h3>Last Update: </h3><span>#TIPTIME#</span></div>
#BLOCKS_TABLE#
<!-- <div class="explorer-blocks-bar">
<a href="/block/$height/" class="block-height">$height</a>
<span href="/block/$height/" class="block-duration">$duration</span>
<a href="/block/$hash/" class="block-hash">$hash</a>
<span href="/block/$height/" class="block-miner-reward">$miner + $reward</span>
<span href="/block/$height/" class="block-time">$time</span>
<span href="/block/$height/" class="block-txs">Transactions: $txs</span>
</div> -->
</section>
</div>
<div class="explorer-tab-bar">
<label for="hush-tab" class="explorer-tab" style="--tab-index: 2;">
<span>HUSH</span>
</label>
<label for="dragonx-tab" class="explorer-tab" style="--tab-index: 0;">
<span>DragonX Explorer</span>
</label>
<div class="explorer-dot" style="--tab-index: 1;"></div>
<div class="explorer-dot" style="--tab-index: 0.94;"></div>
<div class="explorer-dot" style="--tab-index: 0.88;"></div>
</div>
</section>
</body>
</html>

231
var/www/explorer.dragonx.is/index.html

@ -1,131 +1,110 @@
<!doctype html>
<!-- td = standard data cell -->
<!-- tr = row in html table, contians th or td elements -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Explorer | DragonX</title>
<style>
body { background-color: #101010; max-width: 850px; margin: auto; font-family: 'Ubuntu Mono'; color: #b3b3b3; text-align: center }
table { width: 100%; border-collapse: collapse; margin-top: 15px }
td { border: 1px solid #1a1a1a; font-size: 16px; padding: 0.5em }
td:hover { background-color: #1a1a1a }
pre { background-color: #0d0d0d; border: 1px solid #1a1a1a; font-size: 6px; padding: 15px; color: #e6e6e6 }
details { cursor: pointer; background-color: #0d0d0d; text-align: left; margin-top: 15px; padding: 0.5em; border: 1px solid #1a1a1a; font-size: 13px; word-wrap: break-word }
summary { outline: none; padding: 0.4em }
.blockt { border: 1px solid #1a1a1a; padding: 0.15em; background-color: #0d0d0d; margin-top: 15px; text-align: left; font-size: 13px; word-wrap: break-word }
.blockt p { padding-left: 0.7em; padding-right: 0.7em }
.button:link { float: right; font-size: 11px }
.mainlink:link { text-decoration: dotted underline; text-underline-position: under }
.mainlink:hover { text-decoration: none; color: #595959 }
.mainlinkexplorer:link { text-decoration: dotted underline; text-underline-position: under }
.mainlinkexplorer:hover { text-decoration: none; color: #595959 }
.links { margin: 15px; font-size: 13px }
a:link { color: #b3b3b3; text-decoration: none }
a:visited { color: #b3b3b3 }
a:hover { color: #b3b3b3 }
* { scrollbar-width: thin; scrollbar-color: #333333 #101010 }
::-webkit-scrollbar { width: 6px }
::-webkit-scrollbar-thumb { background: #333333 }
@font-face { font-family: 'Ubuntu Mono'; src: url('UbuntuMono.ttf') format('truetype') }
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../dragonx.is/style.css">
<title>Explorer | DragonX</title>
</head>
<body>
<h2>DragonX Explorer</h2>
<h3>Private Cryptocurrency and Messenger using Zero Knowledge Mathematics</h3>
<pre>
! !
.JY YJ.
5 ~GP PG~ 5
7# ?G~ ?? ~G? #7
P@~ YG5 && 5GY ~@P
5@#~ ?GGJ !@@! JGG? ~#@5
^&@@G7:. 7GG?^&&^?GG7 .:7G@@&^
^P&@@@@&&~!GGJ::?GG!~&&@@@@&P^
.!5&@@@7^PG55GP^7@@@&5!.
G@@@~:PPPP:!@@@G
.7G@@&7~5GPPG5~7&@@G7.
.~Y#J^JGG?^^?GGJ^J#Y~.
:?GGY^7&&?^YGGJ:
.JGG5!!#@@@@#!!5GGJ:
.?GG5~ ~@@@@@@@@~ ~5GG?.
^PGY: ^@&@@@@&@^ :YGP^
^GP~ . J@@J . ~PG^
.PP: YY :PP.
~G: :G~
?~ ~?
: :
<a href="http://jlqhwhak65kokg3pdjp3ufy6almf5spnhsfnugtjsc4z7wtapgozxyad.onion" class="button">.onion</a>
</pre>
<table>
<tr>
<!-- <td><a href="https://hush.land">Why Hush</a></td>
<td><a href="https://hush.land/hushchat.html">HushChat</a></td>
<td><a href="https://hushpool.is">HushPool</a></td>
<td><a href="https://git.hush.is/onryo/hush-box">HushBox</a></td>
</tr>
<tr>
<td><a href="https://explorer.hush.land">Explorer</a></td>
<td><a href="https://git.hush.is/hush">Gitea</a></td>
<td><a href="https://hush.land/faq.html">F.A.Q</a></td>
<td><a href="https://hush.land/team.html">Team</a></td> -->
</tr>
</table>
<div class="blockt"><p>This is the most private and secure Blockchain Explorer in Zcash World, inspiration goes to <a href="https://xmrchain.net" class="mainlink">xmrchain.net</a>! There is no Javascript both client or server-side, it has no cookies, web analytics trackers, no images, no external CSS, visited and unvisited links are the same color so screenshots do not leak metadata, likewise it is available as a <a href="http://jlqhwhak65kokg3pdjp3ufy6almf5spnhsfnugtjsc4z7wtapgozxyad.onion" class="mainlink">Tor hidden service</a>.</p></div>
<table>
<tr>
<td style="font-size: 14px; width: 50%">Thu Sep 29 17:23:39 2022<!-- 1664472219 --></td>
<td style="font-size: 14px; width: 50%"><a href="/blocks/" class="mainlinkexplorer">Blocks list</a></td>
</tr>
</table>
<table>
<tr>
<td style="font-size: 14px; width: 50%"><a href="/blocks/" class="mainlinkexplorer">Block Height: 1099008 </a></td>
<td style="font-size: 14px; width: 50%"><a href="https://git.hush.is/hush/anonsets" class="mainlinkexplorer">Anonymity Set</a>:<span class='anonset'> 2410752 </span></td>
</tr>
</table>
<table>
<tr>
<td style="font-size: 14px; width: 50%">Total Transactions: 1810407</td>
<td style="font-size: 14px; width: 50%">Transaction Rate: 2.1093 per minute </td>
</tr>
</table>
<table>
<tr>
<td style="font-size: 14px; width: 50%">Hashrate: 11.19 MSol/s</td>
<td style="font-size: 14px; width: 50%">Difficulty: 49283696</td>
</tr>
</table>
<table>
<tr>
<td style="font-size: 14px; width: 50%">Circulating Supply: 12798895.34523515 HUSH</td>
<td style="font-size: 14px; width: 50%">Shielded Supply: 6850551.72538454 HUSH</td>
</tr>
</table>
<table>
<td style="font-size: 14px; width: 50%">Price:<span class='price'> 0.00000273 BTC</span></td>
<td style="font-size: 14px; width: 50%">Total Volume:<span class='volume'> .0077033708 BTC </span></td>
</table>
<table>
<tr>
<td style="font-size: 14px; width: 50%">Percent Shielded: 53.525 </td>
<td style="font-size: 14px; width: 50%"><a href="/addresses/" class="mainlinkexplorer">T-addresses list</a></td>
</tr>
</table>
<table>
<tr>
<td style="font-size: 14px; width: 50%">29 peers connected via TLS 1.3</td>
<td style="font-size: 14px; width: 50%">Protocol Version: 1987424</td>
</tr>
</table>
<div class="links">
<a href="https://hush.is/matrix"><span style="color: #262626">[</span> matrix <span style="color: #262626">]</span></a>
<a href="https://hush.is/mastodon"><span style="color: #262626">[</span> mastodon <span style="color: #262626">]</span></a>
<a href="https://videos.hush.is"><span style="color: #262626">[</span> peertube <span style="color: #262626">]</span></a>
<a href="https://t.me/hush_main"><span style="color: #262626">[</span> telegram <span style="color: #262626">]</span></a>
</div>
<header>
<input type="checkbox" id="nav-check">
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none;"></div>
<a href="https://dragonx.is">
<svg class="header-logo mobile" xmlns="http://www.w3.org/2000/svg" width="6rem" height="6rem"
viewBox="0 0 128 128" alt="dragonx logo">
<path fill="white" stroke="none" stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z" />
<path fill="#91a4b8" stroke="none" stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z" />
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md" class="component-button"
style="--index: 0;"><small class="">Mine DragonX</small></a>
<a href="" class="component-button" style="--index: 1;"><small
class="">Download Wallet</small></a>
<a href="https://t.me/+ISXrAVgLnXkwZmU5" class="component-button" style="--index: 2;"><small class="">Tech
Support</small></a>
<a href="https://explorer.dragonx.is" class="component-button" style="--index: 3;"><small
class="">Explorer</small></a>
<a href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw" class="component-button"
style="--index: 3;"><small class="">Guides</small></a>
</nav>
<button class="mobile-menu mobile" style="background-color:rgba(0, 0, 0, 0); border-style: none;">
<label for="nav-check">
<img class="nav-mobile-icon nav-btn" src="../img/mobile-sidebar-button.png" alt="hamburger menu">
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"><small class="">Mine DragonX</small></a>
<a href="" class="component-button"><small class="" style="text-decoration: line-through;">Download
Wallet</small></a>
<a href="https://t.me/+ISXrAVgLnXkwZmU5" class="component-button"><small class="">Tech Support</small></a>
<a href="https://explorer.dragonx.is" class="component-button" style="--index: 3;"><small
class="">Explorer</small></a>
<a href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw" class="component-button"
style="--index: 3;"><small class="">Guides</small></a>
</nav>
</nav>
</header>
<div class="header-space"></div>
<div class="divider"></div>
<section class="explorer-section">
<input class="explorer-radio" type="radio" name="radio" id="hush-tab">
<input class="explorer-radio" type="radio" checked="checked" name="radio" id="dragonx-tab">
<div class="explorer-content-body">
<section class="explorer-content">
<div class="hush-tab-info-bar"><span>DragonX Was built on the&nbsp<a href="https://hush.is">HUSH</a> Blockchain.</span></div>
<img class="logo-hush" src="../img/logo_HUSH.svg" alt="">
</section>
<section class="explorer-content">
<div class="explorer-content-bar"><span>This Explorer was forked from the&nbsp<a href="htpps://explorer.hush.land"> HUSH Explorer</a>.</span></div>
<div class="explorer-content-bar"><h3>Last Update: </h3><span>#TIPTIME#</span></div>
<div class="explorer-content-bar"><h3>Block Height : </h3><span>#BLOCKS#</span></div>
<div class="explorer-content-bar"><h3>Hashrate: </h3><span>#HASHPS#</span></div>
<div class="explorer-content-bar"><h3 >Anonymity Set: </h3><span>#ANONSET#</span></div>
<div class="explorer-content-bar"><h3>Total Transactions: </h3><span>#TXCOUNT#</span></div>
<div class="explorer-content-bar"><h3>Price: </h3><span class='price'>0.00000273 BTC</span></div>
<div class="explorer-content-bar"><h3>Transaction Rate: </h3><span>#TXRATE#</span></div>
<div class="explorer-content-bar"><h3>Difficulty: </h3><span>#DIFFICULTY#</span></div>
<div class="explorer-content-bar"><h3>Total Volume: </h3><span class='volume'>.0077033708 BTC</span></div>
<div class="explorer-content-bar"><h3>Protocol Version: </h3><span>#PROTOCOLVERSION#</span></div>
<div class="explorer-content-bar"><h3>Peers Connected: </h3><span>#CONNECTIONS# via TLS 1.3</span></div>
<div class="explorer-content-bar" style="--explorer-content-index: 2;"><h3>Circulating Supply: </h3><span>#SUPPLY#</span></div>
<div class="explorer-content-bar" style="--explorer-content-index: 1;"><h3>Shielded Supply: </h3><span>#ZFUNDS#</span></div>
<div class="explorer-content-bar" style="--explorer-content-index: 1;"><h3>Percent Shielded: </h3><span>#ZFUNDS_PERCENT#</span></div>
<nav class="explorer-nav">
<a class="explorer-info-btn" href="https://git.hush.is/hush/anonsets">What is Anonset?</a>
<a class="explorer-info-btn" href="/blocks/">Blocklist</a>
<a class="explorer-info-btn" href="/addresses/">T-Address List</a>
</nav>
</section>
</div>
<div class="explorer-tab-bar">
<label for="hush-tab" class="explorer-tab" style="--tab-index: 2;">
<span>HUSH</span>
</label>
<label for="dragonx-tab" class="explorer-tab" style="--tab-index: 0;">
<span>DragonX Explorer</span>
</label>
<div class="explorer-dot" style="--tab-index: 1;"></div>
<div class="explorer-dot" style="--tab-index: 0.94;"></div>
<div class="explorer-dot" style="--tab-index: 0.88;"></div>
</div>
</section>
<div class="divider"></div>
</body>
</html>

Loading…
Cancel
Save