LBRY Block Explorer
@extends('layout.default') @section('title','Home') @section('script') @endsection @section('content')
Height | Age | Block Size | Transactions | Difficulty | Timestamp |
---|---|---|---|---|---|
{{ $block->height }} | {{ \Carbon\Carbon::createFromTimestamp($block->block_time)->diffForHumans() }} | {{ round($block->block_size / 1024, 2) . 'KB' }} | {{ $block->tx_count }} | {{ number_format($block->difficulty, 2, '.', '') }} | {{ DateTime::createFromFormat('U', $block->block_time)->format('d M Y H:i:s') . ' UTC' }} |