diff --git a/static/templates/tx.html b/static/templates/tx.html
index 7257ebcb..3b0e7849 100644
--- a/static/templates/tx.html
+++ b/static/templates/tx.html
@@ -65,6 +65,18 @@
Fees |
{{formatAmount $tx.FeesSat}} {{$cs}} |
{{end -}}
+ {{- if $tx.Rbf}}
+
+ | RBF |
+
+ {{- if $tx.Rbf}}
+ ON
+ {{- else -}}
+ OFF️
+ {{end -}}
+ |
+
+ {{end -}}
diff --git a/static/templates/txdetail.html b/static/templates/txdetail.html
index 08989a25..07ca9189 100644
--- a/static/templates/txdetail.html
+++ b/static/templates/txdetail.html
@@ -3,7 +3,6 @@
{{- if $tx.Blocktime}}
{{if $tx.Confirmations}}mined{{else}}first seen{{end}} {{formatUnixTime $tx.Blocktime}}
{{end -}}