| ID | Blockchain Address | Name | Blocks | Shard0 | Shard1 | Shard2 | Perf | Block Count |
|---|
Please keep in mind that
it takes a while for data to populate when there is a new committee.
The median
finalization time stats span the last 7 days (10080 Minutes).
Click on a row to see
more details about that node.
You can sort the table by
ID, Blocks and Shards by clicking on the headers.
Performance Legend
Network History
Graphs display the average & range of medianFinalizationTimes across the network. You can select a date range and zoom in.
MPC Node Stats thingy - v1.0.2
v1.0.2 - December 7, 2025
- New logo.
v1.0.1 - November 19, 2025
- Landing Page Refinements: Improved search suggestions (click-to-list, no limit, type
filtering) with a cleaner look.
- Mobile Optimization: Better spacing, smaller fonts, and truncated addresses on
smaller screens.
v1.0.0 - November 18, 2025
- Major UI/UX Overhaul: Complete redesign with a sleek dark theme, blue accents, and
modern typography.
- Backend Refactoring: Modularized codebase for better performance and
maintainability.
- Committee Compare: Added a dark theme and fiddled with the UI of the committee
comparison page.
- Performance Metrics: Added "Performance" and "Total Blocks" data to the single node
view and browse table.
- Browse Section: Modernized the browse interface with expandable rows, further live
data
updates, and improved sorting.
- Layout Improvements: Optimized layouts for responsiveness, including a new
landing page and better table styling.
v0.9.3 - October 30, 2025
- Fixed the sorting bug.
v0.9.2 - October 25, 2025
- Refactored the browse page to use an asynchronous client-side loading mechanism, similar to the
committee comparison page.
- This improves performance and user experience by showing a loading indicator while data is being
fetched.
- The charts are now also loaded asynchronously.
- Implemented a "Live Data" feature. The data on the browse page now automatically refreshes every 10
minutes.
- Added a "Last updated" timestamp and a manual refresh icon that float at the bottom right of the
page.
- GraphQL Integration: Implemented fetching of additional node operator data from the Partisia
Blockchain GraphQL API, including Performance Score and Block Count.
- The main table now has expandable rows to show more details about each node, making the table more
compact.
- The "Performance" and "Block Count" columns have been added.
- The "Entity" and "Server" jurisdiction names are now displayed next to their flags in the details
row.
- Fixed various issues with the data loading and rendering, including Invalid Date and Maximum call
stack size exceeded errors.
v0.9 - October 23, 2025
-Added a committee comparison tool. Can be accessed from the header of the browse page or here ↗.
v0.8.6 - May 24, 2023
- Rephrased timeout message as per @Bunga ↗.
v0.8.5 - May 18, 2023
- Handling timeout errors gracefully during network instability.
v0.8.2 - March 17, 2023
- Now displaying the age of the current committee as per @Kristian Hu ↗.
v0.8.1 - February 20, 2023
- Quick fix to skip empty values while creating the graphs.
v0.8 - December 3, 2022
- Added the ability to browse the nodes in the active committee for stats in a table.
- Select your node from a list instead of typing the blockchain address in the initial form.
v0.7 - November 29, 2022
- Display the active committee number.
- Check if a new committee has been formed every 10 minutes and automatically increment the committee
number in the backend when a new committee is formed.
v0.6.2 - November 9, 2022
- We have dark mode! The site will respect your OS level Light/Dark mode settings. @hystΞric Link ↗.
v0.6.1 - November 8, 2022
- Changed the wording on the gas earnings line as per this discussion ↗.
v0.6 - November 8, 2022
- Fixes for new committee
v0.5.2 - October 20, 2022
- Minor CSS fixes
v0.5 - July 5, 2022
- We've got gas :)
v0.4 - June 30, 2022
- A bit of personalization with a greeting ;)
- Added the ability to check your status to see if you're CONFIRMED, PENDING or PENDING_UPDATE.
- Handle the case when the address entered is not part of the current committee.
- Fixed a few logic errors when nodeid == 0. Note to self: don't use php's empty function. it will
return 0 as empty.
v0.3.2 - June 28, 2022
- If your node is the next in line to produce, you will get an IT'S YOUR TURN NEXT. prompt.
v0.3.1 - June 27, 2022
- Added the ability to show the block number the current producer is on.
v0.3 - June 27, 2022
- Added the ability to display the node that is currently producing blocks. @RoyalDutch| MPC - MRHCrypto
& @Dertie Bertie
- Performance enhancements to the GET calls for the json feeds and avoiding 404 errors from the Partisia
reader url
- Now caching the main contract url for 60 minutes to speed up the whole exec time
v0.2.5 - June 24, 2022
- Upgraded the charts to include zooming buttons and a navigator
v0.2.3 - June 23, 2022
- Betareader is deprecated. We have moved it to reader.. @Peter F. Frandsen Link ↗
v0.2.2 - June 8, 2022
- Added mdi gauge meter icons to help with green, orange and red for accessibility @Peter F.
Frandsen
v0.2.1 - June 8, 2022
- Fixed sequence of information when No data to fetch... @Peter F. Frandsen
v0.2 - June 8, 2022
- Added *Minutes* to be able to define the timeframe to track @badiluker
- Added this version info
v0.1.1 - June 8, 2022
- Fixed some typos
v0.1 - June 8, 2022
- Initial release