Memory Pool Memory Pool Refreshing

60,739 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,960 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 3,646 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,959 (675,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
197,004 197,004 0000000000000281d1f2a85fba8ca0db691ffa3651b7ceb4b623e4f8053f130d 0.03 MB 75 112
197,003 197,003 00000000000004d6e2bf2097e934e21064817f2e3bae3918800051ec0a0c34e4 0.09 MB 173 135
197,002 197,002 00000000000006900a7811c7c502636bda37c709e1fc3796e5b70ad2786b25a8 0.15 MB 262 107
197,001 197,001 0000000000000276bea3def6b28644f1dc9f0f0010b5a027f523a0c8cb079388 0.01 MB 25 94
197,000 197,000 000000000000012094fc2ea1b763742c424736748a4fafe59fdcf0cc92e1c15b 0.14 MB 346 144
196,999 196,999 000000000000024ba3a9743298989fbeb03c15fbda3d1c115c2d2654bd61d55b 0.23 MB 491 135
196,998 196,998 0000000000000666294e4184a6b7ae125029b272b40bb340022eceaddd4bf9b6 0.05 MB 114 133
196,997 196,997 00000000000001629abd090f280620571167063477e8efa8a6fe2efec8a4a0db 0.01 MB 13 43
196,996 196,996 0000000000000353c6c5b16e882489ad3f38870f37f3b041662daa46498aacc8 0.07 MB 128 94
196,995 196,995 00000000000000879d3d2d1c59af3ea7ad59959466c71b23c6476f10daf377e6 0.33 MB 856 150
196,994 196,994 00000000000001882681086c8d649a20bb793e64a24b525172c327da443dd812 0.25 MB 609 209
196,993 196,993 000000000000048e812cc4a31d0ff8efa1fa905440d82506cce9f36e31778915 0.03 MB 97 286
196,992 196,992 000000000000016254583a16874ca0e20974c6895b747bf8a5928a1e1c8eebd1 0.05 MB 171 81
196,991 196,991 000000000000001cfc165aaffc5d42690b6ee754e72dbf1a1d50e49dd28d5017 0.06 MB 64 62
196,990 196,990 00000000000005934e3c62048e7e3b9d9a3c1350317a33eb309b42ba8706ba59 0.14 MB 401 201
196,989 196,989 0000000000000496afe2e47119af8857d59b62b90df118d1a2d2bc77130fba98 0.06 MB 138 118
196,988 196,988 000000000000059cb549be0739d6efc9e8eda56dc8f3993315f00709816c1794 0.00 MB 18 85
196,987 196,987 00000000000002c77d4585dfd442b7d702c63aca5015a613f30ea12cb5b2cbb0 0.22 MB 407 121
196,986 196,986 00000000000001b65a3fe29cd3ef2615de13b880a2574f0c4f31940676529478 0.05 MB 128 102
196,985 196,985 000000000000053b6f73093a5fdc520d86e7d932a8b0b5a3d78fc93836e416ea 0.03 MB 86 125
196,984 196,984 0000000000000415d0dee06b9d4647861be857a47cb33bc1ce8d424c516d5291 0.11 MB 265 214
Previous 10 blocks ↓
Total Size: 704.97 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,663.06 GB sent, 244.42 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.