Memory Pool Memory Pool Refreshing

59,816 transactions
35.71 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,348 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,271 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,347 (757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,590 874,590 000000000000000000013c2ed1717a440d8a12a415d8bedd484a9b04c94726b0 1.65 MB 4,024 9
874,589 874,589 00000000000000000002a2704e16299f587e3dc27b04eedb5de4949671931b44 1.66 MB 3,504 9
874,588 874,588 00000000000000000000523557cee5d0c7cc154e03d002edf0255872116ecebf 1.67 MB 3,585 13
874,587 874,587 00000000000000000002235c4f2e3bece8ccc898f7a9e9d52ccb13c87b587528 1.78 MB 3,937 7
874,586 874,586 000000000000000000019a31fc8d6f0276ee54ce71ab93203a5b59ba96610e9f 1.71 MB 3,729 9
874,585 874,585 00000000000000000001268204bb06efcc6303eab497cb645c3f4ecf05f42018 1.65 MB 4,033 8
874,584 874,584 000000000000000000012c80ffd2f0bd17f1f92a0bb4c098236d7108f727bfe5 1.61 MB 4,057 11
874,583 874,583 00000000000000000001e743ff01d421816241774c42659769b17ce20470d6ee 1.53 MB 3,883 13
874,582 874,582 000000000000000000027a301aeb2d5128cbac055f10db51e49d916ed4e8ace3 1.61 MB 3,882 9
874,581 874,581 000000000000000000015323ae5d9e99cf0685b472e0d6bda41dd7957d83ee5a 1.71 MB 4,238 6
874,580 874,580 0000000000000000000252c25008c55b6de408a8450e07c1639ca0c6d7bf9e78 1.63 MB 4,086 7
874,579 874,579 00000000000000000001e0c694d79f0e846c2afc0e0e48341f807edcb50886ad 1.58 MB 4,022 11
874,578 874,578 0000000000000000000234904599e2b33694e40da67b8ad1da811f4196398fa1 1.46 MB 2,585 5
874,577 874,577 000000000000000000002d0f241fe796f3044f7e54994e755e5c96501229a6ba 1.82 MB 2,373 6
874,576 874,576 00000000000000000000043732a9a27622553c5dad623076e21e13b0e5eafffe 1.65 MB 4,023 8
874,575 874,575 00000000000000000000f4b944420715a4e5983dfa32c4efc0ee66ded088b0d8 1.60 MB 3,665 14
874,574 874,574 000000000000000000000f988de5fdcb0e5fb0479b586d5dac7e73781f1045e6 1.58 MB 2,911 6
874,573 874,573 00000000000000000002475f6ff0178205cbdc94089cc160f61e72bf6ddf109d 1.87 MB 4,919 4
874,572 874,572 000000000000000000029a3e94a7a1ecba5117b36497c844818aca6fcff97d4d 2.00 MB 3,982 4
874,571 874,571 000000000000000000008cc01c5eb1268ab7355079a3a97819909ac3b739eed3 2.01 MB 2,943 4
874,570 874,570 000000000000000000002baac3737be8a1921a5b4223265c547c92a1e39339b9 1.72 MB 2,445 5
Previous 10 blocks ↓
Total Size: 709.29 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: 520.57 GB sent, 8.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.