Memory Pool Memory Pool Refreshing

82,806 transactions
32.70 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,769 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,516 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,768 (270,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,030 602,030 00000000000000000004ee197879a49c9189f74e2f5e2e3a362e7d4941fdc349 0.98 MB 2,289 22
602,029 602,029 0000000000000000001403b8e77e8a1f80d86140d2ee68de26ad7ce194b92bf6 0.85 MB 1,796 16
602,028 602,028 000000000000000000130228af13202792090e5add01db2931b6731293838d90 1.05 MB 2,779 5
602,027 602,027 0000000000000000000a8e7b0bd0e3cbd7447429b422e1edb67bf68cdc6ed5f8 1.34 MB 2,388 27
602,026 602,026 00000000000000000006bec5a274a7e2fc437ba62c847b27a648e1efd75e4f86 1.32 MB 2,301 46
602,025 602,025 0000000000000000000cf3ae848c7a9ab8f3288f1dffc7ea6c5bb0ef6a7c72b3 1.24 MB 2,228 33
602,024 602,024 000000000000000000136c555c54f470a9fce12180f3ed38edf4312737e296b7 0.18 MB 394 20
602,023 602,023 000000000000000000041770f581922afa07f61e3842931e5643adf35f800e80 1.24 MB 2,785 23
602,022 602,022 00000000000000000008db0ffe35a8f6cf942095e64369f35280a8b9626e7bc1 0.29 MB 625 16
602,021 602,021 000000000000000000001839aa70481c96bde10bae3e0bf5c696c45775d345c8 1.21 MB 2,908 22
602,020 602,020 000000000000000000042a44f44982c366b9f96d95fc30f01306450a41f9753b 0.92 MB 2,410 14
602,019 602,019 000000000000000000036f00dea713e075ec1b19efc604f38df7f7f3b98f383f 1.25 MB 2,611 32
602,018 602,018 0000000000000000000133e84fb227be7162f36e2f26835993f926c421d800f3 0.85 MB 2,035 20
602,017 602,017 0000000000000000000b3ba5f0246c60d19290e686f4ff7d5d5afb087e32187e 1.23 MB 2,982 20
602,016 602,016 00000000000000000000d679fa8b84767df58d8529b639c1a025d153170912fa 0.47 MB 1,135 22
602,015 602,015 00000000000000000005fb54552f578d305a2cccb9e66afa8bf8224caab779c1 1.25 MB 2,911 15
602,014 602,014 00000000000000000000ab2a36c355de61c9c6df19c080c59849c9be4a763f9f 1.20 MB 2,564 15
602,013 602,013 00000000000000000012a3cbfad409761f58a447ebffe2e6737c88917d63dc41 1.25 MB 2,540 43
602,012 602,012 000000000000000000104b47b7444e25294f76c53ce4a3c41cf67918d721eb55 1.30 MB 2,254 32
602,011 602,011 0000000000000000000c47d2dbcea5395f322c6d299e819fdda65806c82c385c 1.06 MB 1,921 17
602,010 602,010 00000000000000000002940ade60881877412b2efce604f6b3d424aed7f7f7d0 1.21 MB 2,281 18
Previous 10 blocks ↓
Total Size: 704.63 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,656.15 GB sent, 242.13 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.