Bitcoin Forum
August 20, 2026, 07:00:36 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: OpenBitcoin.com: bitcoin block explorer, guides tools and games  (Read 42 times)
openbitcoin (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
August 19, 2026, 07:47:06 PM
 #1

I have been building a bitcoin block explorer and I feel it's good enough to show:

BTC
openbitcoin.com

The site runs its own hardware, bitcoin node and address index. No third-party blockchain API used.

Inside the site:

  • Explorer: blocks, transactions and addresses at root-level URLs. (very important, a feature I always wanted with other explorers, a quick easy way to query an address) For example you can type openbitcoin.com/block_number_here or openbitcoin.com/txid_here or openbitcoin.com/address_here to load the page instantly without visiting the site to use the search bar  Smiley

  • Node census (/nodes): reachable nodes counted by my own P2P crawler, 8,958 nodes from 92 countries last run.

  • Rich list (/rich-list): top 10,000 addresses and balance distributions.

  • Prices: spot price as a median of three exchanges, with a quick conversion tool on the front page.

  • Tools: fee calculator, address validator, message verifier, QR generator, and key tools built to be downloaded and run offline.

  • Guides: on confirmations, UTXOs, self-custody, stuck transactions and more. Newbie friendly.

  • Games (/games): three arcade games built on real bitcoin mechanics, stack blocks, clear a mempool backlog, and a slot machine that plays the actual odds of guessing a private key.

The website is open source and so is the code behind the measured numbers: node-crawler and address-index. What stays private is my server's operational layer.

Would appreciate any feedback, happy to contribute to the community.
joniboini
Legendary
*
Offline

Activity: 3024
Merit: 1919



View Profile WWW
Today at 06:27:23 AM
 #2

Explorer: blocks, transactions and addresses at root-level URLs. (very important, a feature I always wanted with other explorers, a quick easy way to query an address) For example you can type openbitcoin.com/block_number_here or openbitcoin.com/txid_here or openbitcoin.com/address_here to load the page instantly without visiting the site to use the search bar
I've tried it and it feels quite good. On the other hand though, some explorer usually use /address, /blocks, /tx, and so on to facilitate direct view for the users. Personally, I've never feel the need to remove the extra description on the URL. Do you think this advantage is huge to the point that user would switch to your explorer asap?

Speaking of other services, you seem to offer a swap feature through ChangeNOW. I think we have several reports where they request KYC every now and then, CMIIW. Is there any reason why you pick them? Especially when instant swap exchanges are numerous these days.

▄▄████████████████████▄▄
▄███████▀▀██████▀▀███████▄
████████████████████████
████████▄▄██████▄▄██████

████████████████████████
██▄▄█████████████▄▄██████
██▀▀██████████████████▄▄██
██████▀▀██████████████▀▀██
██████████████████████████
██████▀▀██████▀▀████████
████████████████████████
▀███████▄▄██████▄▄███████▀
▀▀████████████████████▀▀
 
 DΞX.fo 
▄▄██████
█████████
██████████
█████████
██████████
█████████
▀▀██████

▄███████
▄██████████
████████████
█████████████
█████████████
|
▄▄█
▄████▀
▄███▀
▄██▀▄██
█████▀▀
███████
████████
▀██▄████
▄████▄▄
▄█████▀███
▄█████▀████
█████▀███████
▀██▀█████████
|  BTC     XMR  
  DAI     LTC  
   Fees  0.8%    
robelneo
Legendary
*
Offline

Activity: 4074
Merit: 1300


Bitz.io Best Bitcoin and Crypto Casino


View Profile WWW
Today at 02:34:38 PM
 #3

I have been building a bitcoin block explorer and I feel it's good enough to show:

BTC
openbitcoin.com


You should be proud you did; it's an all-in-one tool, and it even has a glossary. It's one of the best tools I've seen so far. I'm also surprised the domain dates back to 2012; checking the Wayback Machine, I see a lot of configurations and changes over the years, but this is the best configuration so far, and hopefully it will stay this way.

My recommendation: can we have a day mode option?

I also would like to ask, out of curiosity: are you the original owner of the domain, or did you get it from a marketplace like Flippa
some of the best Bitcoin domain names are no longer available.

█ 
███████▄▄███▄███▄
███▄▄████████▌██
▄█████████████▐██▌
██▄███████████▌█▌
███████▀██████▐▌█
██████████████▌▌▐
████████▄███████▐▐
█████████████████
███████████████▄██▄
██████████████▀▀▀
█████▀███▀▀▀
Bitz.io█ ████████▄████▄▄▄█████▄▄
██████▄████████▀▀██▀▀
█████▀▀█████▀▀▄▄█
███████████▄▀▀██
███████████████▐▌
███████████████▐▌
███▄▄████▄▄▄██▄▄
▄█████████████████████▄
████████████████████
██
█████████████████████
▀██
█████████████████████▀
▀████
█████████████████▀
███▀▀████▀▀██▀▀█████▀▀
98%
RTP
▄▄███████▄▄
███████████████▄
▄███████████████████▄
▄██████████████
██████▄
▄██████████████████████
████████████████████████
███████████████████████
██████████████████████
████████████████████████
▀█████████████████████▀
███████████████████▀
███████████████▀
▀▀███████▀▀
HIGH
ODDS
 █ PLAY NOW   
openbitcoin (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
Today at 04:40:46 PM
 #4

Explorer: blocks, transactions and addresses at root-level URLs. (very important, a feature I always wanted with other explorers, a quick easy way to query an address) For example you can type openbitcoin.com/block_number_here or openbitcoin.com/txid_here or openbitcoin.com/address_here to load the page instantly without visiting the site to use the search bar
I've tried it and it feels quite good. On the other hand though, some explorer usually use /address, /blocks, /tx, and so on to facilitate direct view for the users. Personally, I've never feel the need to remove the extra description on the URL. Do you think this advantage is huge to the point that user would switch to your explorer asap?

Speaking of other services, you seem to offer a swap feature through ChangeNOW. I think we have several reports where they request KYC every now and then, CMIIW. Is there any reason why you pick them? Especially when instant swap exchanges are numerous these days.

Hi joniboini, thanks for the feedback, the url structure is always something I wish a reliable explorer had, to easily check addresses instantly. Instead of remembering their folder /addr/, /btcaddr/ or /address/ its just additional steps that are not required, at least for an explorer with only 1 coin.

Who would you suggest switching to? I can take a closer look, thank you.
openbitcoin (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
Today at 04:52:53 PM
 #5

I have been building a bitcoin block explorer and I feel it's good enough to show:

BTC
openbitcoin.com


You should be proud you did; it's an all-in-one tool, and it even has a glossary. It's one of the best tools I've seen so far. I'm also surprised the domain dates back to 2012; checking the Wayback Machine, I see a lot of configurations and changes over the years, but this is the best configuration so far, and hopefully it will stay this way.

My recommendation: can we have a day mode option?

I also would like to ask, out of curiosity: are you the original owner of the domain, or did you get it from a marketplace like Flippa
some of the best Bitcoin domain names are no longer available.

Hi robelneo, thank you for the kind words. Yes original owner. Day mode option added to the que!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!