Memory Pool Memory Pool Refreshing

69,116 transactions
27.27 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,629 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,269 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,628 (64,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,805 804,805 00000000000000000004b9f28aa83904526411632e5588db9ebde9c92d2be8b8 1.46 MB 3,187 13
804,804 804,804 000000000000000000032992af12a79f916d3457c31fd12c006eba7e28ef531b 1.42 MB 3,102 26
804,803 804,803 0000000000000000000117dcc09d31a57fb1ec95490cae32291f7199c9784136 1.41 MB 2,060 14
804,802 804,802 00000000000000000000c68c36c879f27291c24f113cb9615a10bb4897fe81d0 1.70 MB 1,870 10
804,801 804,801 000000000000000000047671f837c5213a9d9b4701bf6c21e98096e6eb2bbbd8 1.76 MB 2,831 12
804,800 804,800 00000000000000000000b90df04ff646ed292eca883077445b59ca06c8d921bb 1.33 MB 1,569 9
804,799 804,799 00000000000000000004e76ec4652f8e49d005a5a1c44bd2caae0a6dd137851a 1.67 MB 3,320 14
804,798 804,798 00000000000000000000f3d5c009c91a39b4519eba69c143bcbe40e5d23f7a2d 1.30 MB 2,873 30
804,797 804,797 00000000000000000001ec6a803aaa82a41245bfd33a7652edba6c3806bfc9f8 1.42 MB 3,093 12
804,796 804,796 0000000000000000000052b63be93b66258c6482040031c270da86dd4c4d4bb1 1.48 MB 3,212 25
804,795 804,795 00000000000000000002c98c332fd346160c70e8ea09e2c212391d0b46f458e6 1.65 MB 2,764 12
804,794 804,794 0000000000000000000417948e364c647805f4668b6385c2a002f697e13772a3 1.39 MB 2,127 14
804,793 804,793 00000000000000000002aecfbe1fb51a5c5194aa4dfd57894b23ac2c495312dd 1.91 MB 5,194 8
804,792 804,792 00000000000000000004089e9d9d4f0ea035101660fd9cac317f85f1e6a4d5de 2.11 MB 6,413 7
804,791 804,791 00000000000000000001b5a9bd8a945c3df1f35377032c39e9368ad971370de3 1.88 MB 5,234 7
804,790 804,790 00000000000000000001fa66b04146c42488faea9d80ea1a17bb1cad4bab8ec1 1.67 MB 4,221 12
804,789 804,789 00000000000000000003ebc45629777b29edd27ffe742ccca5effe02988a87ed 1.62 MB 3,877 12
804,788 804,788 000000000000000000020895a638946593195ab2e1d559299585ebcdbfccdf0f 1.77 MB 4,899 12
804,787 804,787 00000000000000000002814bf14cc4b1496ad67f571ec21de0bf65dde67b39bb 1.97 MB 6,040 7
804,786 804,786 0000000000000000000494b096faeef6311898dca5abc8960a96fb264687afbf 1.86 MB 3,285 7
804,785 804,785 000000000000000000043984fd7ba228ec876f1988f9e1ae0efcb7a04ab42053 1.39 MB 1,679 10
Previous 10 blocks ↓
Total Size: 698.76 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,098.92 GB sent, 202.53 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.