Explore Endless
Last updated
Last updated
Endless Explorer: https://scan.endless.link
lets you delve into the activity on the Endless blockchain in great detail, seeing transactions, validators, and account information. With the Endless Explorer, you can ensure that the transactions performed on Endless are accurately reflected.
The Endless Explorer provides a one-step search engine across the blockchain to discover details about wallets, transactions, network analytics, user accounts, smart contracts, and more. The Endless Explorer also offers dedicated pages for key elements of the blockchain and acts as the source of truth for all things Endless. See the Endless Glossary for definitions of many of the terms found here.
The Endless Explorer gives you a near real-time view into the status of the network and the activity related to the core on-chain entities. It serves these audiences and purposes by letting:
App developers understand the behavior of the smart contracts and sender-receiver transaction flows.
General users view and analyze Endless blockchain activity on key entities - transactions, blocks, accounts, and resources.
Node operators check the health of the network and maximize the value of operating the node.
Token holders find the best node operator to delegate the tokens and earn a staking reward.
Follow the instructions here to conduct typical work in the Endless Explorer.
The Endless Explorer renders data from all Endless networks: Mainnet, Testnet, Devnet, and your local host if configured. See Endless Blockchain Networks for a detailed view of their purposes and differences.
To select a network in the Endless Explorer, load the explorer and use the Select Network drop-down menu at the top right to select your desired network.
One of the most common tasks is to track a transaction in Endless Explorer. You may search by the account address, transaction version and hash, or block height and version.
To find a transaction:
Enter the value in the Search transactions field near the top of any page.
Do not press return.
Click the transaction result that appears immediately below the search field, highlighted in green within the following screenshot:
The resulting Transaction details page appears.
The simplest way to find your address is to use the Endless Wallet
.
Then simply append it to the following URL to load its details in the Endless Explorer: https://scan.endless.link/account/
Like so: https://scan.endless.link/account/0x778bdeebb67d3914b181236c2f1f4acc0e561482fc265b9a5709488a97fb3303
See Accounts for instructions on use.
This section walks you through the available screens in Endless Explorer to help you find the information you need.
The Endless Explorer home page provides an immediate view into the total supply of Endless coins, those that are now staked, transactions per second (TPS), and active validators on the network, as well as a rolling list of the latest transactions:
Click the Transactions tab at the top or View all Transactions at the bottom to go to the Transactions page.
The Transactions page displays all transactions on the Endless blockchain in order, with the latest at the top of an ever-growing list.
In the transactions list, single-click the Hash column to see and copy the hash for the transaction or double-click the hash to go directly to the transaction details for the hash.
Otherwise, click anywhere else in the row of the desired transaction to load its Transaction details page.
Use the controls at the bottom of the list to navigate back through transactions historically.
The Transaction details page reveals all information for a given transaction, starting with its default Overview tab. There you can see a transaction's status, sender, version, gas fee, and much more:
Scrolling down on the Overview, you can also see the transaction's signature (with public_key
) and hashes for tracking.
The Transaction details page offers even more information in the following tabs.
Balance Change
The Balance Change details BalanceChange tab shows the balance changes of every account the transaction involves, including gas transaction consumes.
Events
The Transaction details Events tab shows the transaction's sequence numbers, including their types and data.
Payload
The Transaction details Payload tab presents the transaction's actual code used. Click the down arrow at the bottom of the code block to expand it and see all contents.
Changes
The Transaction details Changes tab shows the addresses, state key hashes, and data for each index in the transaction.
The Accounts page aggregates all transactions, tokens, and other resources in a single set of views starting with its default Transactions tab:
You can load your account page by appending your account address to: https://explorer.endlesslabs.com/account/
See Find account address for more help.
On the Accounts > Transactions tab, click any transaction to go to its Transaction details page.
As on the main Transactions page, you may also single-click the Hash column to see and copy the hash for the transaction or double-click the hash to go directly to the transaction details for the hash.
As with Transactions, the Endless Explorer provides tabs for additional information about the account.
The Coins tab presents any assets owned by the account, lists the coin's name and symbol, the amount the accounts holds. Click any of the assets to go to the Coins details page.
Coin details
The Coin details page contains:
Overview tab including Coin name, symbol, coin address, creater, coin total supply, holders count.
Transactions tab showing all transfer associated with the coin.
Holders tab showing all accounts who hold the coin, sort by holding quantity.
The NFTs tab presents any Non-Fungible Assets owned by the account, lists the nft's name, collection the nft belongs to. Click any of the nft to go to the NFT details page.
NFT details
The NFT details page contains:
Overview tab including token name, owner, collection, creator, royalty, and more.
Activities tab showing all transfer types, the addresses involved, property version, and amount.
On either tab, click an address to go to the Account page for the address.
The Resources tab presents a view of all types used by the account. Use the Collapse All toggle at top right to see all types at once.
The Modules tab displays the source code and ABI used by the account. Select different modules on the left sidebar to view Move source code and ABI of a specific module. Use the expand button at the top right of the source code to expand the code for better readability.
The Info tab shows the sequence number and authentication key used by the account.
The Blocks page presents a running list of the latest blocks to be committed to the Endless blockchain.
Click the:
Hash to see and copy the hash of the block.
First version to go to the first transaction in the block.
Last version to go to the last transaction in the block.
Block ID or anywhere else to go to the Block details page.
The Block details page contains:
Overview tab including block height, versions, timestamp, proposer, epoch and round.
Transactions tab showing the version, status, type, hash, gas, and timestamp.
On the Overview tab, click the versions to go to the related transactions or double-click the address of the proposer to go to the Account page for that address.
On the Transactions tab, click the desired row to go to the Transactions details page.
The Validators page lists every validator on the Endless blockchain, including their validator address, voting power, public key, fullnode address, and network address.
Click the validator address to go to the Account page for that address. Click the public key or any of the other addresses to see and copy their values.