Bitcoin Forum
May 26, 2024, 02:16:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: [ANN] bitforce5.com - Real-time block chain data as a D3 Force-Directed Graph on: May 25, 2014, 07:21:08 PM
That is pretty cool. Any plans to have to work for any other coins?

That's a possibility if I can find similar websocket feeds for other coins.
2  Bitcoin / Project Development / Re: My Bitcoin Game on: May 25, 2014, 07:07:46 PM
No.
3  Bitcoin / Project Development / [ANN] bitforce5.com - Real-time block chain data as a D3 Force-Directed Graph on: May 25, 2014, 04:45:58 PM
http://bitforce5.com/ shows the transactions as they stream from http://blockchain.info/. They appear in a D3 force-directed graph with nodes for transactions, addresses, blocks, and IP addresses. It links the transactions to input addresses (red) and output addresses (green) which are sized relative to their amount. Some interesting patterns appear. Should a block be mined, it connects to any related transactions. There are special buttons that track the top 10 output addresses or known gambling addresses. You can also drag-hold-drop nodes to stick them in place. Double-click a node for blockchain.info page. Click and drag over links to cut them. It also has sounds relative to transaction size. My next move will be to improve GEOIP, to use countries rather than specific IP addresses.

It works best with Chrome, but FF works OK too. Since the code is all in javascript, you're welcome to read (plenty of comments and not minified).

Feedback and ideas are welcome!

4  Bitcoin / Project Development / Re: Transaction visualization on: May 24, 2014, 05:16:10 PM
I know this topic is a bit old, but I'd created a similar visualization at http://bitforce5.com/. It shows the transaction and links the input addresses (red) and output addresses (green) which are sized relative to their amount. Some interesting patterns appear. Should a block be mined, it connects to any related transactions. There are special buttons that track the top 10 output addresses or known gambling addresses. You can also drag-hold-drop nodes to stick them in place. And other options. It also has sounds relative to transaction size. My next move will be to improve GEOIP.

Since the code is all in javascript, you're welcome to read (plenty of comments and not minified).

Cheers
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!