{"id":51895719,"url":"https://github.com/junzhli/btcd-address-indexing-service","last_synced_at":"2026-07-26T09:03:59.784Z","repository":{"id":41754442,"uuid":"223363280","full_name":"junzhli/btcd-address-indexing-service","owner":"junzhli","description":"Bitcoin Address Indexing Service is a web service providing Bitcoin address-related APIs for queries.","archived":false,"fork":false,"pushed_at":"2022-12-11T14:33:25.000Z","size":757,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2023-08-03T19:21:44.823Z","etag":null,"topics":["bitcoin","btcd","javascript","mongodb","nodejs","rabbitmq","redis","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junzhli.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-22T08:56:23.000Z","updated_at":"2023-08-03T19:21:44.824Z","dependencies_parsed_at":"2023-01-27T01:15:54.639Z","dependency_job_id":null,"html_url":"https://github.com/junzhli/btcd-address-indexing-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/junzhli/btcd-address-indexing-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junzhli%2Fbtcd-address-indexing-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junzhli%2Fbtcd-address-indexing-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junzhli%2Fbtcd-address-indexing-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junzhli%2Fbtcd-address-indexing-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junzhli","download_url":"https://codeload.github.com/junzhli/btcd-address-indexing-service/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junzhli%2Fbtcd-address-indexing-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35908330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-26T02:00:06.503Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","btcd","javascript","mongodb","nodejs","rabbitmq","redis","typescript"],"created_at":"2026-07-26T09:03:59.380Z","updated_at":"2026-07-26T09:03:59.777Z","avatar_url":"https://github.com/junzhli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitcoin Address Indexing Service\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  \nBitcoin Address Indexing Service is a web service providing Bitcoin address-related APIs for queries.\n\n## Table of Contents\n- [Bitcoin Address Indexing Service](#bitcoin-address-indexing-service)\n  - [Table of Contents](#table-of-contents)\n  - [How does it work](#how-does-it-work)\n  - [Prerequisite](#prerequisite)\n  - [Building and test](#building-and-test)\n  - [Run](#run)\n  - [Available APIs](#available-apis)\n      - [`/addr/address:/balance`](#addraddressbalance)\n      - [`/addr/address:/tx`](#addraddresstx)\n      - [`/addr/address:/utxo`](#addraddressutxo)\n  - [Author](#author)\n  - [License](#license)\n\nHow does it work\n-----\nAll address relevant information is powered by [btcd](https://github.com/btcsuite/btcd) node with method `searchrawtransactions`.  \nBy taking advantage of caching and persistent data storage such as `Redis`, `MongoDB`, it makes a lot improvements on performance for faster response time compared to `btcd`.  \n`RabbitMQ` takes a role of messaging broker, exchanging messages between [btcd-address-indexing-worker](https://github.com/junzhli/btcd-address-indexing-worker) and `btcd-address-web-service`.  \n`btcd-address-indexing-worker` leverages the above technique solutions to index additional address relevant information for performance optimization. It also serves requests from `btcd-address-indexing-service`.\n\n**Disclaimer: It is still in an early stage of development. For personal purposes only. It takes no responsibility on working in commercial purpose.**\n\nPrerequisite\n-----\n* Nodejs \u003e= v10\n* Yarn\n* Go \u003e= v1.12\n* btcd \u003e= v0.12.0-beta\n* MongoDB \u003e= v3.6\n* RabbitMQ \u003e= v3.8\n* Redis \u003e= v5.0\n* [btcd-address-indexing-worker](https://github.com/junzhli/btcd-address-indexing-worker)\n\nBuilding and test\n-----\n\n* Build\n  \n```bash\n$ yarn install --frozen-lockfile\n```\n\nRun\n-----\n\n* For development\n\n```bash\n$ yarn start\n```\n\nAvailable APIs\n-----\n\n#### `/addr/address:/balance`\n\n#### `/addr/address:/tx`\n\n#### `/addr/address:/utxo`\n\nAuthor\n-----\nJeremy Li\n\nLicense\n-----\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunzhli%2Fbtcd-address-indexing-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunzhli%2Fbtcd-address-indexing-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunzhli%2Fbtcd-address-indexing-service/lists"}