diff --git a/explorer/src/lib/components/__tests__/__snapshots__/BlocksCard.spec.js.snap b/explorer/src/lib/components/__tests__/__snapshots__/BlocksCard.spec.js.snap
index 842dad4f71..02bd6e2319 100644
--- a/explorer/src/lib/components/__tests__/__snapshots__/BlocksCard.spec.js.snap
+++ b/explorer/src/lib/components/__tests__/__snapshots__/BlocksCard.spec.js.snap
@@ -11,7 +11,7 @@ exports[`Blocks Card > should disable the \`Show More\` button if there is no mo
should disable the \`Show More\` button is the card is in
should render the \`BlocksCard\` component 1`] = `
should disable the \`Show More\` button if the card
should disable the \`Show More\` button if there is
should render the \`TransactionsCard\` component 1`
loadMoreItems(),
disabled: isLoadMoreDisabled,
diff --git a/explorer/src/lib/components/transactions-card/TransactionsCard.svelte b/explorer/src/lib/components/transactions-card/TransactionsCard.svelte
index 94d2ec28bc..7497ad686c 100644
--- a/explorer/src/lib/components/transactions-card/TransactionsCard.svelte
+++ b/explorer/src/lib/components/transactions-card/TransactionsCard.svelte
@@ -51,7 +51,7 @@
data={txns}
{error}
{loading}
- title="Transactions"
+ title="Transactions - {displayedTxns.length} Displayed Items"
headerButtonDetails={{
action: () => loadMoreItems(),
disabled: isLoadMoreDisabled,
diff --git a/explorer/src/routes/blocks/__tests__/__snapshots__/page.spec.js.snap b/explorer/src/routes/blocks/__tests__/__snapshots__/page.spec.js.snap
index 7b41d4904d..4d7cf457a6 100644
--- a/explorer/src/routes/blocks/__tests__/__snapshots__/page.spec.js.snap
+++ b/explorer/src/routes/blocks/__tests__/__snapshots__/page.spec.js.snap
@@ -15,7 +15,7 @@ exports[`Blocks page > should render the Blocks page, start polling for blocks a
should render the Blocks page, start polling for blocks a
should render the Transactions page, start polling
should render the Transactions page, start polling