Memory Pool Memory Pool Refreshing

26,163 transactions
27.48 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (34,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,404 829,404 000000000000000000025a9340556dd01e16138abc4d865c752897f217fcd812 1.76 MB 4,311 62
829,403 829,403 000000000000000000003d6309ab7a30a02e28e937d51b3d88dde6162c34d01a 1.58 MB 3,287 40
829,402 829,402 00000000000000000001b9cae92ca00d553ec8241e1934223311a809fa677c55 1.73 MB 4,077 44
829,401 829,401 00000000000000000002f1600cf67e59cdb088f38fea2cead45a5baf5e404062 1.56 MB 3,003 64
829,400 829,400 000000000000000000036a18b75fdf7a6bb3aaac9e07cbb26d7bdaa987016e20 1.55 MB 3,262 89
829,399 829,399 0000000000000000000251c1036fc7543a9cb2ef001bcdcf21445aa73db7ef1d 1.53 MB 3,218 108
829,398 829,398 00000000000000000001a1f4f4afb7f1cdf135e893c7fe5376c8d2e5c0eadaf6 1.80 MB 4,484 48
829,397 829,397 00000000000000000002fc084759bdc6375f87bcce187643327c3f49317c2520 1.77 MB 4,301 42
829,396 829,396 00000000000000000000fdaf298c1f91b7ea152baf05538ed2929eb8265048b9 1.77 MB 4,375 47
829,395 829,395 0000000000000000000207af0ec17e100cca328f6911e5d288ba7a98bfeaa42e 1.75 MB 4,345 78
829,394 829,394 00000000000000000000bc3c69b085ffdb69e52154048fa499c5034c3d8b13ae 1.75 MB 4,393 58
829,393 829,393 00000000000000000002d04c65609f20965582a1d856864af1a0bf57cfb14a26 1.67 MB 3,883 95
829,392 829,392 0000000000000000000282bb9dc8ddb9c094a2c7cf3d4e5f49ad1a70419d910f 1.81 MB 4,201 46
829,391 829,391 0000000000000000000122556793bb3672d704571281d0e01fa7df6d81817d73 1.90 MB 4,728 61
829,390 829,390 00000000000000000002633f1aef305ac9f22394420eab9edb1ca454705c37bf 1.70 MB 3,946 66
829,389 829,389 00000000000000000001c773b2c22654dbe052af449679c5a2830acfe9a921a7 1.57 MB 3,425 82
829,388 829,388 000000000000000000033370791887501a74403807137e472d144ec574ce053f 1.70 MB 3,767 98
829,387 829,387 0000000000000000000264a113b2a81c4da0d038dcaf98d9d7b2b27d0658955b 1.66 MB 3,908 104
829,386 829,386 00000000000000000001d1ddfbf5ab3e285ef3c5905e31527abb57cf8e16b611 1.64 MB 3,884 99
829,385 829,385 0000000000000000000263bf7d0bd5dcfa0e07fafb3f466f5193f1e341b4f9fc 1.76 MB 4,425 111
829,384 829,384 000000000000000000034b32ad724136407b7b7058cbaaa3beb55095c2aae5b9 1.46 MB 2,563 127
Previous 10 blocks ↓
Total Size: 687.13 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,507.91 GB sent, 119.49 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.