Memory Pool Memory Pool Refreshing

13,410 transactions
29.44 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,173 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,102 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,172 (373,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,227 488,227 0000000000000000000aa442a4a5a01e8de8a3dcb0691b1c88e715393d1eeb3c 0.18 MB 307 68
488,226 488,226 000000000000000000c2991b8ef285d980efdf6b79278af7688518dcdd97a3fa 0.34 MB 802 30
488,225 488,225 00000000000000000077ef7c086e086df91a7dfe64533991241f7f10dc2d8af9 1.02 MB 2,226 132
488,224 488,224 000000000000000000cda12e757bdc3b3eb506e0d44a78c55a1abca59b419a0a 0.61 MB 1,648 94
488,223 488,223 00000000000000000064767a048631ce5308cd99787bb26c45de60f9d0892815 1.02 MB 2,759 105
488,222 488,222 000000000000000000f5d5a613b95467aa495fc3881973ba2abf9b30203cef38 0.92 MB 1,609 113
488,221 488,221 000000000000000000a495896c9073cf797558f1106fd2107a03a50fab210f4a 0.64 MB 1,388 101
488,220 488,220 0000000000000000009978d2181dd41665fb39295640e090c88c3c1c46a0c27b 0.08 MB 221 135
488,219 488,219 0000000000000000007aa6de8aa4d712e4524c229cdfdef9d99769dd7091d81c 0.24 MB 545 110
488,218 488,218 0000000000000000001a93ee0ba7837809b2d00fb556e80051f5e0ba83fda213 0.93 MB 1,136 77
488,217 488,217 000000000000000000056ca693781d1ff716c048a6a0419bd9e0abf6f3f8e99c 1.03 MB 1,759 44
488,216 488,216 0000000000000000003ff8f7b4544b2afb2b5c54d578e9afc8a65c13e56de1f3 1.03 MB 2,779 131
488,215 488,215 00000000000000000013e8d58fe70ac47d786ed939511a98ed8aca965c230bc9 0.70 MB 1,615 97
488,214 488,214 000000000000000000d23c2c210bc031cefb05b5e3c4a66c8c893f8713a6e0c4 0.24 MB 461 100
488,213 488,213 000000000000000000ecb472abb42587b87d460e4f1c998fefc31bc9f2b97e91 0.31 MB 665 110
488,212 488,212 000000000000000000d5f92c399f0b965d34d7662e7fb20e3b7720ef03563c1b 0.32 MB 630 47
488,211 488,211 000000000000000000011896adb34cd6942bc580c0df0549249d833e80d15a75 1.04 MB 2,368 129
488,210 488,210 0000000000000000007100c1f8e4c49edbdf0194f06cc84e6947c7a8ac6df8b6 0.97 MB 2,013 87
488,209 488,209 000000000000000000b2c2f7a0b25eba0f9ae083958b34b2204df8f280ba8bff 0.27 MB 476 71
488,208 488,208 000000000000000000f9a1a438c2a3e13f423bd9e4d0d3b27e4779b62b62d1cb 0.61 MB 1,145 114
488,207 488,207 00000000000000000029b3e5766beb8699d2344bdc08b8f4f03e9d47d14cca81 0.97 MB 179 5
Previous 10 blocks ↓
Total Size: 684.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,344.32 GB sent, 101.39 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.