@extends('lethean::layout') @section('title', 'Explorer') @section('content')
| Height | Type | Time | Difficulty | Hash |
|---|---|---|---|---|
| {{ number_format($h) }} | {{ $isPos ? 'PoS' : 'PoW' }} | {{ isset($block['timestamp']) ? date('H:i:s', $block['timestamp']) : '' }} | {{ number_format($block['difficulty'] ?? 0) }} | {{ substr($block['hash'] ?? '', 0, 16) }}... |