diff --git a/src/app/components/explore/explore.component.html b/src/app/components/explore/explore.component.html
index c6d35b45..bcfd96d0 100644
--- a/src/app/components/explore/explore.component.html
+++ b/src/app/components/explore/explore.component.html
@@ -139,34 +139,34 @@
+
+ Target Amount
+ {{ project.targetAmount | number }} BTC
+
+
+ Start Date
+ {{ project.startDate*1000 | date }}
+
+
+ Penalty Days
+ {{ project.penaltyDays }} days
-
-
-
-
- 1 && i > 0,
- }" [src]="
- 'images/avatars/avatar-placeholder.png'
- " alt="Investor avatar {{
- i + 1
- }}" />
-
-
+
+ Expiry Date
+ {{ project.expiryDate*1000 | date }}
-
-->
+
+ Stages
+ {{ project.stages?.length || 0 }}
+
+
+ Seeders Required
+ {{ project.projectSeeders?.secretHashes?.length || 0 }}
+
+
}