{{define "specific"}}{{$cs := .CoinShortcut}}{{$bb := .Info.Blockbook}}{{$be := .Info.Backend}}

Application status

{{- if $bb.InitialSync -}}

Application is now in initial synchronization and does not provide any data.

{{- end -}} {{- if not $bb.SyncMode -}}

Synchronization with backend is disabled, the state of index is not up to date.

{{- end -}}

Blockbook

Coin {{$bb.Coin}}
Host {{$bb.Host}}
Version / Commit / Build {{$bb.Version}} / {{$bb.GitCommit}} / {{$bb.BuildTime}}
Synchronized {{$bb.InSync}}
Last Block {{if .InternalExplorer}}{{$bb.BestHeight}}{{else}}{{$bb.BestHeight}}{{end}}
Last Block Update {{formatTime $bb.LastBlockTime}}
Mempool in Sync {{$bb.InSyncMempool}}
Last Mempool Update {{formatTime $bb.LastMempoolTime}}
Transactions in Mempool {{if .InternalExplorer}}{{$bb.MempoolSize}}{{else}}{{$bb.MempoolSize}}{{end}}
Size On Disk {{$bb.DbSize}}

Backend

{{- if $be.BackendError -}} {{- end -}} {{- if $be.Timeoffset -}} {{- end -}} {{- if $be.SizeOnDisk -}} {{- end -}} {{- if $be.Consensus -}} {{- end -}} {{- if $be.Warnings -}} {{- end -}}
Backend Error {{$be.BackendError}}
Chain {{$be.Chain}}
Version {{$be.Version}}
Subversion {{$be.Subversion}}
Protocol Version {{$be.ProtocolVersion}}
Last Block {{$be.Blocks}}
Difficulty {{$be.Difficulty}}
Timeoffset {{$be.Timeoffset}}
Size On Disk {{$be.SizeOnDisk}}
Consensus {{toJSON $be.Consensus}}
Warnings {{$be.Warnings}}
{{$bb.About}} {{end}}