{"id":20305686,"url":"https://github.com/bitpay/bitcore-explorers","last_synced_at":"2025-09-07T14:37:34.067Z","repository":{"id":25823279,"uuid":"29262515","full_name":"bitpay/bitcore-explorers","owner":"bitpay","description":"Blockchain APIs for bitcore","archived":false,"fork":false,"pushed_at":"2023-03-08T08:48:53.000Z","size":1103,"stargazers_count":68,"open_issues_count":18,"forks_count":84,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-31T05:05:52.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bitcore.io","language":"JavaScript","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/bitpay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-14T19:48:57.000Z","updated_at":"2024-08-24T21:19:07.000Z","dependencies_parsed_at":"2024-06-18T15:18:54.313Z","dependency_job_id":"517cf3e7-220a-4c5a-9e8e-79ce4b1a511b","html_url":"https://github.com/bitpay/bitcore-explorers","commit_stats":{"total_commits":50,"total_committers":10,"mean_commits":5.0,"dds":0.6799999999999999,"last_synced_commit":"1f1334f7ea7f75ed80f62d379613a961a66403f2"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitcore-explorers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitcore-explorers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitcore-explorers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitcore-explorers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitpay","download_url":"https://codeload.github.com/bitpay/bitcore-explorers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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":[],"created_at":"2024-11-14T17:09:19.560Z","updated_at":"2025-04-07T07:08:55.444Z","avatar_url":"https://github.com/bitpay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://bitcore.io/css/images/module-explorer.png\" alt=\"bitcore explorers\" height=\"35\"\u003e\n# Blockchain APIs for bitcore\n\n[![NPM Package](https://img.shields.io/npm/v/bitcore-explorers.svg?style=flat-square)](https://www.npmjs.org/package/bitcore-explorers)\n[![Build Status](https://img.shields.io/travis/bitpay/bitcore-explorers.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/bitpay/bitcore-explorers)\n[![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore-explorers.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitcore-explorers)\n\nA module for [bitcore](https://github.com/bitpay/bitcore) that implements HTTP requests to different Web APIs to query the state of the blockchain.\n\n## Getting started\n\nBe careful! When using this module, the information retrieved from remote servers may be compromised and not reflect the actual state of the blockchain.\n\n```sh\nnpm install bitcore-explorers\nbower install bitcore-explorers\n```\n\nAt the moment, only Insight is supported, and only getting the UTXOs for an address and broadcasting a transaction.\n\n```javascript\nvar explorers = require('bitcore-explorers');\nvar insight = new explorers.Insight();\n\ninsight.getUtxos('1Bitcoin...', function(err, utxos) {\n  if (err) {\n    // Handle errors...\n  } else {\n    // Maybe use the UTXOs to create a transaction\n  }\n});\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) on the main bitcore repo for information about how to contribute.\n\n## License\n\nCode released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).\n\nCopyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.\n\n[bitcore]: http://github.com/bitpay/bitcore-explorers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpay%2Fbitcore-explorers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpay%2Fbitcore-explorers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpay%2Fbitcore-explorers/lists"}