# insight **Repository Path**: gtx/insight ## Basic Information - **Project Name**: insight - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Insight **A bitcoin blockchain explorer and API.** ## Requirements Insight requires [Node.js](https://nodejs.org) 8.2 and [MongoDB](https://www.mongodb.com/). Consider using [n](https://github.com/tj/n) and [m](https://github.com/aheckmann/m) to install the latest versions. ## Quick Start To get started, clone this repository, then – with `mongod` running – install and run insight: ```bash git clone -b next https://github.com/bitpay/insight.git && cd insight/server npm install npm start ```