{{define "specific"}}{{$txs := .MempoolTxids.Mempool}}{{$data := .}}

Mempool Transactions

{{$.MempoolTxids.MempoolSize}} transactions in mempool
{{if $txs}}{{template "paging" $data }}{{end}}
{{- range $tx := $txs -}} {{- end -}}
Transaction Time of appearance
{{$tx.Txid}} {{formatUnixTime $tx.Time}}
{{template "paging" $data }} {{end}}