Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 3.39 KB

usage.md

File metadata and controls

61 lines (32 loc) · 3.39 KB
description
This section describes how to use the Factom explorer

Usage

Search for FCT/EC addresses

To use Explorer to verify balances, copy and paste the FA address you wish to verify into the search bar and hit Enter.

The explorer displays the balance for the FA address, in this example 1.892 FCT, along with previous transactions.

Factom explorer wallet search result

Similarly, to verify the balance of an EC address, copy and paste the EC address you wish to verify in the search bar and hit Enter.

Factom explorer EC wallet search

Explorer displays the balance for the EC address, in this example 3999 EC, along with previous transactions.

Factom explorer EC wallet search result

Search for a Transaction ID

When sending FCT to a third party or exchange, the transaction ID is the proof that the transaction took place and that it is unique. It is important to note and keep them for your records. To search for transaction IDs, copy and paste it into the search bar and hit Enter.

Factom explorer - transaction ID search

Explorer displays details of the transaction such as the time it was made and Inputs and Outputs. This example shows that 100 FTC were sent from the input address to the output address, with a transaction fee of 0.006 FCT debited to the sender.

Factom explorer - Factoid transaction result

Search for a Factom Chain

Once a Factom chain is created, Explorer can provide an overview of the chain and the entries made to it. The example below shows the Gutenberg Chain, containing a few thousand entries. The Chain ID is entered into the search bar.

Factom explorer - Factom chain search

Explorer returns the Project Gutenberg Chain with all its entries.

Factom explorer - Project Gutenberg chain

Search for a Block ID

Specific blocks can be pulled up by entering the Block ID (also known as Block Height) into the search bar. The example below shows block 7740.

Factom explorer - Block ID search

After hitting Enter, the Explorer will find the block and present its information.

Factom explorer - Block information

Searching for a block is very useful particularly to look for a Block ID that was created sometime in the past, by searching for a Block Height you can go back in time in Factom very rapidly.

{% hint style="success" %} You are now equipped to use Factom Explorer to search the Factom Blockchain. {% endhint %}