- <%= gettext "Number" %>
- <%= @block.number %>
- <%= gettext "Timestamp" %>
- <%= @block.age %> (<%= @block.formatted_timestamp %>)
- <%= gettext "Transactions" %>
- <%= gettext "%{count} transactions in this block", count: @block.transactions_count %>
- <%= gettext "Hash" %>
- <%= @block.hash %>
- <%= gettext "Parent Hash" %>
- <%= link(@block.parent_hash, to: block_path(@conn, :show, @conn.assigns.locale, @block.number - 1), class: "block__link") %>
- <%= gettext "Miner" %>
- <%= @block.miner %>
- <%= gettext "Difficulty" %>
- <%= @block.difficulty |> Cldr.Number.to_string! %>