forked from fexra/blockchain-explorer-node
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
196 lines (196 loc) · 9.71 KB
/
index.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="120x120" href="./ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./ico/favicon-16x16.png">
<link rel="manifest" href="./ico/site.webmanifest">
<link rel="mask-icon" href="./ico/safari-pinned-tab.svg" color="#00853d">
<link rel="shortcut icon" href="./ico/favicon.ico">
<meta name="msapplication-TileColor" content="#00853d">
<meta name="msapplication-config" content="/ico/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="TurtleCoin Block Explorer">
<meta name="Description" content="Block Explorer for the TurtleCoin network that is a fun, fast, and easy way to send money to friends and businesses.">
<meta property="og:description" content="Block Explorer for the TurtleCoin network that is a fun, fast, and easy way to send money to friends and businesses.">
<meta property="og:image" content="https://turtlecoin.github.io/blockchain-explorer/img/turtlecoin_shield.png">
<meta name="Keywords" content="TurtleCoin,TurtlePay,blockchain,explorer,pools,hashrate,hash rate,mining,block explorer">
<title>[TRTL] TurtleCoin Block Explorer</title>
<link rel="stylesheet" href="./css/third-party.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="./css/app.css">
<script src="./js/third-party.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="./js/config.js"></script>
<script src="./js/common.js"></script>
<script src="./js/main.js"></script>
</head>
<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="./index.html">
<img src="./img/turtlecoin_logo.png" height="100">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="siteNavBar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="siteNavBar" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item is-active" href="./"><i class="fas fa-dice-d6"></i> Block Explorer</a>
<a class="navbar-item" href="./nodes.html"><i class="fas fa-server"></i> Nodes</a>
<a class="navbar-item" href="./pools.html"><i class="fas fa-users"></i> Pools</a>
<a class="navbar-item" href="./tools.html"><i class="fas fa-toolbox"></i> Tools</a>
<a class="navbar-item" href="./mixable.html"><i class="fas fa-mortar-pestle"></i> Mixable Amounts</a>
<a class="navbar-item" href="./charts.html"><i class="fas fa-chart-bar"></i> Network Charts</a>
<a class="navbar-item" href="./supply.html"><i class="fas fa-money-bill-wave-alt"></i> Currency Supply</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="field has-addons">
<div class="control has-icons-left">
<input id="searchValue" type="text" class="input" placeholder="Search by Block Height / Hash, Transaction Hash, or Payment Id" size="70" maxlength="64">
<span class="icon is-small is-left">
<i class="fas fa-search "></i>
</span>
</div>
<div class="control">
<a class="button is-info is-trtl-green" id="searchButton">
Search
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<main>
<section class="section">
<div class="container">
<div class="columns">
<div class="column panel">
<p class="panel-heading is-trtl-green">
<i class="fas fa-server"></i> Network Stats
</p>
<div class="panel-block same-height">
<table class="table is-striped is-fullwidth chart">
<tr>
<th class="trtl-icon"><i class="fas fa-bars"></i></th>
<th>Height</th>
<td id="blockchainHeight" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-lock"></i></th>
<th>Difficulty</th>
<td id="blockchainDifficulty" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-tachometer-alt"></i></th>
<th>Network Hash Rate</th>
<td id="blockchainHashRate" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-award"></i></th>
<th>Block Reward</th>
<td id="blockchainReward" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-exchange-alt"></i></th>
<th>Total Transactions</th>
<td id="blockchainTransactions" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-circle-notch"></i></th>
<th>Circulating Supply</th>
<td id="blockchainCirculatingSupply" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-suitcase-rolling"></i></th>
<th>Total Supply</th>
<td id="blockchainTotalSupply" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-chart-pie"></i></th>
<th>Current Emission</th>
<td id="blockchainSupplyEmission" class="has-text-right"></td>
</tr>
<tr>
<th class="trtl-icon"><i class="fas fa-code-branch"></i></th>
<th>Next Network Upgrade In (est.)</th>
<td id="nextForkIn" title="Calculating..." class="has-text-right"></td>
</tr>
</table>
</div>
</div>
<div class="column panel">
<p class="panel-heading is-trtl-green">
<i class="fas fa-chart-bar"></i> Network Chart
</p>
<div class="panel-block same-height">
<div id="blockchainChart" class="chart"> </div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="columns">
<div class="column panel">
<p class="panel-heading is-trtl-green">
<i class="fas fa-exchange-alt"></i> Transaction Pool <span id="transactionPoolCount" class="tag is-trtl-black is-rounded">0</span>
</p>
<div class="panel-block">
<table id="transactionPool" class="table table-striped table-bordered is-fullwidth">
<thead>
<tr>
<th class="trtl-amount"><i class="fas fa-money-bill-wave-alt"></i> Amount</th>
<th class="trtl-fee"><i class="fas fa-exchange-alt"></i> Fee</th>
<th class="trtl-size"><i class="fas fa-weight-hanging"></i> Size</th>
<th><i class="fas fa-hashtag"></i> Hash</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
<div class="container">
<div class="columns">
<div class="column panel">
<p class="panel-heading is-trtl-green">
<i class="fas fa-link"></i> Recent Blocks
</p>
<div class="panel-block">
<table id="recentBlocks" class="table table-striped table-bordered is-fullwidth responsive nowrap">
<thead>
<tr>
<th class="trtl-height"><i class="fas fa-bars"></i> Height</th>
<th class="trtl-size"><i class="fas fa-weight-hanging"></i> Size</th>
<th><i class="fas fa-hashtag"></i> Hash</th>
<th class="trtl-size"><i class="fas fa-lock"></i> Diff</th>
<th class="trtl-txns centered"><i class="fas fa-file-signature"></i></th>
<th class="trtl-size"><i class="far fa-clock"></i> Time</th>
<th class="trtl-txns"><i class="fas fa-people-carry"></i> Pool</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="content has-text-centered">
<p>
Copyright © 2018-2019 TurtlePay® Development Team. The source code is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0</a>.
</p>
<p>
<a href="https://turtlepay.io"><img src="https://badge.turtlepay.io/" alt="Powered by TurtlePay" /></a>
</p>
</div>
</footer>
</body>
</html>