Ciro Santilli OurBigBook.com $£ Sponsor €¥ 中国独裁统治 China Dictatorship 新疆改造中心、六四事件、法轮功、郝海东、709大抓捕、2015巴拿马文件 邓家贵、低端人口、西藏骚乱
TODO who owns it? Are they reliable?
This helper dumps a transaction JSON to a binary:
bitcoin-tx-out-scripts() (
    # Dump data contained in out scripts. Remove first 3 last 2 bytes of
    # standard transaction boilerplate.
    h="$1"
    echo curl "https://blockchain.info/tx/${h}?format=json" |
    jq '.out[].script' tmp.json |
    sed 's/"76a914//;s/88ac"//' |
    xxd -r -p > "${h}.bin"
)

Ancestors

  1. Blockchain explorer
  2. How to extract data from the Bitcoin blockchain
  3. Bitcoin
  4. List of cryptocurrencies
  5. Cryptocurrency
  6. Blockchain
  7. Money
  8. Social technology
  9. Area of technology
  10. Technology
  11. Ciro Santilli's Homepage