Memory Pool Memory Pool Refreshing

27,146 transactions
32.52 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,678 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,210 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,677 (156,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,735 706,735 000000000000000000055a29fbc517990639be3eb903c49e373a44b3c496ce40 1.05 MB 1,263 8
706,734 706,734 0000000000000000000cff3b6d884f8e9c38abaf2b283629a611ee1df75a0274 0.51 MB 719 10
706,733 706,733 00000000000000000000ea7912840a9ba1f22d6ac788df73ad94095a74cfadd5 0.60 MB 1,042 11
706,732 706,732 00000000000000000000445f7312e3e56cf92497c0fd12a4b4751127c5af89e1 0.14 MB 183 22
706,731 706,731 0000000000000000000ce194d841013feae6c17226b683785b2fda236aa0f2d5 0.56 MB 976 11
706,730 706,730 00000000000000000006355572127d85a89dfc15a985caefb0b7550e46bc0731 0.76 MB 1,042 9
706,729 706,729 0000000000000000000d9dc8ff864daab0e8a3d4c4934344ff821d729f7247c0 0.62 MB 583 10
706,728 706,728 00000000000000000004184725be7e0f4e9310263718298608cebf0506fd62e2 0.41 MB 466 6
706,727 706,727 0000000000000000000392bf718e86ef2145bdf3d37fa90beb225bde9c704937 0.68 MB 1,047 10
706,726 706,726 00000000000000000009d27bec1ddd16220d6602a4e7c510aef8ad5d2374d083 0.70 MB 1,229 11
706,725 706,725 0000000000000000000dd2107cfb72669501c07549bcd3d290e8bd5ee2b7c64d 0.97 MB 1,493 10
706,724 706,724 0000000000000000000b01589b9c40bc19b9dd83508f58f61755df4149c2f5ae 1.14 MB 1,162 5
706,723 706,723 0000000000000000000d8d70fda4f1d173b1f7e1d1a0a1f2358919db5fe4a4f8 1.34 MB 1,994 9
706,722 706,722 00000000000000000002a52ac3049674df150656029724095b164c140e9f169c 1.46 MB 2,921 21
706,721 706,721 0000000000000000000bf677cc67360cb5a3e16bcf471e8008203a22596b0aad 0.60 MB 825 10
706,720 706,720 00000000000000000009147c6e9e985aae0a95bbb425e5c9c6de0251afda90a9 0.60 MB 551 6
706,719 706,719 0000000000000000000056ced7cd0e7dd6ecffbd401e5bef12715d6affb24d3b 1.58 MB 2,972 6
706,718 706,718 000000000000000000082ea87ad2c95508c47705d2d758b87937c2b8f91bdf40 1.48 MB 2,735 16
706,717 706,717 0000000000000000000aa152d0f9a74e37d7b80b7a69347ebb0b4c3cfa0f4be7 0.65 MB 1,161 11
706,716 706,716 0000000000000000000334c03e27fa36662cb87ba9f395cd436c39bffb2e174a 1.01 MB 1,150 7
706,715 706,715 0000000000000000000aac8ddc9c04a0be15f3a6a89563a12f1fe004b1658eab 0.20 MB 415 10
Previous 10 blocks ↓
Total Size: 687.40 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: 1,517.47 GB sent, 121.81 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.