Memory Pool Memory Pool Refreshing

58,595 transactions
30.89 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,843 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,047 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,842 (57,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,730 812,730 000000000000000000011fbc9c1be28c22c915f8817fe47c43c67b721c9d5147 1.51 MB 1,291 4
812,729 812,729 00000000000000000000e6ad62551043571e1763ecf6e318b2233bedee9d50fc 1.58 MB 2,569 13
812,728 812,728 00000000000000000000c23bc85be10115a0ab3981db37e324c0e7eb6c22ab02 1.60 MB 3,932 22
812,727 812,727 000000000000000000026aa11f5328556d1a7f51859464fd6565b55a14d6044c 1.43 MB 1,407 8
812,726 812,726 000000000000000000030e474e2cb56abb782a05e623c4e9915a67a5270ba249 1.56 MB 1,414 8
812,725 812,725 0000000000000000000344e013fbae270cfd8aeaba6145f365b73b9a44fbe7a8 1.46 MB 2,071 7
812,724 812,724 00000000000000000000458ea38efa27046ae7e3ea921b28b7500a1e66668248 1.37 MB 1,834 11
812,723 812,723 00000000000000000002bb3aba1573638ec9261f0c4eead7f89a19a61df25f8b 1.53 MB 2,372 13
812,722 812,722 00000000000000000002791c1ee8be21ca13b0b6d4d604f1d00e7bcb0206c5df 1.17 MB 562 4
812,721 812,721 00000000000000000001b442eb30068356af81ea0091867b1cdbe53207b79902 1.60 MB 2,876 17
812,720 812,720 000000000000000000010c7addefd01493495365abfb16b46f3929db19f2ff1d 1.91 MB 1,261 2
812,719 812,719 00000000000000000000c8b323f1218543d3a03c446a9eceb1c16eed7c73d2a9 1.37 MB 1,320 10
812,718 812,718 0000000000000000000489333262e861e8e4f5aa85f7abeecf85dcc4f02cbe96 1.81 MB 2,594 14
812,717 812,717 000000000000000000029e6ea58475fb4acd5a8253a2f3c8b56e385287aaecd3 1.63 MB 1,331 6
812,716 812,716 000000000000000000023e6fbc5ddd7b648ff47d1948092597207cdca016ab93 1.43 MB 2,266 14
812,715 812,715 00000000000000000001cd1777bc777a377c84b69f64cfc002c1efa2ec370a6a 1.97 MB 621 3
812,714 812,714 00000000000000000001565d6fdcb73e8d8679a764941d59e8cf83ec61f923ea 2.04 MB 1,548 2
812,713 812,713 00000000000000000000f117798302003a901495bb5ee3f959a9c048aa772b67 1.76 MB 1,158 5
812,712 812,712 000000000000000000010b378c554e294ec490a7cb8af0fee7972f0f9b12e6ab 1.95 MB 1,199 6
812,711 812,711 00000000000000000001f25b7b049e12cb340d75bb3e0b7100bf65020958922e 1.52 MB 2,872 20
812,710 812,710 000000000000000000030c29b54f36d053aca699bc7321affb94c85b8f72f9d4 1.72 MB 1,803 13
Previous 10 blocks ↓
Total Size: 699.17 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,113.45 GB sent, 204.99 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.