Memory Pool Memory Pool Refreshing

73,091 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,336 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,888 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,335 (26 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,309 866,309 00000000000000000000f5d7beb2164d69cf4a06130ba61967ef1051a791166e 1.84 MB 1,710 4
866,308 866,308 00000000000000000001c9ecb7399f71300cbe781a18c95bc143c0946728f911 1.93 MB 2,255 7
866,307 866,307 0000000000000000000239bac443443e614ff0335b695f0eb716223f54691d93 1.70 MB 2,305 12
866,306 866,306 00000000000000000000a6ce5448d34259f9ee11db4b0afec73270f6713cb88e 1.70 MB 2,760 6
866,305 866,305 00000000000000000002393de2771abf17c3311404b1dd21957bbfba415bc0d7 1.51 MB 3,886 4
866,304 866,304 00000000000000000000318e21ef459639e9c5e34576b979c796acd6c004f51c 1.74 MB 2,801 6
866,303 866,303 0000000000000000000134c7f1a0331be479878517f632c12862e6cbdd59489e 1.37 MB 2,965 10
866,302 866,302 00000000000000000002a2e8434b44eca3f02876ead68a0fb7849a23751ea9c0 1.19 MB 4,045 9
866,301 866,301 0000000000000000000020c33c105c597a98238425c066df9e7d1c0de8772b0e 1.55 MB 3,719 21
866,300 866,300 000000000000000000011a177f536f5b46a3ac9f8f8efa161fe46c8c0c1d83ee 1.33 MB 2,616 9
866,299 866,299 00000000000000000002d9fd3cbcdbb80f3c69391018018950993747d3a9bcb5 1.24 MB 4,275 13
866,298 866,298 00000000000000000002c71d05c56535c9da32c6ee8a9529fe02b1fb04390e71 1.35 MB 3,786 9
866,297 866,297 00000000000000000001aa7d804595270ac4213e189307b56f8aa21d168aa173 1.33 MB 4,056 12
866,296 866,296 000000000000000000003402648acd837543750bb9ee99dc4040eb0d9783cb0f 1.22 MB 4,048 11
866,295 866,295 0000000000000000000134bc12552e6103e216be190746e602bd6fdd35b397d2 1.42 MB 4,580 6
866,294 866,294 000000000000000000003b6826a321b0b1cbe6921dbce1c1c9d8fd08b7a00fd1 1.42 MB 5,289 9
866,293 866,293 000000000000000000019645ae7e51f8867177f7c0474e5b69c9c5863be9d628 1.42 MB 5,531 11
866,292 866,292 000000000000000000024f8bd55ebd40a88d75a3faa040ba3bcde11ef0eeec38 1.44 MB 4,226 8
866,291 866,291 00000000000000000002c092bb6979d42dff5db7748767bfece3b79f6fe53f3e 1.40 MB 3,865 12
866,290 866,290 00000000000000000001acdce3d9a71b414f8f63b0ad2794b358e99d208ee0d7 1.45 MB 4,291 10
866,289 866,289 0000000000000000000069f6ce5f229094d21d2fd73226edb9d45117a16eb664 1.60 MB 3,928 6
Previous 10 blocks ↓
Total Size: 692.36 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,844.29 GB sent, 159.91 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.