Memory Pool Memory Pool Refreshing

61,876 transactions
32.68 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,433 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,181 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,432 (1,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,388 873,388 00000000000000000002740cba6b4a923b2d10c427292ef870e164f70ab4f993 1.61 MB 3,676 7
873,387 873,387 000000000000000000025ddf6ce1a68b3767cd7cb2a614c72b98211f81745248 1.61 MB 3,848 11
873,386 873,386 000000000000000000006cf9b3689b05d8b9548dca98ae3d7a241bf74490af01 1.68 MB 4,029 10
873,385 873,385 000000000000000000013558b5645adc753b80e235ef0ceced22be8d4dddb032 1.54 MB 3,733 14
873,384 873,384 000000000000000000011438205209aadafca4b22b72ec2fe059264cb3f2d52a 1.51 MB 3,391 9
873,383 873,383 00000000000000000000a2c32ce06ac4db7447515282169324d4001e039e6197 1.69 MB 3,390 8
873,382 873,382 00000000000000000001a2b0c9c60b90a731b818001fdf915e98aef91a0a3906 1.60 MB 3,857 13
873,381 873,381 00000000000000000000975067459bdd47c72722eb76866d8fc4232c81e5f2c6 1.63 MB 1,978 5
873,380 873,380 0000000000000000000267be3b80f09d8776c1304534667258f938ee6754f5e1 1.63 MB 3,977 10
873,379 873,379 000000000000000000011acf81eeaa109a8a2b209c72a74c2a7722bc3dc315bc 1.66 MB 3,770 9
873,378 873,378 000000000000000000029ff6c48ea3f670fa432a08549b34ff73bd1816b43fc3 1.65 MB 3,205 5
873,377 873,377 000000000000000000022f62123544bc18ae423e8ddb12ec3dbea178f8677142 1.61 MB 3,522 11
873,376 873,376 00000000000000000000f6512f47adb864bd8f26b3d7d3cd7ab10dca5a95d59d 1.54 MB 1,973 4
873,375 873,375 000000000000000000024a8b3a0b2fce6053c720307912a37bbb2ddeaee9400d 1.55 MB 2,109 6
873,374 873,374 000000000000000000018e09a69678eb03c2e791dcb98e1db1d0e21fe4c50cf6 1.75 MB 3,541 8
873,373 873,373 00000000000000000002867c793e943c1742e5b6e4cd271533d0d01c09e730be 1.64 MB 3,302 8
873,372 873,372 00000000000000000000b0291355528f2eb434487b4c142b9bd905aa758734b2 1.59 MB 2,991 5
873,371 873,371 0000000000000000000200287f242924ad6d4e9d72b28093fa15b2f4c7fd72d0 1.58 MB 3,697 9
873,370 873,370 00000000000000000001e20b56bf441411a4115de5d67a6b9e8e91b69acc49c3 1.25 MB 1,016 5
873,369 873,369 00000000000000000001b7847bc62e2a8d89c5dc9a3e5ef7e68d90f477acf412 1.67 MB 3,632 7
873,368 873,368 00000000000000000002a4054b58c1f25b5766bf8453798de1dfcfe3163939a1 1.60 MB 3,948 10
Previous 10 blocks ↓
Total Size: 707.62 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,780.75 GB sent, 260.56 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.