Your coin Block Explorer shows all transactions in your contract and have some basic tools like:
Search bar
Paste an address or transaction id into the search bar and click on the magnifying glass icon. This will show the address or txid details including the list of transactions related to it.
Transactions
regular transactions like transfer, approve, burn, mint are shown on the transactions tab.
Internal transactions
contract creation, token rewards and others are shown in the internal transactions tabs.
More information on transactions
if you search an address or transaction you can click on the address to go to Etherscan and see the full detail of transactions.
Allowance
click on an address or search an address in the Search Bar to see the allowance of your account from this address.
Account roles
click on an address or search an address in the Search Bar to see the roles that account have. This is available for Advanced token (available roles are pauser and minter)
Block explorer columns
The following are the columns of the Block Explorer table
From
The address which the token was sent from
To
The address which the token was sent to
Date
Timestamp of the transaction in Coordinated Universal Time (UTC)
Transaction ID
Every modification or update of the state of the contract is registered in a transaction, each transaction is identified with a unique ID.
Value
If the transaction has some value in ether (like transfers) it will be shown here.
Icons
There are different types of transactions labeled with the following icons:
{transfer value}
funds transfer
{approve value}
authorize the use of funds to another account
{transferFrom value}
transfer of previously approved funds
{mint value}
new tokens creation
{burn value}
tokens burned
{burnFrom value}
burning of tokens previously approved
{pause value}
pause all token activity
{resume value}
unpause all token activity
{addMinter value}
assign minter role to an account
{addPauser value}
assign pauser role to an account
{renounceMinter value}
removal of minter role from account
{renouncePauser value}
removal of pauser role from account
{contractCreation value}
the genesis of a contract
{icoBuyTokens value}
an account invested in ICO using buy token method
{icoDirectTransfer value}
an account invested in ICO using a direct transfer method
Footer
the footer has the pagination options and the total supply of the tokens.