<<< prev block block 334605 next block >>>
+------------------------------------------------------------------+
| THIBA - Things/Texts Hidden In Bitcoin Addresses readme >>> |
+------------------------------------------------------------------+
| hash160 | decoded text |
+------------------------------------------------------------------+
+------------------------------------------------------------------+
| 2bc26a5ed578681d3766b5e833c3db5a9c502401bd6e607d6815edbfef87c43c |
+------------------------------------------------------------------+
| 476574206120626c6f636b20686173682028616e | Get a block hash (an
| 64206d756368206d6f72652e2e2e292066726f6d | d much more...) from
| 20626c6f636b636861696e2e696e666f20415049 | blockchain.info API
| 3a0a776765742068747470733a2f2f626c6f636b | : wget https://block
| 636861696e2e696e666f2f626c6f636b2d686569 | chain.info/block-hei
| 6768742f313f666f726d61743d6a736f6e0a0a43 | ght/1?format=json C
| 6865636b20666f72206d61696e5f636861696e20 | heck for main_chain
| 3d20547275652062656361757365206f66203338 | = True because of 38
| 206f727068616e656420626c6f636b7320726574 | orphaned blocks ret
| 75726e656420746f676574686572207769746820 | urned together with
| 746865206d61696e20636861696e20626c6f636b | the main chain block
| 732066726f6d20626c6f636b203120746f203330 | s from block 1 to 30
| 302c3030303a0a0a6a203d2075726c6c6962322e | 0,000: j = urllib2.
| 75726c6f70656e282268747470733a2f2f626c6f | urlopen("https://blo
| 636b636861696e2e696e666f2f626c6f636b2d68 | ckchain.info/block-h
| 65696768742f22202b2073747228626c6f636b5f | eight/" + str(block_
| 68656967687429202b20223f666f726d61743d6a | height) + "?format=j
| 736f6e22290a6a5f6f626a203d206a736f6e2e6c | son") j_obj = json.l
| 6f6164286a290a0a666f72206220696e2072616e | oad(j) for b in ran
| 676528302c206c656e286a5f6f626a5b22626c6f | ge(0, len(j_obj["blo
| 636b73225d29293a0a2020202020202020696620 | cks"])): if
| 6a5f6f626a5b22626c6f636b73225d5b625d5b22 | j_obj["blocks"][b]["
| 6d61696e5f636861696e225d203d3d2054727565 | main_chain"] == True
| 3a0a202020202020202020202020202020206861 | : ha
| 7368203d20737472286a5f6f626a5b22626c6f63 | sh = str(j_obj["bloc
| 6b73225d5b625d5b2268617368225d290a202020 | ks"][b]["hash"])
+------------------------------------------------------------------+