BTCplex: Difference between revisions
Jump to navigation
Jump to search
BTCplex is an open source Bitcoin block chain browser written in Go. |
added a missing link |
||
Line 1: | Line 1: | ||
BTCplex is an open source Bitcoin block chain browser written in '''[http://golang.org/ Go]''' ([https://github.com/tsileo/btcplex source code available on GitHub]). | '''[https://btcplex.com BTCplex]''' is an open source Bitcoin block chain browser written in '''[http://golang.org/ Go]''' ([https://github.com/tsileo/btcplex source code available on GitHub]). | ||
== Blockchain Explorer == | == Blockchain Explorer == |
Revision as of 15:27, 22 March 2014
BTCplex is an open source Bitcoin block chain browser written in Go (source code available on GitHub).
Blockchain Explorer
Web Interface
BTCplex allows you to search and navigate the blockchain.
- Browse blocks and transactions.
- Check addresses balance history.
- Search for blocks, transactions, and addresses.
API
BTCplex provides a full-featured JSON API to access data pragmatically.
- A REST API for acessing blocks, transactions and addresses balance.
- A [BlockExplorer.com|BlockExplorer.com] compatible plain text query API.
- Few server-sent events endpoints to monitor addresses, unconfirmed transactions, and new blocks.