npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hive-matrix

v2.0.0

Published

Real-time Hive blockchain transaction viewer with live terminal filter

Downloads

75

Readme

🟩 Hive Matrix Viewer

A high-performance, real-time terminal & browser viewer for the Hive blockchain — stream live transactions in Matrix-style, right in your console and web browser.


🚀 Project Flavors

This project now comes in three distinct flavors to suit your needs:

  1. Standard (Terminal + Web): The original powerful version. Requires a local Node.js backend.
  2. Browser-Only (Standalone): Zero-backend version. Runs entirely in your browser using dhive.
  3. Next.js (Vercel Ready): Premium production version. Features a server-side buffer to reduce Hive RPC load and is 100% ready for Vercel deployment.

🚀 Features

  • Matrix Terminal Feed: Live-streaming operation feed with enhanced colors (Green for JSON, Yellow/Cyan for Votes, Blue for Posts).
  • 🕸 Web Dashboard: Parallel browser UI with Matrix rain, live operation feed, and interactive toggles.
  • 🐋 Whale Alerts: Massive transfers highlighted in bright red with distinctive Whale emoji formatting.
  • 🏆 Live Leaderboard: Real-time ranking of the most active accounts in the current session (top-left on browser).
  • 📈 Price Ticker: Live HIVE/USD price tracking via CoinGecko, shown in both Terminal stats and Browser UI.
  • 🔗 Clickable Links: Intelligent OSC 8 hyperlinking (Alt+Click on most terminals) — now refined to highlight only the @username.
  • 🛡️ Sticky Scroll: Advanced feed logic prevents the UI from jumping to the bottom while you're reading.


🛠 Quick Start

pnpm install
pnpm start

The app will walk you through a setup wizard on its first run to configure your username and preferences.

🔍 Live Filtering & Toggles

Terminal Filtering

While the stream is running, type a keyword and press Enter:

| You type | What you see | |---|---| | skatehive | Any op mentioning "skatehive" (posts, tags, memos, json) | | skate,hive | Multi-filter (OR): Matches any of these keywords | | whale | All Whale Alerts | | transfer | All transfer operations | | 100% | Only full-weight votes | | hive-179017 | Posts tagged in specific communities | | (blank Enter) | Clear filters — show everything |

Browser Toggles

The Web UI (http://localhost:3005 by default) features a toggle bar:

  • Instantly turn POST, CMNT, JSON, XFER, or VOTE on or off.
  • The leaderboard updates in real-time (2s throttle) as data flows.

⚙️ Configuration

Edit app/config.json for deep customization:

| Key | Default | Description | |---|---|---| | hiveUsername | "" | Your Hive account to highlight/onboarding | | preferredFrontend | "peakd.com" | Frontend for hyperlinking (PeakD, Ecency, etc.) | | handleHivePosts | true | Toggle post display | | handleHiveComments| true | Toggle comment display | | handleCustomJson | true | Toggle Custom JSON (Hive Engine, Splinterlands, etc.) | | handleTransfers | true | Toggle transfer display | | handleVotes | true | Toggle vote display | | whaleThreshold | 50000 | Minimum amount to trigger a 🐋 Whale Alert | | statsEveryBlocks | 20 | Interval for printing the terminal stats bar | | leaderEveryBlocks | 100 | Interval for printing the terminal leaderboard | | browserUI | true | Enable/Disable the web interface | | browserPort | 3005 | Port for the web interface | | hiverpc | [...] | List of RPC nodes (failover supported) |


🎨 Color Coding

  • [POST/CMNT]: Light Blue - Visual separation for content creation.
  • [TRANSFER]: Scaled colors (Gray < 1000, Yellow < 10000, Orange < 50000, Red > 50000).
  • [JSON]: Matrix Green - Covers Hive Engine, Splinterlands, etc.
  • [VOTE]: Cyan - Dimmed for partial votes, bright for 100%.

📦 Stack

  • Node.js: Backend runtime.
  • Express + SSE: Powers the real-time browser feed.
  • @hiveio/hive-js: Blockchain communication.
  • Vanilla CSS/JS: High-performance, low-latency web frontend.
  • CoinGecko API: Real-time market data.

👤 Author

vaipraonde — built on top of the @pixbee codebase.