diff --git a/.github/workflows/capsule-cypress-nightly.yml b/.github/workflows/capsule-cypress-night-run.yml
similarity index 99%
rename from .github/workflows/capsule-cypress-nightly.yml
rename to .github/workflows/capsule-cypress-night-run.yml
index c13468c35..b77e23636 100644
--- a/.github/workflows/capsule-cypress-nightly.yml
+++ b/.github/workflows/capsule-cypress-night-run.yml
@@ -1,4 +1,4 @@
-name: Capsule tests -- nightly
+name: Capsule tests -- night run
# This workflow runs the frontend tests against latest develop of the core to preempt breaking changes
diff --git a/apps/explorer-e2e/.env b/apps/explorer-e2e/.env
index 5577c7a3e..cda5965c4 100644
--- a/apps/explorer-e2e/.env
+++ b/apps/explorer-e2e/.env
@@ -12,6 +12,7 @@ NX_EXPLORER_ASSETS=1
NX_EXPLORER_GENESIS=1
NX_EXPLORER_GOVERNANCE=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=0
NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
diff --git a/apps/explorer-e2e/.env.devnet b/apps/explorer-e2e/.env.devnet
index 3065f3c3a..0956ee9f3 100644
--- a/apps/explorer-e2e/.env.devnet
+++ b/apps/explorer-e2e/.env.devnet
@@ -11,6 +11,7 @@ NX_EXPLORER_ASSETS=1
NX_EXPLORER_GENESIS=1
NX_EXPLORER_GOVERNANCE=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=1
NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
diff --git a/apps/explorer-e2e/.env.stagnet1 b/apps/explorer-e2e/.env.stagnet1
index 1d833d3c9..19d6fd050 100644
--- a/apps/explorer-e2e/.env.stagnet1
+++ b/apps/explorer-e2e/.env.stagnet1
@@ -11,6 +11,7 @@ NX_EXPLORER_ASSETS=1
NX_EXPLORER_GENESIS=1
NX_EXPLORER_GOVERNANCE=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=1
NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
diff --git a/apps/explorer-e2e/.env.stagnet2 b/apps/explorer-e2e/.env.stagnet2
index 4352d0666..c55daeed5 100644
--- a/apps/explorer-e2e/.env.stagnet2
+++ b/apps/explorer-e2e/.env.stagnet2
@@ -11,6 +11,7 @@ NX_EXPLORER_ASSETS=1
NX_EXPLORER_GENESIS=1
NX_EXPLORER_GOVERNANCE=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=1
NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
diff --git a/apps/explorer-e2e/.env.testnet b/apps/explorer-e2e/.env.testnet
index add164e7a..3b5c6f537 100644
--- a/apps/explorer-e2e/.env.testnet
+++ b/apps/explorer-e2e/.env.testnet
@@ -11,6 +11,7 @@ NX_EXPLORER_ASSETS=1
NX_EXPLORER_GENESIS=1
NX_EXPLORER_GOVERNANCE=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=1
NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
diff --git a/apps/explorer/.env b/apps/explorer/.env
index b6b59b054..844001e0f 100644
--- a/apps/explorer/.env
+++ b/apps/explorer/.env
@@ -23,4 +23,5 @@ NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
NX_EXPLORER_VALIDATORS=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=1
diff --git a/apps/explorer/.env.capsule b/apps/explorer/.env.capsule
index e603825a6..302407622 100644
--- a/apps/explorer/.env.capsule
+++ b/apps/explorer/.env.capsule
@@ -13,6 +13,7 @@ NX_EXPLORER_ASSETS=1
NX_EXPLORER_GENESIS=1
NX_EXPLORER_GOVERNANCE=1
NX_EXPLORER_MARKETS=1
+NX_EXPLORER_ORACLES=1
NX_EXPLORER_TXS_LIST=1
NX_EXPLORER_NETWORK_PARAMETERS=1
NX_EXPLORER_PARTIES=1
diff --git a/apps/explorer/README.md b/apps/explorer/README.md
index 0a8e8cc7c..f16ef2536 100644
--- a/apps/explorer/README.md
+++ b/apps/explorer/README.md
@@ -58,6 +58,7 @@ There are a few different configuration options offered for this app:
| `NX_EXPLORER_GENESIS` | Enable the genesis page for the explorer |
| `NX_EXPLORER_GOVERNANCE` | Enable the governance page for the explorer |
| `NX_EXPLORER_MARKETS` | Enable the markets page for the explorer |
+| `NX_EXPLORER_ORACLES` | Enable the oracles page for the explorer |
| `NX_EXPLORER_TXS_LIST` | Enable the transactions list page for the explorer |
| `NX_EXPLORER_NETWORK_PARAMETERS` | Enable the network parameters page for the explorer |
| `NX_EXPLORER_PARTIES` | Enable the parties page for the explorer |
diff --git a/apps/explorer/src/app/components/blocks/block-data.tsx b/apps/explorer/src/app/components/blocks/block-data.tsx
index b392892e3..8092f8275 100644
--- a/apps/explorer/src/app/components/blocks/block-data.tsx
+++ b/apps/explorer/src/app/components/blocks/block-data.tsx
@@ -2,7 +2,9 @@ import React from 'react';
import type { BlockMeta } from '../../routes/blocks/tendermint-blockchain-response';
import { Routes } from '../../routes/route-names';
import { Link } from 'react-router-dom';
-import { SecondsAgo } from '../seconds-ago';
+import { getDateTimeFormat } from '@vegaprotocol/react-helpers';
+import { Tooltip } from '@vegaprotocol/ui-toolkit';
+import { TimeAgo } from '../time-ago';
import { TableWithTbody, TableRow, TableCell } from '../table';
import { t } from '@vegaprotocol/react-helpers';
@@ -53,7 +55,16 @@ export const BlockData = ({ block, className }: BlockProps) => {
className="text-center pr-28 text-neutral-300 w-[170px]"
aria-label={t('Block genesis')}
>
-