I built this website after trying to decide what conferences to go to for the upcoming year and realizing I couldn't find a simple list of upcoming conferences in bitcoin.
This website is (hopefully!) community-maintained. If you know of a bitcoin conference you'd like to see added to the site, you can either:
- Open a PR adding an entry to the YAML file for the corresponding year in
data/(e.g.data/2026.yaml) with the following structure (date: YYYY-MM-DD):
- title: "bitcoin++"
link: "https://btcplusplus.dev/conf/atx25"
date: "2025-05-07"
location: "Austin"
flag: "🇺🇸"Entries within a file are kept in chronological order.
- Open an issue, mentioning the conference you propose be added, along with the data required (see code block above).