hundehausen / xmr-node-explorer-nextjs

Yet another Monero Node Explorer.

Home Page:https://explorer.portemonero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portemonero Node Explorer

Features

  • Display the latest block height
  • Heighest block height is colored green
  • Detects IP address of the node
  • Shows last time seen
  • Switch between different network types
  • Add your favorite nodes
  • Check for malicious nodes with high fees (displays fee in piconero per byte)

Wishlist of features by the community:

  • Display the version of the node
  • Scan automatically for nodes in the networks
  • Display uptime and reliability of the node

Installation

git clone https://github.com/hundehausen/xmr-node-explorer-nextjs.git
cd xmr-node-explorer-nextjs
npm install
cp .env.example .env
edit .env to your needs
edit prisma/schema.prisma to your needs (you might want change provider to your db type)
docker-compose up
npx prisma migrate dev
npm run dev

Go to localhost:3000 in your browser you can inspect the database with npx prisma studio

Tech Stack

Donations

PayPal 89HEKdUFM2dJGDFLpV7CoLUW1Swux7iBMMCXMC5y3U2DihmrbYh6AEoanoHb8VPJrCDLTa9FJfooHdz1rGZH9L342TXwZh7

About

Yet another Monero Node Explorer.

https://explorer.portemonero.com


Languages

Language:TypeScript 96.4%Language:CSS 2.0%Language:JavaScript 1.6%