{t('explorer.searchResult')}
+ {searchResult.type === 'block' && searchResult.blockInfo && ( ++ {t('explorer.block')}: # + {searchResult.blockInfo.number.toLocaleString()} +
++ {t('explorer.hash')}:{' '} + {searchResult.blockInfo.hash} +
++ {t('explorer.extrinsics')}:{' '} + {searchResult.blockInfo.extrinsicCount} +
+{searchResult.address}
++ {t('explorer.balance')}:{' '} + {formatBalance(searchResult.balance || '0')} HEZ +
+{t('explorer.latestBlocks')}
++ #{block.number.toLocaleString()} +
++ {block.hash.slice(0, 10)}...{block.hash.slice(-6)} +
++ {block.extrinsicCount} {t('explorer.extrinsics')} +
+{formatSecondsAgo(block.timestamp, t)}
+
+