{"id":16677738,"url":"https://github.com/jeremyandrews/addressapi","last_synced_at":"2026-05-06T09:32:36.263Z","repository":{"id":71204014,"uuid":"293446886","full_name":"jeremyandrews/addressapi","owner":"jeremyandrews","description":"Extract and query blockchains","archived":false,"fork":false,"pushed_at":"2020-09-07T07:34:52.000Z","size":52,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T00:19:42.785Z","etag":null,"topics":["bitcoin","cryptocurrency","dogecoin","flask","litecoin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeremyandrews.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-07T06:56:15.000Z","updated_at":"2020-09-07T07:34:54.000Z","dependencies_parsed_at":"2023-06-27T00:23:37.531Z","dependency_job_id":null,"html_url":"https://github.com/jeremyandrews/addressapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyandrews%2Faddressapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyandrews%2Faddressapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyandrews%2Faddressapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyandrews%2Faddressapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeremyandrews","download_url":"https://codeload.github.com/jeremyandrews/addressapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243358017,"owners_count":20277988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","cryptocurrency","dogecoin","flask","litecoin"],"created_at":"2024-10-12T13:27:21.359Z","updated_at":"2025-12-26T09:29:23.905Z","avatar_url":"https://github.com/jeremyandrews.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThis is an old project that was never completed, but that I'm releasing as\nopen source for anyone who may be interested.\n\nThis codebase is released under the GPL v3. \nhttps://opensource.org/licenses/GPL-3.0\n\nTo request the codebase under a different license, please explain your\nneed and intent clearly.\n\n\nExtract and query blockchains.\n\n# Supported Blockchains\n\n* Bitcoin (and bitcoin-testnet3)\n* Litecoin (and litecoin-testnet4)\n* Dogecoin (and dogecoin-testnet3)\n\n## Bitcoin (BTC) ₿\n\n### Bitcoin main\n\nBitcoin main blockchain explorers:\n\n* https://live.blockcypher.com/\n* https://chain.so/btc\n* https://www.blocktrail.com/BTC\n* http://blockchain.info/\n\n### Bitcoin testnet3\n\nBitcoin testnet3 blockchain explorers:\n\n* https://live.blockcypher.com/btc-testnet/\n* https://chain.so/testnet/btc\n* https://www.blocktrail.com/tBTC\n\nBitcoin testnet3 faucet:\n\n* https://testnet.coinfaucet.eu/en/\n* https://testnet.manu.backend.hamburg/faucet\n* https://tpfaucet.appspot.com/\n\n\n## Litecoin (LTC) Ł\n\n### Litecoin main\n\nLitecoin main blockchain explorers:\n\n* https://live.blockcypher.com/ltc/\n* https://chain.so/ltc\n\n\n### Litecoin testnet4\n\nLitecoin testnet4 blockchain explorers:\n\n* https://chain.so/testnet/ltc\n\nLitecoin testnet4 faucets:\n\n* http://testnet.thrasher.io/\n\n\n## Dogecoin (DOGE) Ð\n\n### Dogecoin main\n\nDogecoin main blockchain explorers:\n\n* https://chain.so/doge\n\nDogecoin main faucet (none worked when last tested):\n\n* https://faucethut.com/dogecoin-faucet/ (coins never arrived)\n* http://indogewetrust.com/faucet\n* https://www.dogefaucet.com/en\n* http://mydoge.co.in/\n\nAddress on dev.colpo.net: DNv7di7ayXWSg7zGVgjcLMjJhMePdEEPwp\n\n\n### Dogecoin testnet\n\n* https://chain.so/testnet/doge\n\nDogecoin test faucet:\n\n* https://doge-faucet-testnet.ggcorp.fr/\n\n\n# Installation\n\nEverything runs from Docker. \n\n```bash\ndocker-compose up\n```\n\nIf the above fails, you may need to rebuild:\n```bash\ndocker-compose build \u0026\u0026 docker-compose up\n```\n\nIf the above also fails, you made need to delete and recreate the containers:\n```bash\ndocker-compose rm \u0026\u0026 docker-compose build \u0026\u0026 docker-compose up\n```\n\n# Stack\n\nNginx listens for API requests on port 8001, passing the requests to gunicorn\nthrough a socket (`/run/gunicorn.sock`). These requests are processed by Flask\nwhich makes queries to a MySQL database and the appropriate coin daemon.\n\n# API\n\n## Address\n\nTraces all activity associated with a given address. For example, to get full details about\nthe `litecoin_testnet4` address `n1dB69Ptu1HMt1tRqiueyJ1tsaj59qSjLn`, visit:\n\n - http://127.0.0.1:8001/api/address/litecoin_testnet4/n1dB69Ptu1HMt1tRqiueyJ1tsaj59qSjLn\n\n## Transaction\n\nShows all details about a specified txid. For example, to get full details about the\n`litecoin_testnet4` txid `63b302aa3e97c29ae01edc5ca80777105efc1164e1dda9a255e9e86f93e3f714`, visit:\n\n - http://127.0.0.1:8001/api/tx/litecoin_testnet4/63b302aa3e97c29ae01edc5ca80777105efc1164e1dda9a255e9e86f93e3f714\n \nIn particular, this will show all coinbase, vin and vout contained in the transaction.\n\n## Block\n\nShows all txid found in a specified block. For example, to get full details about the\n`litecoin_testnet4` block with hash `4557827abb0272c7dd3b6fae8485ff3d3d5aad876e207743660000555fc4567b`, visit:\n\n - http://127.0.0.1:8001/api/block/litecoin_testnet4/4557827abb0272c7dd3b6fae8485ff3d3d5aad876e207743660000555fc4567b\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremyandrews%2Faddressapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremyandrews%2Faddressapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremyandrews%2Faddressapi/lists"}