Recent transactions

0%
Date: {% var date = new Date(o.timestamp); print(date.toLocaleString()); %}
Difficulty: {%= (Math.round(o.difficulty * 100) / 100) %}
TX in block: {%= o.transactions %}
Block Size: {%= _formatSize(o.size) %}
{% if(o.extra_data) { %}
Extra Data: {%= o.extra_data%}
{% } %}
TX Hash
{%= o.hash %}
Date
{% var date = new Date(o.timestamp); print(date.toLocaleString()); %}
Value
{%= satToCoin(o.value) %}
Fee
{%= o.fee %}
Validity Start Height
{%= o.validity_start_height %}
{% if(o.data) { %}
Extra Data
{%= o.data%}
{% } %}
Address
{%= o.address %}
Balance
{%= satToCoin(o.balance)%}
Type
{%= o.type %}