| ID |
{$BLOCKDETAILS.id|number_format:"0"|default:"0"} |
| Height |
{if ! $GLOBAL.website.blockexplorer.disabled}
{$BLOCKDETAILS.height} |
{else}
{$BLOCKDETAILS.height} |
{/if}
| Amount |
{$BLOCKDETAILS.amount|default:"0"} |
| Confirmations |
{if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations}
Confirmed
{else if $BLOCKDETAILS.confirmations == -1}
Orphan
{else if $BLOCKDETAILS.confirmations == 0}0
{else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if} |
| Difficulty |
{$BLOCKDETAILS.difficulty|default:"0"} |
| Time |
{$BLOCKDETAILS.time|default:"0"} |
| Shares |
{$BLOCKDETAILS.shares|number_format:"0"|default:"0"} |
| Finder |
{$BLOCKDETAILS.finder|default:"0"} |