Starting the explorer

At this level, everything is ready to start the block explorer. Open a terminal window and run it within the Iquidus root directory npm start and make sure that mongodb is already running.

If we have no errors, you can open your block explorer from http://ip.address.of.server:3331 to access the explorer web interface:

Congratulations!!

Henceforth, you can get all the blockchain information from your explorer and fetch data for a specific block, transaction, or address. I hope that the steps in setting up your own altcoin explorer were easy and straightforward.