BTCplex: Difference between revisions
Jump to navigation
Jump to search
m Added Twitter account |
Looks like the site is gone, so I'm leaving only links to GitHub |
||
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]). | |||
== Blockchain Explorer == | == Blockchain Explorer == | ||
Line 5: | Line 5: | ||
=== Web Interface === | === Web Interface === | ||
BTCplex allows you to search and navigate the [[Block_chain|blockchain]]. | |||
* Browse [[Blocks|blocks]] and [[Transactions|transactions]]. | * Browse [[Blocks|blocks]] and [[Transactions|transactions]]. | ||
Line 13: | Line 13: | ||
=== API === | === API === | ||
BTCplex provides a full-featured JSON API to access data pragmatically. | |||
* A [http://docs.btcplex.com/api_rest/ REST API] for acessing blocks, transactions and addresses balance. | * A [http://docs.btcplex.com/api_rest/ REST API] for acessing blocks, transactions and addresses balance. | ||
Line 21: | Line 21: | ||
==External Links== | ==External Links== | ||
* [https://btcplex.com BTCplex] | * [https://btcplex.com BTCplex] (dead link as of 10 Dec 2014) | ||
* [http://docs.btcplex.com BTCplex documentation] | * [http://docs.btcplex.com BTCplex documentation] | ||
* [https://github.com/tsileo/btcplex GitHub repository] | * [https://github.com/tsileo/btcplex GitHub repository] |
Revision as of 12:22, 10 December 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 compatible plain text query API.
- Few server-sent events endpoints to monitor addresses, unconfirmed transactions, and new blocks.
External Links
- BTCplex (dead link as of 10 Dec 2014)
- BTCplex documentation
- GitHub repository
- Twitter account