Memory Pool Memory Pool Refreshing

84,970 transactions
32.66 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,023 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,022 (71,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,885 800,885 00000000000000000002df51cc06b31f7b05d45140d8e1269e6c7b9761de2874 1.87 MB 4,692 6
800,884 800,884 000000000000000000010de0aab5f6f3af9884c8f24f495bffc745fc659d9817 1.41 MB 2,116 7
800,883 800,883 00000000000000000004cd69092d2aa15f70c8afeeab548e534408d76d8349b0 1.69 MB 3,271 13
800,882 800,882 00000000000000000000ef858f65e55300ed424cb86f0e271e2eab9d23327a10 1.68 MB 3,276 18
800,881 800,881 00000000000000000002e7f47f6f5ec40753aa7aa3851ea75f8fed5c5034c48b 1.87 MB 3,711 10
800,880 800,880 00000000000000000000bf12df4eef1c1b15f347fb3b9776c7d4bf797679bec6 2.17 MB 7,003 6
800,879 800,879 000000000000000000008bf87e95d89a936b48aaf13aa225db5299463ee6b84f 1.90 MB 5,277 6
800,878 800,878 0000000000000000000442773321a50ed66fc6c14336ce91ce78101845534cbc 1.93 MB 5,731 8
800,877 800,877 00000000000000000000b60918700d25915fc82cb9058f3b241f6a95fc2c646a 1.75 MB 4,569 8
800,876 800,876 000000000000000000028473f9cd6bb8394b94d4e9ab41a59ed87d3ecf0d34a4 1.94 MB 5,550 6
800,875 800,875 000000000000000000046f8e05ecde0546a41a2961ca04d86567b04ae6ba7baa 1.96 MB 5,579 7
800,874 800,874 0000000000000000000201a37d52d323463cb034ba12cdbd3fec186a8f18bd79 1.81 MB 4,943 6
800,873 800,873 00000000000000000004b44dff947433f20c49c2db97086f6256dd8310136588 1.60 MB 2,729 10
800,872 800,872 000000000000000000035638702c0b0c328a1fc424ee39d29e69a986212922c1 1.31 MB 2,147 12
800,871 800,871 0000000000000000000381f3e47d6ecc553fc3ec2148dcf111c4b14cd5ac6a06 1.58 MB 3,139 18
800,870 800,870 000000000000000000019d33e5f10c08bb83446c2d06f50ec54bfe98bdb2d201 1.61 MB 2,524 8
800,869 800,869 00000000000000000000cc405b505a4784c3cd48ec7f1cc717c4b272d57d7366 1.54 MB 2,835 15
800,868 800,868 000000000000000000004943d5abd3a8665aba2f1c45bec0887593ab4818097d 1.53 MB 3,201 15
800,867 800,867 00000000000000000004a76eaf4d990e690cbca36fb3aac4a47ecd33b6aeb190 1.73 MB 2,862 11
800,866 800,866 00000000000000000003c0260a9c653bbac12f6b7aa60b0f81ef0cd98df0f9db 2.13 MB 6,939 6
800,865 800,865 00000000000000000001a5d92a055735c58cf4ff35b980abc1f335a220fbcc6f 2.17 MB 6,752 7
Previous 10 blocks ↓
Total Size: 703.25 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: 2,586.16 GB sent, 233.01 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.