@extends('layout.default') {{ /**@var \App\Models\Block $block*/'' }} @section('title',isset($block)?('Block Height '.$block->height):'Blocks') @section('script') @if(isset($block)) @else @endif @endsection @section('css') @if(!isset($block)) @endif @endsection @section('content') @include('element.header') @if(isset($block))
Hash | Inputs | Outputs | Value |
---|---|---|---|
There are no transactions to display at this time. | |||
{{ $tx->input_count }} | {{ $tx->output_count }} | {{ \App\Helpers\AmountHelper::formatCurrency($tx->value) }} LBC |
Height | Difficulty | Confirmations | TX Count | Block Size | Nonce | Block Time |
---|---|---|---|---|---|---|
{{ $block->height }} | {{ number_format($block->difficulty, 8, '.', '') }} | {{ number_format((($currentBlock->height - $block->height) + 1), 0, '', ',') }} | {{ $block->tx_count }} | {{ round($block->block_size / 1024, 2) . 'KB' }} | {{ $block->nonce }} | {{ \DateTime::createFromFormat('U', $block->block_time)->format('d M Y H:i:s') }} UTC |