Memory Pool Memory Pool Refreshing

60,658 transactions
24.87 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,953 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,747 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,952 (567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,385 871,385 0000000000000000000284f6639f63d8d789085e90469c8f5705fb939ebde171 1.58 MB 3,792 14
871,384 871,384 0000000000000000000031b1c97074899bff4d9c97d68c6579705dcf5186ca62 1.51 MB 3,170 10
871,383 871,383 0000000000000000000122206458096bf5a7614390cd7b4084c11aa9e1410563 1.62 MB 2,647 9
871,382 871,382 00000000000000000002a12c96a4c23a8ee266a980a7704b593bc5ae781895d2 1.67 MB 3,136 10
871,381 871,381 00000000000000000001cd53e37c1281b279a5af2dca3376359b49b58308305f 1.56 MB 3,690 17
871,380 871,380 000000000000000000000373080e3df6fb1346c5737b6f0a8424ea89a1a01d32 1.70 MB 3,693 18
871,379 871,379 000000000000000000024bd63a4d255aa72a82f98e28e62e335ce0201e00605c 1.70 MB 3,471 13
871,378 871,378 00000000000000000001317ecb317f1d480e3eeb2b783f9b55e67d6e96e9407e 1.65 MB 3,947 15
871,377 871,377 00000000000000000000d4dcfb5c494caf633058f3d3c1c9612e66b381556579 1.61 MB 3,812 16
871,376 871,376 000000000000000000020b455926af4af7d4b5a103fc71b0ed8f1e0ef5bf1a4c 1.58 MB 3,809 19
871,375 871,375 0000000000000000000287a72653f645d602d1b2aab2777d87b5d2148e2fde37 1.72 MB 2,797 6
871,374 871,374 0000000000000000000297c2bffc98ed3f27b737d90cc3c331cd08148051755f 1.70 MB 2,832 15
871,373 871,373 00000000000000000001cd2e680a95afcf2d6e662174e37e091f14d52c25455b 1.63 MB 3,363 15
871,372 871,372 000000000000000000023919e0c79a26b73d225973d9c72f0226cc5ab574f772 1.73 MB 2,477 6
871,371 871,371 00000000000000000001ddef6bd94c7ab3fb435b8eb4639ec8b3b6c3ea10bb41 1.91 MB 2,946 8
871,370 871,370 000000000000000000003950fabdeaacb72948888bf6fbe60e2e532f0cb29080 1.45 MB 1,328 5
871,369 871,369 0000000000000000000027ddfc67389d9e33166d758db1d8abce24f49b297502 1.50 MB 1,363 5
871,368 871,368 000000000000000000007264a2665f5e93a069b54f41bf8ca16b1697bb3b58ad 1.62 MB 2,786 7
871,367 871,367 0000000000000000000153b3bb42b748fb2bc4c75defd504d5aad03a0fcdf385 1.40 MB 1,327 7
871,366 871,366 00000000000000000001893b58989b3314bb0aac66a4c36a995283332b8dedb8 1.66 MB 1,800 7
871,365 871,365 00000000000000000002725f8aa94e5b60dcf1817f3f62da7728fee65f091d33 1.58 MB 1,596 8
Previous 10 blocks ↓
Total Size: 703.12 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,582.42 GB sent, 232.17 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.