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

Mempool Transactions by time of appearance

{{$.MempoolTxids.MempoolSize}} transactions in mempool
{{- range $tx := $txs -}} {{- end -}}
Transaction Time
{{$tx.Txid}} {{formatUnixTime $tx.Time}}
{{end}}