Memory Pool Memory Pool Refreshing

84,468 transactions
33.11 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
866,701 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,642 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,700 (74 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,626 866,626 000000000000000000012e8e3d831643260c4a1108dde9c9b355b4572785f2e2 1.79 MB 5,009 4
866,625 866,625 00000000000000000002ac3139bafbe1135d4ebd4b50e1f53b00116437cda595 1.85 MB 5,256 2
866,624 866,624 00000000000000000000027a2e5ea85ce4cb77b1848baf07cb9ac461f44d4547 1.56 MB 5,437 5
866,623 866,623 000000000000000000015dc99cd2cd2efd902d27b3ec4278cbe5dd0f3a9deb51 1.50 MB 5,822 4
866,622 866,622 00000000000000000000abeb3ffff3ffffcad0d710496f2431e12861e4e56f3f 1.64 MB 4,798 7
866,621 866,621 00000000000000000001d8d7283a92f51a1d36317a71981a34203d570486da6d 1.52 MB 4,725 7
866,620 866,620 0000000000000000000306813c2c623a18cb76205b09b515655a67990bce8c8a 1.60 MB 4,823 2
866,619 866,619 0000000000000000000298683acc78e0fe61ef6c16b73314f0b8561bb8129a19 1.58 MB 3,729 3
866,618 866,618 00000000000000000000939b4d00fa71beafc32b933ffd86067d302e32825e62 1.49 MB 5,535 6
866,617 866,617 0000000000000000000142a9e75c5a4051fe62a3f8433a7537262b64d286a5d5 1.63 MB 4,320 4
866,616 866,616 000000000000000000019e59106725f61bb4adf2fefbba443477006f7ae1ded8 1.50 MB 4,968 5
866,615 866,615 00000000000000000002d46edec357d2f8be8ed02148d81f1fbaea848a919e05 1.53 MB 4,359 9
866,614 866,614 0000000000000000000052c3a09c188d5a1ebf98e6061d8dd0d71652b4db7457 1.50 MB 3,062 8
866,613 866,613 00000000000000000000d23d6e342888ccaeaf3690e2d4fc5c9840d29ce8685c 1.92 MB 2,707 4
866,612 866,612 0000000000000000000022d3ce3ea862f43f5d6038d50fa6d976ec17b6c87290 1.49 MB 5,588 6
866,611 866,611 0000000000000000000029265684999964cd7478bcb015a5ee226253d23bee10 1.49 MB 6,362 5
866,610 866,610 0000000000000000000221c8d214bdc051a300a92e168b216eedf57002e4117d 1.61 MB 5,438 6
866,609 866,609 000000000000000000022920cbd9ec54bccd8be2b0f66b2df8040edf098d5cb5 1.79 MB 3,643 8
866,608 866,608 000000000000000000018b941f1eed8792946eaa3f9555de13955426ad5a6cd6 1.56 MB 4,159 8
866,607 866,607 00000000000000000002df03cf79fb4a7a22e3dbcb9788e1bf5ccb3b0fafa702 1.55 MB 4,286 8
866,606 866,606 000000000000000000004137d4b1bd129dbe8e0fad0413a4d3950b9b414d34e8 1.57 MB 5,280 5
Previous 10 blocks ↓
Total Size: 693.05 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,862.61 GB sent, 164.93 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.