Memory Pool Memory Pool Refreshing

33,500 transactions
30.46 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,564 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,779 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,563 (34,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,317 829,317 0000000000000000000361ec1fe60c2d5f5c88c07e5210474105a20f775d2394 1.72 MB 2,237 30
829,316 829,316 000000000000000000033cafa299f755d2fa754e6bfd48edc41e20ce5852c38a 1.72 MB 2,113 30
829,315 829,315 00000000000000000001e47213efe526ec6c8a3d5ee05d44d407e0d8db8ebec6 1.09 MB 524 21
829,314 829,314 00000000000000000000eac0b3ecdece47d8afd1d4b89b63583bc877f06a1ed2 1.33 MB 1,128 24
829,313 829,313 00000000000000000002201591c2c455036a42b73cb4df5a3c44f41200a7eaaa 1.49 MB 457 21
829,312 829,312 000000000000000000026166a8a317215d16f06d5d4aef79f1cf167653112a50 1.79 MB 2,846 30
829,311 829,311 000000000000000000036a3d57cbc3a8114f0f8372a7f32bc2e2eb3d3ce44814 1.50 MB 2,207 30
829,310 829,310 0000000000000000000317ccc712b23c8441ac9a26c1a67b19dbb124a732da46 1.61 MB 2,544 39
829,309 829,309 00000000000000000000eb2418ba2f7e320b652d4b47b4ec42e924ea2dded8d2 1.35 MB 1,146 23
829,308 829,308 000000000000000000008f633bc8754f0fface8c3c3a183f9adfb8a8342ea196 1.02 MB 190 20
829,307 829,307 000000000000000000009d87d7625b1fd7f6e1dc84c950615d27002e931521ce 1.58 MB 1,588 26
829,306 829,306 00000000000000000003522969f744d487535c7218993cd4c2925a9a8d3c2992 1.43 MB 1,243 26
829,305 829,305 00000000000000000001f2732e6f59f6c099d6458debc79ae956fa347be5e4ea 1.27 MB 921 21
829,304 829,304 00000000000000000002fbf14e8eebf1ab908538f09783d68e9c8dd686d3ed8e 1.55 MB 2,874 39
829,303 829,303 00000000000000000000c8bfc045cdea990f943d46f063cf8d1bc92fc3c4530c 1.62 MB 1,323 23
829,302 829,302 0000000000000000000096a5af819a110071ed4da3f6a517ddebbca0e4cd880d 1.46 MB 2,586 37
829,301 829,301 0000000000000000000323c9bdb7d219e8cabd0a2980e5ab5623b976758a5c08 1.01 MB 143 20
829,300 829,300 0000000000000000000109d81f0bfe960d2fcf29529931abd055660c78da420a 1.33 MB 1,133 25
829,299 829,299 000000000000000000018dccc05492c29c9365d29cf4d7c3474e7c70d43acccd 1.05 MB 159 20
829,298 829,298 000000000000000000002064d8f2ad162c2d397a504db9fefbe33d84f30fa581 1.00 MB 113 20
829,297 829,297 00000000000000000001a2011e73ffb946e0031f2125aa963b6f32ecbefa8661 1.04 MB 319 20
Previous 10 blocks ↓
Total Size: 687.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,510.09 GB sent, 120.09 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.