Memory Pool Memory Pool Refreshing

51,375 transactions
21.31 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,730 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,003 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,729 (174,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,884 696,884 0000000000000000000c187c4ada610f76a0144c34302daa3c8b0bce676441bb 1.43 MB 2,873 11
696,883 696,883 00000000000000000010fe6a448b80f57b02d25cd30fbce9031db43d7276b822 1.29 MB 2,168 12
696,882 696,882 0000000000000000000e03d691778c725e9f2646d406aa2629c2ab3433e22bb7 1.36 MB 2,669 9
696,881 696,881 0000000000000000000528e3b7304e3f5dce09f7e5ab9058e9c1e9ee92415117 0.04 MB 102 8
696,880 696,880 00000000000000000001251149bb7ec0b7068a93a0369085e4de716c6f165e2e 0.72 MB 1,258 11
696,879 696,879 000000000000000000078930357e201c854d917eaf41a1bb5fcd7085a8d2ece3 0.66 MB 1,356 12
696,878 696,878 0000000000000000001069525d923c84fe1f76b7e08a87245c59870c9a589391 0.33 MB 599 9
696,877 696,877 00000000000000000009905ef1496b1ace0805d20e667f91eb8cc0f8385389b8 0.48 MB 785 9
696,876 696,876 000000000000000000055315e7e871623777c2bd726be25c8913fce50ca24e31 0.64 MB 1,036 9
696,875 696,875 0000000000000000000c42058c3f6c5b091f10ffa7fbcf107efb9c3942dc6350 1.32 MB 2,183 2
696,874 696,874 0000000000000000000c94e518477cc3557a827dadc85dec86d9b7c9b731a25f 1.40 MB 2,562 11
696,873 696,873 0000000000000000000599c9c01d78fb021f9dbe7eb75d2d7f4ecfd8d075bfc9 1.29 MB 2,111 13
696,872 696,872 00000000000000000000d8ebeffc2cd8c0c8337833e631f342a04e9a7ccdc91e 1.40 MB 2,660 12
696,871 696,871 00000000000000000002a6498070231a6b4f7b40034ac0e445f82c99d2a8d13b 0.04 MB 103 9
696,870 696,870 00000000000000000007f9478c97f31dba22414ababcb36c21dcf7c42ec3adee 1.32 MB 2,047 9
696,869 696,869 00000000000000000006c1e9a06427432f71126099f0e7fd0ddbf91c54ccd713 1.31 MB 1,775 4
696,868 696,868 000000000000000000049b01440627dbd6242487039a8868deb50a40b2e959de 1.24 MB 1,518 11
696,867 696,867 0000000000000000000d7391879e096f599282d7a2308c8e776c49e5591fcc79 0.02 MB 38 8
696,866 696,866 00000000000000000011e536dc2cb147ab11243e2913fc47d6628e05496ae31b 0.54 MB 875 11
696,865 696,865 0000000000000000000d82aa4907d409f6b00e18eb749213da65883ffe08956f 0.14 MB 268 13
696,864 696,864 0000000000000000000b65324f342c6ab6439a44c2b4bdd38d5b6ef0c133c23f 1.00 MB 2,111 11
Previous 10 blocks ↓
Total Size: 702.69 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,558.73 GB sent, 229.32 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.