The example open-source CCE 4.0 explorer using a POS chain is now up using HyperStake at:
http://openhyp.cryptocoinexplorer.comFor everyday use, please use the main HyperStake CCE explorer at:
http://hyp.cryptocoinexplorer.com. The openhyp explorer serves as an example of the open source version of CCE 4.0
This version of the explorer has not been pushed to the repository yet. (Git is located at:
https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0 )
The major difference in this latest version is the transaction table on the block pages. Generating that table is harder then most people think. The code I have been using since CCE 3.0 works very well and is largely unchanged though CCE 3.99. However, it is very Rube Goldberg, and does not really follow good programming practices. I most certainly would not show that code to the public.
It is one of those unusual situations where odd code just worked better.
It has taken me a bit, but I have rewritten it with more standard programming practices. It is actually a bit longer and encompasses two functions for readability.
Once I release this version to the repository, I am going to make an official thread for open-source CCE 4.0 instead of posting in multiple threads as I do now.
I would like to hear what you think about removing links to the POS coin base transaction. This is the first transaction in the block and it acts as a placeholder of sorts where a POW block would generate coins as POS blocks generate coins in the second transaction. It is basically an empty transaction and as far I can tell holds no real useful information.