Memory Pool Memory Pool Refreshing

61,662 transactions
26.94 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,501 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,264 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,500 (945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,555 871,555 0000000000000000000236f288814f96ca1d2c12dd1962afd5be6711a7b7d1b4 1.40 MB 1,737 8
871,554 871,554 00000000000000000000367f5ab26bcf5869572dd670e6842dc2821c0cffbbe5 1.39 MB 2,491 15
871,553 871,553 000000000000000000029d23107c650a2c10a5517179e2189d791dffdcd847ff 1.52 MB 3,179 20
871,552 871,552 00000000000000000000e637e84b4be9d3f7a448b5c7c00a48ae00026fd2b673 1.63 MB 2,846 13
871,551 871,551 0000000000000000000152971e785b9c956de77cf5787c2211fa115f35be98ab 1.61 MB 2,505 16
871,550 871,550 00000000000000000001708dab35155142b888caa12ee3eea072ec45d8b118a8 1.53 MB 3,599 21
871,549 871,549 00000000000000000001802bc005aadb850719d9357a3355caaca4a6ae4d195b 1.63 MB 2,195 12
871,548 871,548 000000000000000000021d4e046648bab22e9efca5be83e85e97eea1fc0c3de2 1.52 MB 2,430 15
871,547 871,547 000000000000000000029e19fa042fb06b561150af51cfc6be9f2def66da07d6 1.60 MB 3,315 18
871,546 871,546 0000000000000000000264fcfa5c930772a80bbef5550196398f2ae671fddad6 1.55 MB 3,800 18
871,545 871,545 000000000000000000018208b239a5a2fc56a918e6eaf0334106b3cbcaef9f42 1.55 MB 3,526 17
871,544 871,544 0000000000000000000142946b7b272db76d129d2fe1e51ed4c90c430100e088 1.53 MB 3,954 26
871,543 871,543 00000000000000000001278445be2c7b171691f4623b9c1b113e5c358f3ebef6 1.59 MB 3,559 27
871,542 871,542 0000000000000000000044ff3f5ac54584e2cbb7b07ba0e0f32bbb3cd04a9a8c 1.55 MB 3,120 13
871,541 871,541 00000000000000000001d72be8b60559896b8932d503870fdf837075b16cd8be 1.65 MB 3,338 23
871,540 871,540 00000000000000000001540a0e87072c5328398ded051b2d7faa05fd1dd82b1f 1.59 MB 3,371 32
871,539 871,539 0000000000000000000193b7f7d484dc4c7694652e4da6b9f096d11513a30967 1.51 MB 3,637 42
871,538 871,538 0000000000000000000157febc8513d263f42de6f8bae5446f87142b5d4d6dc1 1.43 MB 2,115 10
871,537 871,537 000000000000000000002b0d61112a5b12a6858ec3c5e032d9c2ad75efc207d2 1.63 MB 3,851 19
871,536 871,536 0000000000000000000088bd05ddca7a595def638efd4e3cf509109b577be4e5 1.61 MB 3,542 21
871,535 871,535 0000000000000000000183c6c73cf3ea10d1a70310bbb262b048bb22c9806b58 1.63 MB 3,114 12
Previous 10 blocks ↓
Total Size: 704.13 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,642.43 GB sent, 238.70 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.