Memory Pool Memory Pool Refreshing

40,684 transactions
33.15 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,559 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,273 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,558 (71,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,056 792,056 00000000000000000001c4094bd67d2b2256476712f06c3fa950551104bb147e 1.75 MB 3,459 44
792,055 792,055 00000000000000000003e045c483339c501e65fba4247e71fc92139985138d72 1.69 MB 3,595 42
792,054 792,054 00000000000000000004341dbe3aeeb716431b0da5efe16259105d9a23c48506 1.44 MB 2,832 47
792,053 792,053 0000000000000000000322fc0a059d04c72dee443ef716767b8c87f90dd61f7d 1.39 MB 2,813 52
792,052 792,052 0000000000000000000153e77782d5cc472668d59ae9ea4e178d1916fa8d4955 1.84 MB 2,595 55
792,051 792,051 00000000000000000004bc24f35f6c5c4220ab021b0f9e266f58f255d29984e6 3.10 MB 1,974 63
792,050 792,050 00000000000000000001d36b2fb95be3580cda71b075ba5b7089fb12ac123d39 3.28 MB 1,765 62
792,049 792,049 00000000000000000001cdb6827c7f5b85701c6febcc3c58e4edc23cee7e063e 3.36 MB 1,908 61
792,048 792,048 0000000000000000000030a7d6927fd69479ccd4bdf57bda2f00b0812be83bf8 1.61 MB 4,128 74
792,047 792,047 00000000000000000003915522f3153db92ee3a03652432ed4986e034de96c79 3.12 MB 1,934 63
792,046 792,046 00000000000000000004264d75bec575b5e65ff1195cd3afdfce508d4d9046f2 2.27 MB 2,247 60
792,045 792,045 000000000000000000005500826b57d754f3f7014c3190fb4c22bf1d1277fc66 1.47 MB 3,412 64
792,044 792,044 000000000000000000024aa2d2e2dc0a8f491fe3b47f99e8148f87ab2abc43d7 1.80 MB 3,436 32
792,043 792,043 000000000000000000050877301eeb06506eafc220d091763cfba3d604ccb678 1.76 MB 4,104 40
792,042 792,042 00000000000000000001e6d039551b4a687434a5b05be4c1fa6a9faa33baade4 1.64 MB 3,988 52
792,041 792,041 000000000000000000018d3095b2b527ae46df1d4f516c456d923b0d314da26a 1.50 MB 3,086 43
792,040 792,040 000000000000000000006fc7870f15b04f36c43ae70c5e851e039f5a1588aa4e 1.72 MB 4,793 56
792,039 792,039 00000000000000000002a0e49a7f1e9c8383612d28faa0f6466b3443929355f6 1.81 MB 4,853 76
792,038 792,038 00000000000000000004a256be0c87ea4b44f1d08a642763c6ce0119aec9735b 1.66 MB 4,146 76
792,037 792,037 000000000000000000034996100142c99ef3431a98a6f42a61381886ba23a65b 1.54 MB 3,486 50
792,036 792,036 00000000000000000003b74725e97803a93da3854bf2bcff398ebb6d11d3f3b7 1.68 MB 4,253 65
Previous 10 blocks ↓
Total Size: 687.18 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,509.76 GB sent, 120.06 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.