Bitcoin Forum

Bitcoin => Project Development => Topic started by: sednax on December 10, 2013, 01:00:27 AM



Title: Transaction visualization
Post by: sednax on December 10, 2013, 01:00:27 AM
I started on a little project to visualize the transactions in the bitcoin network. It takes the data real time from blockchain and displays them in a nice way. Check it here: http://bitcoin.interaqt.nl/ (http://bitcoin.interaqt.nl/)

Let me know what you think! And if you have any ideas/suggestions, let me know as well. Thanks! :D


Title: Re: Transaction visualization
Post by: btc_enigma on December 10, 2013, 05:31:39 PM
Hey,

This looks great . How can I seed this with my own bitcoin address !!


Title: Re: Transaction visualization
Post by: devthedev on December 10, 2013, 07:12:43 PM
I started on a little project to visualize the transactions in the bitcoin network. It takes the data real time from blockchain and displays them in a nice way. Check it here: http://bitcoin.interaqt.nl/ (http://bitcoin.interaqt.nl/)

Let me know what you think! And if you have any ideas/suggestions, let me know as well. Thanks! :D

This is pretty amazing, have you considered making it open source in the future?


Title: Re: Transaction visualization
Post by: tsoPANos on December 10, 2013, 07:21:01 PM
It looks very clean and nice!   :o
Could you extend the max number of circles displayed?


Title: Re: Transaction visualization
Post by: devthedev on December 10, 2013, 07:23:14 PM
It looks very clean and nice!   :o
Could you extend the max number of circles displayed?

I agree, more than 300 transactions would be nice.


Title: Re: Transaction visualization
Post by: sednax on December 11, 2013, 12:08:17 PM
Thanks for the input! I'm going to include some options:

- Enter an address so only transactions using that address are displayed
- Include a slider to set your own maximum amount of transactions
- Whenever a block is found, something is going to happen (but I'm not sure what yet)

I will create a better version of the code in the future (after it has a bit more features) to download. For now, you can just view the source code in your browser ;) I use the Force feature of D3.js and the blockchain socket API to make this work.


Title: Re: Transaction visualization
Post by: myrez on December 11, 2013, 06:17:00 PM
Looks really cool! Can i use your source code and change a bit to have my server connections? Would leave all credits to you.


Title: Re: Transaction visualization
Post by: devthedev on December 11, 2013, 06:19:54 PM
Looks really cool! Can i use your source code and change a bit to have my server connections? Would leave all credits to you.

I'd be interested in the same!


Title: Re: Transaction visualization
Post by: babeq on December 11, 2013, 06:25:11 PM
It would looks better if that smaller ones will be more sticky to that bigger ones ;p And in transsaction info you can put input and output  addres transactions when its only connected 1to1 But it's just my opinion. Anyway its pretty cool!


Title: Re: Transaction visualization
Post by: bitmeister5 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/ (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