Memory Pool Memory Pool Refreshing

6,507 transactions (3.03 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,888 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 574 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,887 (821,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,906 86,906 0000000000011b0fab111f693aab6ae57143c738e490587771eca7478995dd5e 0.00 MB 1 0
86,905 86,905 00000000000325bc22d7a0a6679a27eadcb4f1a350335eccf327918ea6f12fd8 0.00 MB 1 0
86,904 86,904 0000000000158ffd6c1d2985283721e3a412385d717a524ed26f1ba314d216a9 0.00 MB 1 0
86,903 86,903 00000000000d41e33d2611e0f089df1a08a52b9e94549f3fb9f57d493616c4e5 0.00 MB 1 0
86,902 86,902 000000000017ba3ee32e311954403469fa61ed7a89af2c356d273bd1815057f4 0.00 MB 1 0
86,901 86,901 000000000001bdda98651c93bc8bbafcf08f3a5cb6e8d99b5c050979f12f98e8 0.00 MB 3 0
86,900 86,900 00000000001564b97a1b2e6f0856c6da4f49847884efa667038ee9ebd672d067 0.00 MB 2 0
86,899 86,899 00000000001aee0614ebb101347a0eb8c2ae889642de2e499ebc320bde90594e 0.00 MB 2 0
86,898 86,898 000000000002a4b45fcd94fe073f5835d53d7ec9d8a389b31c85da4d08e29485 0.00 MB 1 0
86,897 86,897 00000000000bae2393106a528d1481cc1260bd22f35efdbd0aefa8e3d91cd25c 0.00 MB 3 0
86,896 86,896 00000000000cbcb671458d5dcac2c7b50deb6782cdb655da7466b573264c5984 0.00 MB 4 0
86,895 86,895 00000000001883e0b4a00a6045b618f7c286d75d22c5520b33140c84527a1a5a 0.00 MB 1 0
86,894 86,894 00000000000ba94e077d86d034dbd3d3b33bcd01aaeff91d00d374f31107c591 0.00 MB 4 0
86,893 86,893 00000000000545f3b3b9583e64e447a428acd0b8338984fdaa65fdd943ba8355 0.00 MB 7 0
86,892 86,892 00000000000767174291fd385dc5235269f23cb9c84df28b3ad89edf6e78722c 0.00 MB 4 0
86,891 86,891 0000000000111a36ca6bba23cf3c4c479960df7c3f52e15662e5feb09733c2c7 0.00 MB 2 0
86,890 86,890 00000000000d7b3dec09e0edf874013da6f49ffc502ae859f93c43f2ee75adca 0.00 MB 1 0
86,889 86,889 00000000000b46f0db96313de01b8d3f898a451f6b2a62d04c1f481569174714 0.00 MB 5 0
86,888 86,888 00000000000dc36caaa3b725f5da83f0adc9bbcfcf960ffd53aedadbb2c8e319 0.00 MB 8 0
86,887 86,887 00000000001c714176da258c8a57be02f77898226626783a25626b05918a957b 0.00 MB 7 0
86,886 86,886 0000000000054ac0e33d7bb8f2de9cc18e130ff8455aa074d5ba5a11b00abdfb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,863.04 GB sent, 103.90 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.