1
1
only last week I could study which mining pool signed latest blocks. Today this option turned status to Unknown
Any idea?
(formatted table)
Height Age Transactions Total Sent Relayed By Size (kB) Weight (kWU)
491728 31 minutes 352 196.23 BTC Unknown 1,002.67 3,992.19
491727 31 minutes 266 920.01 BTC Unknown 134.31 515.14
491726 33 minutes 1447 2,900.32 BTC Unknown 1,017.02 3,996.92
491725 39 minutes 290 822.51 BTC Unknown 132.29 494.91
thank you, since my conference paper abstract has been accepted I need to attach 50+ pages of stats + charts. Since coin.dance publishes blocks by mining pool chart, tell me how to access raw data as provided by the Blockchain in the past and how to download block headers ? api.blockcypher.com/v1/btc/main/blocks/491658 is great but made alike modification, setting every nonce to "0", making block data useless for any R&D study. any idea ? – darius – 2017-10-26T23:47:01.023
from https://blockchain.info/pools " A large portion of Unknown blocks does not mean an attack on the network, it simply means we have been unable to determine the origin."
– darius – 2017-10-27T00:06:48.767I dont know if coin.dance/blocks can give you raw data. there is many block explorers available (google for bitcoin block explorer), and you can always download and setup a bitcoin node then use the jsonrpc functions to query the data directly from you own node. – Jonathan Silverblood – 2017-10-27T07:31:44.047
Thank you Jonathan, knowing the right search term "bitcoin block explorer" is a key to success. Still work hard to get access to download all block headers in json or another format. – darius – 2017-10-27T19:43:10.193