diff --git a/docs/content/about-iota/iota-wallet/how-to/stake.mdx b/docs/content/about-iota/iota-wallet/how-to/stake.mdx
index 1a9a642f73b..ecd6cf5b0fb 100644
--- a/docs/content/about-iota/iota-wallet/how-to/stake.mdx
+++ b/docs/content/about-iota/iota-wallet/how-to/stake.mdx
@@ -26,7 +26,7 @@ To start staking your IOTA tokens, follow these steps:
![Set Stake Amount](/img/about-iota/iota-wallet/how-to/stake/set-stake-amount.png)
-5. Track the transaction in the [Explorer](https://explorer.iota.cafe/) by clicking `View on Explorer`.
+5. Track the transaction in the [Explorer](https://explorer.rebased.iota.org/) by clicking `View on Explorer`.
![View on Explorer](/img/about-iota/iota-wallet/how-to/stake/view-on-explorer.png)
diff --git a/docs/content/about-iota/tokenomics/gas-in-iota.mdx b/docs/content/about-iota/tokenomics/gas-in-iota.mdx
index 403580bf2b0..896ef5f5f7f 100644
--- a/docs/content/about-iota/tokenomics/gas-in-iota.mdx
+++ b/docs/content/about-iota/tokenomics/gas-in-iota.mdx
@@ -18,7 +18,7 @@ Finally, storage rebates are provided whenever a transaction deletes previously
`net_gas_fees = computation_fee + storage_deposit - storage_rebate`
-The information on net gas fees displays in the [IOTA network explorer](https://explorer.iota.cafe/) for each transaction block.
+The information on net gas fees displays in the [IOTA network explorer](https://explorer.rebased.iota.org/) for each transaction block.
## Gas prices
diff --git a/docs/content/developer/getting-started/client-tssdk.mdx b/docs/content/developer/getting-started/client-tssdk.mdx
index b9547823e86..9480281f570 100644
--- a/docs/content/developer/getting-started/client-tssdk.mdx
+++ b/docs/content/developer/getting-started/client-tssdk.mdx
@@ -243,7 +243,7 @@ function OwnedObjects({ address }: { address: string }) {
{data.data.map((object) => (
-
-
+
{object.data?.objectId}
diff --git a/docs/content/developer/getting-started/local-network.mdx b/docs/content/developer/getting-started/local-network.mdx
index 1ff44584ec4..9e36975cbec 100644
--- a/docs/content/developer/getting-started/local-network.mdx
+++ b/docs/content/developer/getting-started/local-network.mdx
@@ -168,13 +168,13 @@ The response resembles the following, but with different IDs:
:::tip explorer
-In order to use the explorer locally users can use the deployed explorer and set another endpoint like this: [https://explorer.iota.cafe/?network=http%3A%2F%2F127.0.0.1%3A9000](https://explorer.iota.cafe/?network=http%3A%2F%2F127.0.0.1%3A9000) or manually provide a Custom RPC URL on the [Explorer](https://explorer.iota.cafe/) page in the top right corner.
+In order to use the explorer locally users can use the deployed explorer and set another endpoint like this: [http://explorer.rebased.iota.org/?network=http%3A%2F%2F127.0.0.1%3A9000](http://explorer.rebased.iota.org/?network=http%3A%2F%2F127.0.0.1%3A9000) or manually provide a Custom RPC URL on the [Explorer](http://explorer.rebased.iota.org/) page in the top right corner.
:::
:::warning HTTPS only
-The [IOTA Explorer](https://explorer.iota.cafe) requires a secure HTTPS connection. If your local network doesn't support HTTPS, consider [running your own instance of the Explorer](https://github.com/iotaledger/iota/tree/develop/apps/explorer#iota-explorer).
+The [IOTA Explorer](https://explorer.rebased.iota.org) requires a secure HTTPS connection. If your local network doesn't support HTTPS, consider [running your own instance of the Explorer](https://github.com/iotaledger/iota/tree/develop/apps/explorer#iota-explorer).
:::
diff --git a/docs/content/developer/iota-101/move-overview/package-upgrades/introduction.mdx b/docs/content/developer/iota-101/move-overview/package-upgrades/introduction.mdx
index 57f11edaf6c..e4057f32722 100644
--- a/docs/content/developer/iota-101/move-overview/package-upgrades/introduction.mdx
+++ b/docs/content/developer/iota-101/move-overview/package-upgrades/introduction.mdx
@@ -12,7 +12,7 @@ import questions from '/json/developer/iota-101/move-overview/package-upgrades/i
A Move package consists of one or more modules that define how the package interacts with on-chain objects.
These modules are written in Move, compiled into a package object, and then published on-chain.
Once a package is on the IOTA network,
-its content and logic are transparent and accessible to anyone through an [IOTA network explorer](https://explorer.iota.cafe/).
+its content and logic are transparent and accessible to anyone through an [IOTA network explorer](https://explorer.rebased.iota.org/).
## Packages Are Immutable
diff --git a/docs/content/operator/snapshots.mdx b/docs/content/operator/snapshots.mdx
index a74ba9d3a6c..f2bf123097a 100644
--- a/docs/content/operator/snapshots.mdx
+++ b/docs/content/operator/snapshots.mdx
@@ -59,7 +59,7 @@ To restore from a RocksDB snapshot, follow these steps:
--skip-indexes \
--no-sign-request
```
- - `--epoch`: The epoch that you want to download, for example `200`. The buckets hosted by the IOTA Foundation will only keep the last 90 epochs, you can check the most recent epoch on the [IOTA Explorer](https://explorer.iota.cafe).
+ - `--epoch`: The epoch that you want to download, for example `200`. The buckets hosted by the IOTA Foundation will only keep the last 90 epochs, you can check the most recent epoch on the [IOTA Explorer](https://explorer.rebased.iota.org).
- `--latest`: Rather than explicitly passing a epoch via `--epoch`, you can pass the `--latest` flag, which will automatically select the latest snapshot`
- `--network`: Network to download snapshot for. Defaults to "mainnet".
- `--path`: Path to snapshot directory on local filesystem.
@@ -99,7 +99,7 @@ The following steps can be used to restore a node from a Formal snapshot:
--network --snapshot-bucket --snapshot-bucket-type \
--path --num-parallel-downloads 50 --no-sign-request
```
- - `--epoch`: The epoch that you want to download, for example `200`. The buckets hosted by the IOTA Foundation will only keep the last 90 epochs, you can check the most recent epoch on the [IOTA Explorer](https://explorer.iota.cafe).
+ - `--epoch`: The epoch that you want to download, for example `200`. The buckets hosted by the IOTA Foundation will only keep the last 90 epochs, you can check the most recent epoch on the [IOTA Explorer](https://explorer.rebased.iota.org).
- `--genesis`: The path to the location of the network's `genesis.blob`.
- `--network`: Network to download snapshot for. Defaults to "mainnet".
- `--path`: Path to snapshot directory on local filesystem.
diff --git a/docs/site/src/components/constant.tsx b/docs/site/src/components/constant.tsx
index 7639845f062..29c2a6f899c 100644
--- a/docs/site/src/components/constant.tsx
+++ b/docs/site/src/components/constant.tsx
@@ -171,7 +171,7 @@ export const Networks = {
indexerRpc: 'https://indexer.testnet.iota.cafe',
graphqlRpc: 'https://graphql.testnet.iota.cafe',
faucetUrl: 'https://faucet.testnet.iota.cafe',
- explorerUrl: 'https://explorer.iota.cafe/?network=testnet'
+ explorerUrl: 'https://explorer.rebased.iota.org/?network=testnet'
},
iota_move_devnet: {
baseToken: 'IOTA Token (no value)',
@@ -180,7 +180,7 @@ export const Networks = {
indexerRpc: 'https://indexer.devnet.iota.cafe',
graphqlRpc: 'https://graphql.devnet.iota.cafe',
faucetUrl: 'https://faucet.devnet.iota.cafe',
- explorerUrl: 'https://explorer.iota.cafe/?network=devnet'
+ explorerUrl: 'https://explorer.rebased.iota.org/?network=devnet'
},
iota_localnet: {
baseToken:"IOTA Token",