Cross-References Index
{{ "{:,}".format(total_verses) }} verses across {{ total_books }} books with {{ "{:,}".format(total_refs) }} cross-references
This index lists every verse that has cross-references to related passages. Cross-references help you:
- See connections between related passages
- Understand context by comparing parallel accounts
- Study themes that appear throughout Scripture
- Discover fulfillment of Old Testament prophecies in the New Testament
Data sourced from the Treasury of Scripture Knowledge via OpenBible.info (CC-BY license).
{{ book }}
{% for chapter, verses in chapters.items() %}Coverage Statistics
| Total Books with Cross-References | {{ total_books }} of 66 |
| Total Verses with Cross-References | {{ "{:,}".format(total_verses) }} of 31,102 |
| Coverage Percentage | {{ "%.1f"|format((total_verses / 31102) * 100) }}% |
| Total Cross-References | {{ "{:,}".format(total_refs) }} |
| Average per Verse | {{ "%.1f"|format(total_refs / total_verses) }} |