Memory Pool Memory Pool Refreshing

56,697 transactions
31.46 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,750 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 768 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,749 (345,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,277 527,277 000000000000000000098967b7380e3de1a0a626d4f113d3984ba96d4c2b4999 0.51 MB 820 31
527,276 527,276 00000000000000000037ddffd042476750f8405af5ea5d625fb89d1a6046710c 0.68 MB 1,349 18
527,275 527,275 0000000000000000001a6d9149ed16823e157cc9f7cd36fbae35eaf75c43f501 0.94 MB 1,071 2
527,274 527,274 00000000000000000025292da3d12b2a32d5485d3e0f6b31925607df5930222b 1.12 MB 2,188 20
527,273 527,273 00000000000000000028d0ae434a8bd5ba25964661673d66fc5e195034327a55 1.17 MB 2,052 38
527,272 527,272 0000000000000000001f6fdfbd0011251fc2a0c7b8d72412884be0a59097b129 1.26 MB 1,619 6
527,271 527,271 00000000000000000035a5fe03d22d957ab4204099d0569107670a4a5738e712 1.00 MB 1,889 7
527,270 527,270 0000000000000000002fc73e62fa09b0403962f7813c2a81b1e9fc393ed632e1 1.17 MB 2,876 21
527,269 527,269 0000000000000000000324b24465a5aef9b039d11d390da297ae9fc094802212 1.14 MB 2,541 41
527,268 527,268 0000000000000000001f9b2c9e5317dc243c7eea4a053c9de656ba7340b8e4b8 1.11 MB 2,435 16
527,267 527,267 000000000000000000067763ab14e849b9567257b64e1e83b0200d3da613f0c8 1.21 MB 2,818 8
527,266 527,266 000000000000000000025702c002359458696bcf7743aa7e3681d22289a2c00b 1.11 MB 2,240 50
527,265 527,265 00000000000000000020f35619b426e24aa496d793ab53685321ec50fb6c4512 1.17 MB 2,575 37
527,264 527,264 00000000000000000002a6f321f6abae97bbc143a8d76b32fd7f0a6c9bc0b86a 1.11 MB 2,450 17
527,263 527,263 0000000000000000002178c36816bb37bf90be846ce34592c22cdcc04f868b4c 1.20 MB 2,705 27
527,262 527,262 0000000000000000000f604e8762ba0d27ba197805c5d34c011b59ee0645d914 1.13 MB 2,173 40
527,261 527,261 00000000000000000036367b0ec521349eedfd66a5d9564135d125afe0380d3f 0.04 MB 96 26
527,260 527,260 0000000000000000000a328ce9c50cc0383d693a708e505285cbb8add337817d 0.90 MB 1,821 20
527,259 527,259 0000000000000000001524584a83175218a58be6096393c1dfbe58c2a106dadd 0.67 MB 1,338 25
527,258 527,258 0000000000000000000e2df9eccdfcbd03130b5b04e1bfbb3cff40461bd40fc5 0.08 MB 212 13
527,257 527,257 0000000000000000000d1ae3e10c7c87a8746fadce6243af853bd1c6d16dd468 0.05 MB 129 14
Previous 10 blocks ↓
Total Size: 704.60 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,655.11 GB sent, 241.80 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.