SolScan - Many Of Investors Probably Don't Know This Term

TL;DR
SolScan is an alternative Solana blockchain explorer. It gives you access to blockchain data regarding transactions, contracts, accounts, and more. If you regularly use Solana or do any troubleshooting, understanding how to use a blockchain explorer is extremely useful.
SolScan also has DeFi and NFT dashboards and an analytics platform to browse. You can also use their API to create customized feeds for yourself. All of these are found in the header of the website.
Solana is a Proof of Stake (PoS) blockchain where project developers can build DApps, tokens, and smart contracts. Like any other active chain, users need an intuitive way to access the blockchain data. Similar to BscScan and EtherScan, Solana also has a dedicated block explorer called SolScan. Let's run through its most important features and a few basic tutorials.
1. Every Solana transaction is recorded on the Solana mainnet with a signature. This is a long string of numbers and letters that looks like this:
5JLcGJQfZjEEuh1bSDqyw2iEfLuFRoYRJY1paoSwrZC8c8zZFW3VqvxsJgjW3bsUjTrpEUDEtvs83PxsuR6hUWqz
2. Copy and paste the signature into SolScan’s search bar and hit enter.
3. You’ll now see all available information about the transaction you searched. This is divided into three categories: [Overview], [SOL Balance Change], and [Token Balance Change].
4. The [Overview] category will have most of the details you need. Let’s go through the list:
Signature |
An alphanumeric string uniquely assigned to each transaction. It’s an identifier similar to Ethereum’s Transaction Hash or TxID. |
Block |
The block number your transaction was processed in. These numbers are sequential and indicate your transaction’s placement within the blockchain’s history. |
Timestamp |
The timestamp associated with the block in which your transaction was processed. |
Result |
The transaction’s confirmation status. |
Signer |
The wallet address that initiated the transaction. |
Fee |
The fee paid for the transaction. |
Main Actions |
An overview of the activities associated with the transaction. |
Previous Block Hash |
The alphanumeric hash to identify the previous block. |
Instruction Details |
A detailed log of the transaction’s actions. |
Program Log |
A detailed log of the instructions/actions results. |
5. For further information, the [SOL Balance Change] and [Token Balance Change] tabs provide data on the transaction’s token balance changes for all parties involved.
A similar method can be used to find out more about an individual address. You can then check a detailed history of the address's activities. This can give you an overview of the transactions and smart contract interactions of a particular wallet.
1. Find the Solana address you want to look at. It’s shorter than a signature and looks something like this:
138KHwTqKNWGLoo8fK5i8UxYtwoC5tC8o7M9rY1CDEjT
2. Copy and paste the address into SolScan’s search bar and hit Enter.
3. You’ll now see all available information about the account you searched for. The [Overview] section shows current account balances, while the bottom tabs deal mainly with transaction history.
Tokens are easily verifiable on SolScan and you can get a full display of their details. You just need to:
The token address looks like this:
9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E
2. If you entered the address correctly, you would see the following information.
Fully Diluted Market Cap |
This is the max total supply multiplied by the token’s current price. It’s called diluted because it also includes locked tokens. |
Max Total Supply |
The total number of tokens that will ever exist for a particular cryptocurrency, whether previously mined or issued in the future. |
Holders |
The number of addresses holding the token. |
Social Channels |
Links to the token’s official social media channels. |
Token name |
The name and ticker of the token in the format: [token name (TICKER)]. |
Token address |
Unique alphanumeric address assigned as an identifier for each token. |
Owner Program |
A class type and unique ID indicating the specific owner program responsible for reading and writing data to the blockchain. |
Authority |
The account (usually multi-signature) that has authority to validate transactions within the network. |
Decimals |
How divisible a single token is (the number of decimals allowed). |
Tags |
Descriptive tags used to indicate the nature of the token. It can be used to find similarly categorized tokens. |
Transactions |
A complete and sequentially ordered list of all token transactions. |
Holders |
A full list of all accounts holding the token ordered by total quantity held and percentage share. |
Analysis |
Graphs on token distribution and holders. |
Markets |
A list of all known markets and pairs supporting the token. |
1. You can find out the number of active accounts and other key blockchain metrics by clicking [Analytics].
2. The SolScan analytics page has a wide range of information about network nodes, transactions per second (TPS), new tokens, new NFTs, and more. Under the [Accounts] header, you can find the number of daily active wallets.
3. Note that you can select different periods at the top right corner.
2. Let’s take a look at Orca. This dashboard shows basic information on Total Value Locked (TVL), volume, and active trading pairs available in their liquidity pools.
1. SolScan makes it easy to see new NFTs, trades, and collections with the NFT dashboard. You can find the section in the website header.
2. The NFT dashboard will let you search through any NFT available on Solana. The [Collections] tab will give you a list of NFT projects based on volume. The [Trades] tab will show the most recent sales, while the [New NFTs] will list the most recent mints.
Whether you want to inspect your latest Metaverse NFTs, investigate a node, or check the wallets of a new startup, you will need a Solana block explorer. This tool is an integral part of any blockchain network’s ecosystem. SolScan has become one of the most used within the Solana community, so understanding its layout and UI can certainly help.