Total Received | 37 |{{$root.currency.getConvertion(address.totalReceived) || address.totalReceived + ' DASH'}} | 38 |
Total Sent | 41 |{{$root.currency.getConvertion(address.totalSent) || address.totalSent + ' DASH'}} | 42 |
Final Balance | 45 |{{$root.currency.getConvertion(address.balance) || address.balance + ' DASH'}} | 46 |
No. Transactions | 49 |{{address.txApperances}} | 50 |
Unconfirmed Txs Balance | 64 |{{$root.currency.getConvertion(address.unconfirmedBalance)}} | 65 |
No. Transactions | 68 |{{address.unconfirmedTxApperances}} | 69 |
Number Of Transactions | 51 |{{block.tx.length}} | 52 |
Height | 55 |{{block.height}} 56 | (Mainchain) 57 | (Orphaned) 58 | | 59 |
Block Reward | 62 |{{$root.currency.getConvertion(block.reward) || block.reward + ' DASH'}} | 63 |
Timestamp | 66 |{{block.time * 1000 | date:'medium'}} | 67 |
Mined by | 70 |71 | {{block.poolInfo.poolName}} 72 | | 73 |
Merkle Root | 76 |
77 |
78 |
79 | {{block.merkleroot}}
80 |
81 | |
82 |
Previous Block | 85 |{{block.height-1}} | 86 |
Difficulty | 95 |{{block.difficulty}} | 96 |
Bits | 99 |{{block.bits}} | 100 |
Size (bytes) | 103 |{{block.size}} | 104 |
Version | 107 |{{block.version}} | 108 |
Nonce | 111 |{{block.nonce}} | 112 |
Next Block | 115 |{{block.height+1}} | 116 |
13 | {{pagination.current}} UTC 14 |
15 | 16 |21 |
Today
22 |{{humanSince(pagination.currentTs)}} 23 |
24 |
Height | 41 |Timestamp | 42 |Transactions | 43 | 44 |Size | 45 ||
---|---|---|---|---|
Waiting for blocks... | 50 |||||
{{b.height}} | 53 |{{millisToUTCDate(b.time) | date:'medium'}} UTC | 54 |{{b.txlength}} | 55 | 56 |{{b.size}} | 57 |
10 | Can't connect to dashd to get live updates from the p2p network. (Tried connecting to dashd at {{host}}:{{port}} and failed.) 11 |
12 | 13 |14 | Can't connect to insight server. Attempting to reconnect... 15 |
16 | 17 |18 | Can't connect to internet. Please, check your connection. 19 |
20 | 21 |Height | 17 |Age | 18 |Transactions | 19 | 20 |Size | 21 |
---|---|---|---|
Waiting for blocks... | |||
27 | {{b.height}} 28 | | 29 |{{humanSince(b.time)}} | 30 |{{b.txlength}} | 31 | 32 |{{b.size}} | 33 |
Hash | 46 |Value Out | 47 ||
---|---|---|
Waiting for transactions... | ||
53 | {{tx.txid}} 54 | | 55 |{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' DASH'}} | 56 |
insight is an open-source Dash blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by dashd RPC. Check out the source code.
66 |insight is still in development, so be sure to report any bugs and provide feedback for improvement at our github issue tracker.
67 | 76 |An error occured in the verification process.
63 |64 | Error message: 65 | {{verification.error}} 66 |
67 |73 | Dash comes with a way of signing arbitrary messages. 74 |
75 |76 | This form can be used to verify that a message comes from 77 | a specific Dash address. 78 |
79 |Sync Progress | 14 |
15 |
16 |
22 | |
23 |
Current Sync Status | 26 |27 | {{sync.status}} 28 | 29 | 30 | {{sync.error}} 31 | 32 | | 33 |
Start Date | 36 |37 | |
Finish Date | 40 |41 | |
Initial Block Chain Height | 44 |{{sync.blockChainHeight}} | 45 |
Synced Blocks | 48 |{{sync.syncedBlocks}} | 49 |
Skipped Blocks (previously synced) | 52 |{{sync.skippedBlocks}} | 53 |
Sync Type | 56 |{{sync.type}} | 57 |
Last Block Hash (dashd) | 67 |{{lastblockhash}} | 68 |
Current Blockchain Tip (insight) | 71 |{{syncTipHash}} | 72 |
ChainLock block hash | 82 |83 | {{bestchainlock.blockhash}} 84 | {{bestchainlock.blockhash}} 85 | | 86 |
ChainLock block height | 89 |90 | {{bestchainlock.height}} 91 | {{bestchainlock.blockhash}} 92 | | 93 |
Version | 106 |{{info.version}} | 107 |
Protocol version | 110 |{{info.protocolversion}} | 111 |
Blocks | 114 |{{info.blocks}} | 115 |
Time Offset | 118 |{{info.timeoffset}} | 119 |
Connections to other nodes | 122 |{{info.connections}} | 123 |
Mining Difficulty | 126 |{{info.difficulty}} | 127 |
Network | 130 |{{info.network}} | 131 |
Proxy setting | 134 |{{info.proxy}} | 135 |
Info Errors | 138 |{{info.infoErrors}} | 139 |
Size | 53 |{{tx.size}} (bytes) | 54 ||
Fee Rate | 57 |{{$root.currency.getConvertion((tx.fees * 1000) / tx.size) + ' per kB' || ((tx.fees * 1000) / tx.size) + 'DASH per kB'}} | 58 ||
Received Time | 61 |{{tx.time * 1000|date:'medium'}} | 62 |N/A | 63 |
Mined Time | 66 |{{tx.blocktime * 1000|date:'medium'}} | 67 |N/A | 68 |
Included in Block | 71 |
72 |
73 | {{tx.blockhash}}
74 |
75 | | Unconfirmed | 76 |
LockTime | 79 |{{tx.locktime}} | 80 ||
Coinbase | 83 |
84 |
85 |
86 | {{tx.vin[0].coinbase}}
87 |
88 | |
89 |
50 | This form can be used to broadcast a raw transaction in hex format over 51 | the Dash network. 52 |
53 |