Skip to content
Epirus Blockchain Explorer feature image
Conor Svensson

Published On - November 30, 2017

Announcing our Blockchain Explorer

It’s been a busy few months here at blk.io with supporting the milestone 3.x release of web3j and getting our first enterprise product built.
One of the challenges we’ve always had when working with private Ethereum or Quorum blockchain networks is the lack of a tool like Etherscan for viewing what’s been happening in the blockchain. 
 
We decided to build a blockchain explorer to address this shortcoming.

The blk.io Explorer

Our block Explorer supports both Ethereum and Quorum networks, and provides the ability to search for and view recent blocks, transactions and deployed smart contracts.
Latest blocks view

Fast

It’s super responsive, event at scale — we’ve tested in on live networks with millions of transactions across millions of blocks.

Simplicity

We’ve kept the explorer experience as simple as possible — this includes integrating it with your network. All that is required to get up and running with it is details of the node you want to sync from, the Explorer takes care of the rest.

Transaction privacy

Quorum’s transaction privacy is also well catered for. When a private transaction is encountered, the Explorer marks it as private, and will request details of the transaction on demand from the Quorum enclave, keeping your data private.
Viewing a private transaction in Quorum

Smart Contract registry

A challenge when working with smart contracts is understanding what actions they are performing when you interact with them. The creation of log events on the blockchain is the recommended method of recording state changes in smart contracts. However, making sense of what actions those events represent is non-trivial. 
 
To address this, our Explorer provides a contract registry. Using this registry, you can associate information about smart contracts with the Explorer, so when you are viewing the events associated with a transaction, you can see details of the event that was called and its parameter values. 
 
For instance, in the below example we demonstrate viewing an ERC20 Transfer event. 
ERC20 Transfer event

What’s next

We’re still investing heavily in the development of our Explorer, and there’s a lot more functionality we’re working on. Ultimately we want to get to the point where users think of the information contained within less like a blockchain, and more in terms of the underlying business processes that it is supporting. 
 
We’re working on a free version of the Explorer that we’ll make available in the coming weeks. In the meantime, if you have a private Ethereum or Quorum blockchain network that you want to use the Explorer with, please get in touch to find out more. 
Web3j, Blockchain Explorer, Company News