-
- Logo: link to the homepage
- Home: link to the homepage
- Nervos DAO: link to the dao page
/nervosdao
- Tokens: to sudt list
/tokens
- NFT Collections: to nft collection list
/nft-collections
- Charts: to chart list
/charts
- Faucet(testnet only): to testnet faucet
https://faucet.nervos.org/
- Search Field: a text field for searching, will be hidden on homepage until the window is scrolled to a proper position.
- Chain type switch: mainnet/testnet
- Language switch: English/Chinese
-
Footer
- Foundation: link to
https://nervos.org
- Developer
- Docs: https://docs.nervos.org/
- GitHub: https://github.com/nervosnetwork
- Whitepaper: https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md
- Faucet: https://faucet.nervos.org/
- Submit Token Info: send an email with the default mail client to [email protected]
- Media
- Discord: https://discord.com/invite/nervos
- Twitter: https://twitter.com/nervosnetwork
- Blog: https://medium.com/nervosnetwork
- Telegram: https://t.me/nervosnetwork
- Reddit: https://www.reddit.com/r/NervosNetwork/
- YouTube: https://www.youtube.com/channel/UCONuJGdMzUY0Y6jrPBOzH7A
- Forum: https://talk.nervos.org/
- Copyright Information:Copyright ©
years
Nervos Foundation.All Rights Reserved.
- Foundation: link to
-
Notification:A floating layer below the Navbar appears and disappears after a few seconds
- Action notification: like copy text successfully
- Network error
- Maintainance notification
- Reorg notification
Homepage: https://explorer.nervos.org/
-
Statistics
- Last Block: block number of the tip block
- Average Block Time: 1 hour/(count of blocks in the past hour)
- Mining Hash Rate:
- Mining Difficulty:
- Epoch: epoch number and epoch_index/epoch_length
- Estimated Epoch Time: duration per epoch
- Transactions per minute
- Transactions in last 24h
- Chart of
average block time
:average block time curve in the last 15 days - Chart of
hash rate
:hash rate curve in the last 15 days
-
Last Block List(15 blocks)
- block number: link to block page
/block/{number}
- age: past time from now
- miner: miner address, link to page
/address/{miner}
- rewards: mining reward to the miner
- count of transactions
- count of cells generated/destroyed in the block: count of outputs - count of inputs
- more:link to link to block list page
/block/list
- block number: link to block page
-
Transaction List(15 transactions)
- transaction hash: link to transaction page
/transaction/{hash}/
- confirmations: block height from now
- block number: link to block page
/block/{number}
- age: past time from now
- covered capacity of the transaction: sum of inputs' capacity or sum of outputs' capacity
- count of cells generated/destroyed: count of outputs - count of inputs
- more:link to link to transaction list page
/transaction/list
- transaction hash: link to transaction page
Block List Page: https://explorer.nervos.org/block/list
- Height: block number, link to block page
/block/{number}
- Transactions: count of transactions in the block
- Reward: mining reward sent in the block
- Miner: address of miner, link to
/address/{miner}
- Time
Transaction List Page: https://explorer.nervos.org/transaction/list
- Transaction hash: link to transaction page
/transaction/{hash}
- Height: number of the block which packaged the transaction, link to
/block/{number}
- Capacity: covered capacity of the transaction, sum of inputs' capacity or sum of outputs'capacity + transaction fee
- Time
-
Overview
- Block hash
- Copy button: click to copy block hash
- Block height:link to prev/next block
- Transactions:count of transactions
- Size:current block size
- Cycles:cycles required for transaction completion
- Proposal Transactions:count of proposal transactions
proposals
of the block - Miner reward: first transaction of the block
- Difficulty:
compact_target
of the block - Nonce:
nonce
of the block - Uncle Count:countof uncle blocks
uncles
of the block - Miner: miner address, link to
/address/{miner}
- Miner message: parsed from witness of the cellbase.
- Epoch: epoch index of the block
- Epoch start number: number of the first block in this epoch, link to
/block/{number}
- Block index: epoch number / epoch length
- Timestamp
- Transactions root:
transaction root
of the block
-
Transactions
- Reward transaction: mining reward to the miner who mined the block 11 before this one;
- hash
- cellbase for block 11 before this block: link to
/block/{number}
- rewarded miner address: link to
/address/{miner}
- Normal transactions
- hash
- input list
- address
- capacity
- output list
- address
- capacity
- Reward transaction: mining reward to the miner who mined the block 11 before this one;
-
Overview
- Transaction Hash
- Copy button: click to copy transaction hash
- Download button: click to download raw data structure of the transaction
- Block Height: number of block packaged this transaction, link to
/block/{number}
- Transaction Fee: fee of this transaction, equals to
sum(output.capacity) - sum(input.capacity)
- Size:current transaction size
- Cycles:cycles required for transaction completion
- Timestamp: timestamp of the block packaged this transaction
- Status:
pending
orx confirmations
, confirmations is the depth of block - Transaction parameters
- Cell deps
- Header deps
- Witnesses
-
Input Cell List
- address toggle: switch address between deprecated format and active format
- warning(display deprecated addresses):displaying in deprecated address format
- input item
- index: index of input cell in the list, start from 0
- right-arrow: every input cell comes from another transaction as output cell, the arrow is a link to the transaction generated this cell.
- address: address owns this cell
- detail: type of the cell
- CKB Capacity: plain cell, doesn't have
type script
- UDT Cell: sudt cell, has
sudt type script
https://explorer.nervos.org/transaction/0x08e633b58686b8f4edeebd2b0d2104ef9e0e0e8137329ae9b06fd6866632432c - m-NFT: m-NFT cell, has
m-nft type script
https://explorer.nervos.org/transaction/0x2cba93481974893a6fb6c5d3c9ed37b5d526ccd2b17c706077c51900c52d9097 - Nervos DAO: Nervos DAO cell, has
nervos dao type script
https://explorer.nervos.org/transaction/0xfbeefd2c206911e947ce4b3c0e097a5d104306228635046d044b995e47db4a5f - NRC 721: NRC 721 cell, has
NRC 721 type script
- CKB Capacity: plain cell, doesn't have
- Capacity/Amount: show sudt amount or cell capacity with
decimals formatted
. sUDT's amount is displayed prior to CKB capacity, so sUDT's capacity is shown by hovering on sudt icon in the detail column - Cell Info: click to show raw data structure of the cell
- Lock Script
- Type Script
- Data
-
Output Cell List
- address toggle: switch address between deprecated format and active format
- output item
- index: index of input cell in the list, start from 0
- address: address owns this cell
- right-arrow/ring icon: show ring icon if this output has not been consumed in a transaction, or show the right-arrow with a link to the transaction consumed this output cell
- detail: type of the cell
- CKB Capacity: plain cell, doesn't have
type script
- UDT Cell: sudt cell, has
sudt type script
- m-NFT: m-NFT cell, has
m-nft type script
- Nervos DAO: Nervos DAO cell, has
nervos dao type script
https://explorer.nervos.org/transaction/0xfbeefd2c206911e947ce4b3c0e097a5d104306228635046d044b995e47db4a5f - NRC 721: NRC 721 cell, has
NRC 721 type script
- CKB Capacity: plain cell, doesn't have
- Capacity/Amount: show sudt amount or cell capacity with
decimals formatted
- Cell Info: click to show raw data structure of the cell
- Lock Script
- Type Script
- Data
-
Address
- Address
- Copy button: click to copy the address
- Navigation button: click to page of deprecated address format(if exists) or active address format
-
Overview
- CKB: capacity of plain ckb cells
- Occupied: A cell is consideres as "occupied" if the type script of this cell is not empty or the data field of this cell is not empty. Here "occupied" represents the total capacity of all occupied cells belongs to the address.
- Nervos DAO deposit: capacity deposited into Nervos DAO
- Nervos DAO compensation: interest earned by deposited capacity(It means dao interest + unclaimed compensation. So if you deposit dao once, it must greater than 0)
- User defined token
- Sudt: https://explorer.nervos.org/address/ckb1qpzuzykljldwecnuftaq9vjtzhmygqaal4z6ktsw3rylk23y09436q2q6uls60zkrl92uvcw40qrpkxed2ws4umdp3g3fzpktz34pju78wjsqqqqzqqqqqraqqqqp8gqqqqx6qqqqqgqqqqqxqqqqqr9qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqx5qqqqqsqqqqqvqqqqqrzqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq04v8fa
- Icon
- Token symbol
- Amount
- Click to sudt token info page,
/sudt/{hash}
- m-NFT/NRC721/CoTA NFT: https://explorer.nervos.org/address/ckb1qrgp752jcfnm0uemj723grpyva6zappyuj0tuge3etkpjlmjsxmq5q2v5mmdtf2yhatuxgm90tfn4ts6qxw8w4gx0jgcj
- Icon
- Nft collection name
- Nft item id
- Click to nft collection info page
/nft-collection/{hash | cota id}
- Sudt: https://explorer.nervos.org/address/ckb1qpzuzykljldwecnuftaq9vjtzhmygqaal4z6ktsw3rylk23y09436q2q6uls60zkrl92uvcw40qrpkxed2ws4umdp3g3fzpktz34pju78wjsqqqqzqqqqqraqqqqp8gqqqqx6qqqqqgqqqqqxqqqqqr9qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqx5qqqqqsqqqqqvqqqqqrzqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq04v8fa
- Live Cells: count of live cells owned by this address
- Block Mined: count of block rewards sent to this address
- Lock Script: raw lock script data structure
- code hash: code hash field of this lock script, will show a script tag if exists
- hash type: hash type field of this lock script
- args: args field of this lock script
-
Transaction List( Here are two different lists mode for developers and novice users)
[ Professional mode]
- Total count
- Transaction hash
- Block
- Number
- Age: time pass from mined block
- Input list
- Arrow: click to transaction generated this cell
- Address: address owns this cell
- Capacity/amount
- Output list
- Address: address owns this cell
- Arrow: click to transaction consumed this cell, show a ring if cell is not consumed
- Capacity/amount
- Income/outcome: ckb balance change caused by this transaction
[ Lite mode]
- Transaction hash
- Height
- TIme:time pass from mined block
- Inputz&Output:All inputs and outputs in a single transaction hash
- Capacity Change:Changes in address capacity under the transaction hash
- Submit Token Info: send mail to [email protected]
- UAN & Name: show uan, full name and description, UAN is a special naming convention and can be found in nervosnetwork/rfcs#335
- 2hr transactions: count of transactions happened in the last 24hrs
- Address count: count of holders(any address has hold this token will be included, even it has 0 balance now)
- Created time: time that token has been deployed on the chain
-
Overview
- Icon
- UAN: nervosnetwork/rfcs#335
- Hash: hash of type script of this sudt token
- Copy button: click to copy sudt's hash type
- Name: token name
- Holder addresses: count of addresses held this sudt(including addresses which held but has 0 balance now)
- Decimal
- Issuer: address of token issuer who deployed this token, link to
/address/{address}
- UAN
- Total amount: total supply of this token
- Type script: raw data structure of sudt's type script
- code hash: code hash field of this type script, will show a script tag if exists
- hash type: hash type field of this type script
- args: args field of this type script
-
Transaction List
- Total count
- Filter: filtered by sender/receiver's address
- Transaction hash
- Block
- Number
- Age: time pass from mined block
- Input list
- Arrow: click to transaction generated this cell
- Address: address owns this cell
- Capacity/amount
- Output list
- Address: address owns this cell
- Arrow: click to transaction consumed this cell, show a ring if cell is not consumed
- Capacity/amount
- Collection Name
- Submit Token Info: send mail to [email protected]
- Type: m-NFT, NRC 721, CoTA
- Holder/Minted: count of holders and minted nft token item, different from the definition of holders of sudt, an address transferred its all nfts out won't not be treated as a holder
- Creator: address of NFT collection creator, link to
/address/{address}
-
Overview
- Icon: cover of the collection
- Description
- Type: m-NFT, NRC 721, CoTA
- Holder/Minted: count of holders and minted nft token item
- Creator: address of NFT collection creator, link to
/address/{address}
-
Activity
- NFT: cover of nft item, with nft item id
- Transaction hash: link to
/transaction/{hash}
- Action: Mint/Transfer/Burn
- Age: datetime or past time from the transaction happened
- From: sender's address, link to
/address/{address}
- To: receiver's address, link to
/address/{address}
-
Holders
- Address: holder's address
- Quantity: quantity of token items included in the collection held by this address
-
Inventory
- Cover: cover of token item
- Token id: token item id
- Owner: Address holds this token item
-
Overview
- Cover: cover of token item
- Name: collection name + token item id
- Owner: address of its holder, link to
/address/{address}
- Creator: address of its collection's issuer, link to
/address/{address}
- Token id
- Type: m-NFT/NRC 721/CoTA
-
Activity
- Transaction hash: link to
/transaction/{hash}
- Action: Mint/Transfer/Burn
- Age: datetime or past time from the transaction happened
- From: sender's address, link to
/address/{address}
- To: receiver's address, link to
/address/{address}
- Transaction hash: link to
- Name
- Description
- Links: RFC, Source Code, Update message, Project website
- On-chain data
- Code hash
- Hash type
- Cell out point
- Dep type
When the charts is based on time series, they are generally based on daily statistics, which mean the If not explictly specify the time series unit of the chart, it means the charts is generated as daily statistics.
- Block
- Block Time Distribution: the x-axis is block intervals in seconds, and the y-axis is the frequency of occurrence in the latest 50,000 blocks.
- Epoch Time Distribution: the x-axis is epoch intervals in hours, and the y-axis is the frequency of occurrence in the latest 500 epochs.
- Average Block Time: average block intervals with daily & weekly sliding smooth window First calculate average block time by hour, and then calculate average daily smooth window by each timestamp with its preceding 24 hour records. Calculate rolling average weekly by each timestamp with its preceding 7 * 24 hour recrods. The x-axis of this chart is based on hour.
- Mining
- Difficulty & Hash Rate & Uncle Rate:the x-axis is epoch number, and the y-axis is the value of difficulty & hash rate & uncle rate.
- Epoch Time & Epoch Length:the x-axis is epoch number, and the y-axis is the value of epoch time & epoch length.
- Difficulty:the x-axis is intervals in days, and the y-axis is the difficulty of the day.
- Hash Rate:the x-axis is intervals in days, and the y-axis is the hash rate of the day.
- Uncle Rate:the x-axis is intervals in days, and the y-axis is the uncle rate of the day.
- Top Miners(Recent 7 days):pie chart of the proportion of reported blocks according to address statistics in the last 7 days.
- Miner Versions(Recent 7 days):pie chart of the proportion of version numbers of miners reported in the last 7 days.
- Activities
- Transaction Count: transaction count for per day
- Unique Address Used:count of addresses used accrued from 0 by day.
- Cell Count: current total count of live cells and dead cells on chain by each day.
- Balance Ranking: list 50 addresses that hold the most capacity.
- Balance Distribution:shows the address count at specific balance range, and that under specific balance amount.
- Transaction Fee:total transaction fees charged by miners per day.
- Nervos DAO
- Total Deposit: total deposited and locked capacity on chain and deposited addresses by each day.
- Daily Deposit: deposited capacity and deposited addresses per day
- Deposit to Circulation Ratio: the ratio of DAO deposit to circulating supply. Where the circulating supply is equal to the total supply minus the burnt part and the unvested part.
- Economic Status
- Total Supply: Total supply equals the sum of the primary issuance and the secondary issuance; The burnt part equals the sum of the 25% genesis issuance burnt and the burnt portion in the secondary issuance; The unvested part equals the portion that is locked by time lock, which will be released gradually by a predefined schedule. The circulating supply is equal to the total supply minus the burnt part and the unvested part.
- Nominal DAO Compensation Rate: The nominal compensation rate is provided by DAO when there is no burnt portion in the secondary issuance. The real compensation rate is always higher than the nominal compensation rate.
- Secondary Issuance: The secondary issuance is automatically divided into three parts, the compensation, the mining reward, and the treasury (burnt by now). They are proportional to the DAO deposit, the storage occupation, and the rest of CKBytes.
- Inflation Rate: Nominal inflation rate: the inflation introduced by the primary issuance and the secondary issuance. Nominal APC: the anti-dilution compensation rate of Nervos DAO. Real inflation rate: the compound inflation rate the nominal inflation rate minus the nominal APC, which is gradual to zero.
- Circulating Supply Until specific block, the total issued CKBytes minus all kinds of locked CBbytes and burnt amount.
- Liquidity Circulating Supply minus current DAO total deposits.
- failed to search: https://explorer.nervos.org/search/fail?q=ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq22xdj8q4jdql98qkdhnqzgrsk4nqyavdcratvu
- page not found: https://explorer.nervos.org/404
- Axure: https://x2mnhs.axshare.com/
- Figma: https://www.figma.com/file/6XNoimRDbFTTNm016rbIdU/Magickbase?node-id=3745%3A20658
NervosDAO: https://explorer.nervos.org/nervosdao
- Dashboard
-
Deposit: Total deposited and locked capacity. These data will be updated on 00:00 (UTC +8).
-
Claimed Compensation: Total claimed compensation by depositors.
-
Estimated APC: The estimated annual percentage rate change.
-
Addresses: The total number of the address who participate Nervos DAO.
-
Average Deposit Time: The average deposit time of all depositors.
-
Unclaimed Compensation: The total unclaimed compensation of all depositors, this amount of CKB could be withdraw from Nervos DAO.
-
Secondary Issuance: Provide the more details about the rates of Secondary Issuance. Click here to see more about Secondary Issuance.
- Mining Reward
- Deposit Compensation
- Burnt
-
Transaction
-
Deposit Transaction: User deposit CKB in this transaction. This kind of transaction will be marked with this icon in the reciever side.
-
Withdraw Transaction: User withdraw CKB in this transaction. This kind of transaction will be marked with this icon in the sender side. Hover on the icon to see the user withdraw details.
-
Nervos DAO compensation calculation: Calculate the compensation amount users could receive from his/her deposit.This kind of transaction will be marked with this icon in the receiver side.
-
Nervos DAO Withdraw Request: User make a withdraw request in this transaction. This kind of transaction will be marked with this icon in the sender side.!
-
Depositors