These databases contain information compiled from publicly available court records, corporate filings, government documents, and published reporting. Inclusion does not constitute a finding of guilt. All individuals are presumed innocent until proven guilty in a court of law. "Connections" refer to documented associations in public records, not accusations of criminal conduct. If any information is inaccurate, contact us for correction.
--
Dossiers
--
Nodes Tracked
--
Connections Mapped
--
Active Targets
--
Categories
7
Public Datasets
EPSTEIN TRAFFICKING INVESTIGATION DATABASE
-- Complete Dossiers - FREE Public Access
The most comprehensive Epstein investigation database ever compiled.
- -- people and entities tracked across -- investigation categories
- -- documented connections between individuals, organizations, and events
- -- active investigation targets currently being researched
- -- complete dossiers with biographical data, network maps, and source citations
- Court document analysis from DOJ releases and public filings
- Aircraft records - N908JE "Lolita Express", flight logs, passenger manifests
- Corporate entity tracking - shell companies, foundations, financial networks
What's In Each Dossier:
- Complete family tree (parents, spouses, children with birth dates)
- Education and career history
- Club memberships (Mar-a-Lago, country clubs, fraternities)
- Corporate boards and financial entities
- Network connections (mentors, associates, handlers)
- Court document page citations and context quotes
- Aircraft and yacht ownership with registration numbers
- Investigation logs with sources and confidence scores
LEGAL AND RESEARCH DATABASES
The Law - 101,340+ Laws
101,340+ legal sections across 237 jurisdictions. Complete US Federal Code (all 54 titles), international criminal codes, constitutions, and regulatory frameworks.
ACCESS DATABASE
Ancient Law Codes
Code of Hammurabi, Twelve Tables, Laws of Manu, Draconian Constitution. Foundation of all modern law.
ACCESS DATABASE
International Treaties
UN treaties, Geneva Conventions, bilateral agreements, trade deals. Complete text and ratification status.
ACCESS DATABASE
Global Legal Codes
Civil codes, criminal codes, commercial law by country. Comparative law research.
ACCESS DATABASE
HOW TO USE THESE DATABASES
Option 1: Download and Query Locally
pip install huggingface-hub
from huggingface_hub import hf_hub_download
import sqlite3
# Download database
db_path = hf_hub_download(
repo_id="PunkRockGirl/investigation-database",
filename="apokalypsis_web.db",
repo_type="dataset"
)
# Query it
conn = sqlite3.connect(db_path)
cursor = conn.execute('''
SELECT full_name, epstein_mentions, network_connections
FROM dossiers
WHERE epstein_mentions > 0
ORDER BY epstein_mentions DESC
''')
for name, mentions, network in cursor.fetchall():
print(f'{name}: {mentions} Epstein mentions')
Option 2: Search Online
Use our web interface to search all dossiers without downloading.
ALL PUBLIC DATASETS
Every dataset is hosted on HuggingFace for free public access, independent verification, and censorship resistance.
MISSION
Eliminate pedophiles from existence through global investigation and public exposure.
Investigation findings are PUBLIC (names, connections, evidence).
Investigation methods are PRIVATE (algorithms, sources, techniques).
Submit Tips and Evidence
If you have information about trafficking, abuse, or connections:
Updates
Last updated: February 23, 2026
Update frequency: Continuous - database updated as new evidence emerges
Subscribe: Watch the HuggingFace repository for notifications