{"id":19571606,"url":"https://github.com/block-core/blockcore-explorer","last_synced_at":"2025-07-02T21:04:53.817Z","repository":{"id":38789186,"uuid":"260666826","full_name":"block-core/blockcore-explorer","owner":"block-core","description":"Cross-Chain Multi-Chain Block Explorer","archived":false,"fork":false,"pushed_at":"2024-07-16T20:27:54.000Z","size":6268,"stargazers_count":19,"open_issues_count":40,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-10T15:25:55.672Z","etag":null,"topics":["blockchain-explorer"],"latest_commit_sha":null,"homepage":"https://explorer.blockcore.net","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/block-core.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2020-05-02T10:51:11.000Z","updated_at":"2025-05-22T19:34:45.000Z","dependencies_parsed_at":"2025-04-18T15:26:29.248Z","dependency_job_id":"90a8908a-a264-4802-9797-c7f03a94d18a","html_url":"https://github.com/block-core/blockcore-explorer","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/block-core/blockcore-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block-core","download_url":"https://codeload.github.com/block-core/blockcore-explorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259907253,"owners_count":22930159,"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":["blockchain-explorer"],"created_at":"2024-11-11T06:19:27.620Z","updated_at":"2025-07-02T21:04:53.706Z","avatar_url":"https://github.com/block-core.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://avatars3.githubusercontent.com/u/53176002?s=200\u0026v=4\" height=\"100\" alt=\"Blockcore\" /\u003e\n  \u003c/p\u003e\n  \u003ch3 align=\"center\"\u003e\n    About Blockcore Explorer\n  \u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    Cross-Chain Multi-Chain Block Explorer\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n      \u003ca href=\"https://github.com/block-core/blockcore-explorer/actions\"\u003e\u003cimg src=\"https://github.com/block-core/blockcore-explorer/workflows/Build%20and%20Release%20Binaries/badge.svg\" /\u003e\u003c/a\u003e\n      \u003ca href=\"https://github.com/block-core/blockcore-explorer/actions\"\u003e\u003cimg src=\"https://github.com/block-core/blockcore-explorer/workflows/Build%20and%20Release%20Docker%20Image/badge.svg\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\u003cem\u003e\"This explorer is ... amazing man. So fast (by far the fastest for me) and complete\" - buta\u003c/em\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n# Blockcore Explorer\n\nThe Blockcore Explorer is a cross-chain block explorer that can also run in a multi-chain mode. Individual chains that builds on Blockcore, can run this explorer for their own chain, without the multi-chain capability.\n\n## Screenshots\n\nHome screen:\n\n![Home screen](/doc/blockcore-home-screenshot.png?raw=true \"Blockcore Explorer Home screenshot\")\n\nExplorer screen:\n\n![Alt text](doc/blockcore-explorer-screenshot.png?raw=true \"Blockcore Explorer screenshot\")\n\n## Technologies\n\nThis block explorer support multiple blockchains in the same running instance, or can be run with only a single blockchain. It is built on Angular and runs an Single Page Application.\n\n## Development\n\nBlockcore Explorer is an Angular app that is hosted by the .NET runtime with an Visual Studio C# project.\n\nIt is possible to develop on the explorer without needing Visual Studio, but you need [Node.js](https://nodejs.org/).\n\nWhen the Angular App first runs, it will make an HTTP request to a single REST API that is hosted on the Visual Studio C# project. This REST API will return which blockchain the explorer should display.\n\nIt can either run in multi-chain mode and list all blockchains that exists in the [public JSON file](https://chains.blockcore.net/CHAINS.json).\nOr it can run in one specific chain mode, e.g. \"City Chain\".\n\nIf you run from console/terminal using Node.js and Angular CLI, you do NOT get this functionality. You will always get multi-chain mode when running without the Visual Studio C# project.\n\nTo run the explorer in an auto-reload mode with Angular, WITHOUT needing .NET at all, you must navigate to the following folder:\n\n\"blockcore-explorer/src/Blockcore.Explorer/ClientApp\"\n\nThen run: \n\n```sh\nnpm install -g @angular/cli\nnpm install\nnpm start\n```\n\nThis will host an web server on: http://localhost:4200/\n\nThe other alternative is to open the Blockcore.Indexer.sln using Visual Studio 2022 and clicking F5 (start debugging). This will run the explorer on the following URL: http://localhost:9911/\n\nOut of the box, the explorer will connect to locally running indexer. If you are not running your own indexer, you must do a minor configuration change so you rely on the public indexers that is hosted by the Blockcore team.\n\nEdit this file and change the `useLocalIndexer: true` to `useLocalIndexer: false`.\n\n[src/Blockcore.Explorer/ClientApp/src/environments/environment.ts](src/Blockcore.Explorer/ClientApp/src/environments/environment.ts)\n\n## Legacy Explorer\n\nOur previous Block Explorer was built on ASP.NET Razor technology and the repo has been moved\nto [blockcore-explorer-legacy](https://github.com/block-core/blockcore-explorer-legacy) repository.\n\nIf you want to use and deploy the legacy explorer, make sure you run version 0.0.X of the docker images.\n\nFrom version 0.1.X, the docker images will be our new explorer.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fblockcore-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock-core%2Fblockcore-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fblockcore-explorer/lists"}