Memory Pool Memory Pool Refreshing

2,251 transactions (0.62 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,240 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (881,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,312 27,312 0000000031d49b4a4680063009e57399b16827bfb028eb3eff1fd9540ca647fb 0.00 MB 1 0
27,311 27,311 00000000d7a641a1edb198e27c053f49d445853040102f7b3f6a9cb300e93d10 0.00 MB 1 0
27,310 27,310 00000000cc5664a215f282638e43f9997bef82a26c03dfe5786d4696b379202c 0.00 MB 1 0
27,309 27,309 00000000ba7e4b0c231875918d9bb5571bb34f2ceb7f2f0f2bb4325b257393b7 0.00 MB 1 0
27,308 27,308 000000005a1fe5b0a23a8243a1c972ea5c3f82e77b30cbc594237c37d429b27d 0.00 MB 1 0
27,307 27,307 000000002df0e9443f39a87c72daec27cb83bab7f7f6211186f48782b4acac0d 0.00 MB 1 0
27,306 27,306 00000000d928dc0cd15d18bfb16005d3784f3b90245715873da416efd8ea549d 0.00 MB 1 0
27,305 27,305 00000000cc4b7fd348f7671225ab041c3f04c38b9a026702be80105b2e2f59e4 0.00 MB 1 0
27,304 27,304 000000003a897f8c24e8cd36927a9ee7d79551ae049de9663af3b65e0ffb2fe2 0.00 MB 1 0
27,303 27,303 0000000024f988ac4ba62660f5d79b796661558200bd6fe94d258879b8edc6cd 0.00 MB 1 0
27,302 27,302 00000000ffd9ba907954169f7946abb04f507ee1f6170654ffdacd602e918f34 0.00 MB 1 0
27,301 27,301 00000000b796bcb5449f493068270e690a397e286bc3970ec6cf0be7b2f15cb5 0.00 MB 1 0
27,300 27,300 0000000033a77cf167e7ac2ebd0f643c5d2cc438aa50028a9576c9ab86fe0da8 0.00 MB 1 0
27,299 27,299 00000000184e4735ab0960fc98ffea7a063fbae622e766f7e777f3efed7d5ede 0.00 MB 1 0
27,298 27,298 00000000b0ae12f669bba6bf04934c00477c9a5c03524fdaa1c8098257a5d7c0 0.00 MB 1 0
27,297 27,297 00000000a07994d0fe333aa828de4bcf0c4b1bb160c81c0019bd1fb2e48893ac 0.00 MB 1 0
27,296 27,296 00000000176641b7347807318937485875b1cffc674a045dcf90101c6b399e5f 0.00 MB 1 0
27,295 27,295 0000000036098b9ed558d6f96f84db131b04d4f8e877ee3aaa519357d857e7ec 0.00 MB 1 0
27,294 27,294 000000001f79ac870b430f234c6db23fdd6cfeafb27c904b3f778b2dbe04b467 0.00 MB 1 0
27,293 27,293 00000000c0a7ae16539a6111dc32b0aa3bee8cf34f0590132cfecd7104a50075 0.00 MB 1 0
27,292 27,292 00000000b8946173cfb1af9ece231b7d05b3648feb5c397502371b3ba9667cbb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,867.45 GB sent, 105.10 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.