1
I am very new to bitcoin, appreciate any help that I can get for below queries. 1) Is there any way (site or app) to know, to which node my current (latest) transaction is headed to? Does it go to one node or many before included into block? Probably it is going to the pool, where it will be picked to included in the block. So do we know which pool it landed in?
2) How to know, how many miner are currently working with my latest transaction, which is yet to be included into the block? Here is my understanding, more than one miner can include one transaction and all may not have same transactions. So how to know who all are working on this
Kind Regards
1Thanks UTF-8, few follow up questions, if I can ask, apologies for ignorance on this topic 1) Can I send the tx to a particular node or it will just send & software will direct to nearest node 2) My understanding is each node may not mine, the question is whether miner are separate nodes or an ordinary node can be miner node too 3) Is there a pool where miner look for transaction, how exactly a transaction reaches there?. Appreciate if you can help me with these. – user1687711 – 2017-01-01T06:28:20.953
1
Whether you can send your transaction to a particular node depends on the wallet software you use. Some give you the choice, some don't. Each miner is a node but not each node is a miner. https://en.bitcoin.it/wiki/Full_node Nodes communicate with one another. https://en.bitcoin.it/wiki/Network They keep their own pools. https://99bitcoins.com/what-is-bitcoin-mempool/ If one of their peers sent them new data, they tell their other peers about it. That's how information spreads through the network. Each node decides what's in its pool and what is sent to others.
– UTF-8 – 2017-01-01T06:53:02.527Thanks UTF-8, so If I use wallet from mycelium, would that be classified as lightweight node? Appreciate all help. – user1687711 – 2017-01-01T08:09:51.133
Yes, it's a lightweight node. – UTF-8 – 2017-01-01T08:49:03.307