https://github.com/iotaledger/explorer
Explore the IOTA Tangle
https://github.com/iotaledger/explorer
explorer iota tangle
Last synced: about 2 months ago
JSON representation
Explore the IOTA Tangle
- Host: GitHub
- URL: https://github.com/iotaledger/explorer
- Owner: iotaledger
- License: apache-2.0
- Created: 2020-04-16T07:42:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T09:43:14.000Z (5 months ago)
- Last Synced: 2025-05-05T10:40:55.564Z (5 months ago)
- Topics: explorer, iota, tangle
- Language: TypeScript
- Homepage: https://explorer.iota.org
- Size: 27.5 MB
- Stars: 59
- Watchers: 17
- Forks: 22
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
Explorer for the Tangle
About ◈
Prerequisites ◈
Getting started ◈
Supporting the project ◈
Joining the discussion---
## ⚠️ Deprecated Repository
**This repository is no longer maintained and has been deprecated in favor of [explorer (rebased)](https://github.com/iotaledger/iota/tree/develop/apps/explorer).**
Please refer to the new repository for the latest updates, bug fixes, and features.
## About
This repository is where the IOTA Foundation hosts the open-source code for the [Tangle Explorer website](https://explorer.iota.org/).

The code is composed of the following packages:
- [**`api`:**](api/README.md) Handles functionality such as lookups for the client
- [**`client`:**](client/README.md) Provides a user interface for the explorer, using React.A demonstration of the API is available [here](https://explorer-api.iota.org).
This is beta software, so there may be performance and stability issues.
Please report any issues in our [issue tracker](https://github.com/iotaledger/explorer/issues/new).## Prerequisites
To deploy your own version of the Tangle Explorer website, you need to have at least [version 14 of Node.js](https://nodejs.org/en/download/) and at most v16.16 installed on your device.
To check if you have Node.js installed, run the following command:
```bash
node -v
```If Node.js is installed, you should see the version that's installed.
## Getting started
1. `npm i`
2. Install all dependencies `npm run setup:dev`
3. See the [deployment instructions](api/DEPLOYMENT.md).## Supporting the project
If the Tangle Explorer website has been useful to you and you feel like contributing, consider submitting a [bug report](https://github.com/iotaledger/explorer/issues/new), [feature request](https://github.com/iotaledger/explorer/issues/new) or a [pull request](https://github.com/iotaledger/explorer/pulls/).
See our [contributing guidelines](.github/CONTRIBUTING.md) for more information.
## Joining the discussion
If you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA, feel free to join our [Discord](https://discord.iota.org/).