What metadata can be captured by a single miner? What about a group of miners?

7

3

It is my understanding that the blockchain consist of the following information for every transaction in the network:

  • From address
  • To address
  • Amount of bitcoins

What additional information can a miner collect? For example, is it easy to find the IP address that the transaction was first sent from? Is there other identifying information a single or group of miners can capture? What roll do bitcoin tumblers play in all this?

jminardi

Posted 2013-11-24T22:27:45.927

Reputation: 203

Answers

3

The sender, recipient and transferred amount are already public information and readily available in the blockchain.

The only special access that miners have is that they could log the ip address of users that directly submit transactions for mining, if such a direct access is offered. Besides that there is no special information available to miners.

Murch

Posted 2013-11-24T22:27:45.927

Reputation: 41 609

The time a block was first seen (not the time transcribed in the block) is information available to each miner, and you can also learn what version of software the block sender is advertising.morsecoder 2016-06-01T11:45:39.560

That's not unique to miners but true for every full node.Murch 2016-06-01T23:03:07.230