Skip to content

Orange v1.0.0-beta.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 03:25
· 7 commits to master since this release
654808d

Orange is a blockchain explorer for Bitcoin Core. It brings the functionality of a service like blockchain.com/explorer right to your desktop, powered by your own full node.

This is the first beta release of Orange. Please download it, use it, and tell me what features should be added!

To use Orange you have to have Bitcoin Core running with pruning turned off and the RPC server turned on.

For example, your bitcoin.conf file would have the following:

server=1
prune=0

If you need help getting setup, contact me at msafi@msafi.com, @msafi, or open an issue.

Features

Blockchain Explorer

Block Explorer

Search

You can search for a block by height or hash. And if you have transaction indexing enabled in Bitcoin Core (i.e. using txindex=1 in your bitcoin.conf) then you can also search by transaction ID.

Transaction view

You can also explore transactions

Transaction page