Memory Pool Memory Pool Refreshing

8,793 transactions
32.49 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,911 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,305 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,910 (43,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
820,382 820,382 00000000000000000003d2b506cbc468062a88e180ff89b69600f6a989f885d4 1.71 MB 2,841 54
820,381 820,381 000000000000000000021b2e96556da5a97c975dd2f416b892dc38f47ce341c7 1.66 MB 4,178 87
820,380 820,380 00000000000000000001223b07132f8366af608b5f270ef292a984d93473f013 1.81 MB 3,707 69
820,379 820,379 000000000000000000021e350fa7c39e28501027bc41c9e504c8ebb244fe17d1 1.83 MB 4,669 73
820,378 820,378 00000000000000000003ca42444306d0e87d80d3b486e8b1ae845d24b93bd406 1.70 MB 4,247 67
820,377 820,377 00000000000000000001729a2027a16e5227ac22bf43a9ed22747a2d1afbbcb5 1.62 MB 3,238 94
820,376 820,376 000000000000000000005e64b18ad74b485061fa1fac7bca09626a27d2ddedcc 1.59 MB 3,589 115
820,375 820,375 000000000000000000022791bc4fa1508d1c00dbfac4a48e60c95871f97562ef 1.63 MB 4,325 152
820,374 820,374 00000000000000000003d57f3e90c79d9d127690540f8ecd154cc630556b42c9 1.69 MB 4,735 106
820,373 820,373 0000000000000000000308b986aa725ae15ae972348d0106b66a316a52e6a6aa 1.76 MB 3,996 88
820,372 820,372 000000000000000000000dc4767487732d16c0753be2f22a26c85dbd69346876 1.62 MB 4,051 122
820,371 820,371 000000000000000000010626fbf4fa31b5897e5155b8ff6b2cc311fa3e12dbac 1.71 MB 4,580 90
820,370 820,370 0000000000000000000384a5d4fe531090be00d4b12bbc08a64a92e796361c36 1.65 MB 3,751 154
820,369 820,369 00000000000000000002677ae083c333c82eba0f490d99be7d279e97bd587f07 1.90 MB 5,272 105
820,368 820,368 00000000000000000001ac06678a635624be09b87cc2581765992eec004007f8 1.73 MB 4,503 141
820,367 820,367 00000000000000000003f6f162c220e9ea4c394c6f68b1201efa56647487d399 1.73 MB 4,556 158
820,366 820,366 0000000000000000000273d9a137a6ec7af7fa506a23172a29c9857a35671d21 1.88 MB 4,444 105
820,365 820,365 000000000000000000027a6d7c0198ab011c3f938920df7e719a479958f3c154 1.66 MB 4,125 157
820,364 820,364 00000000000000000001688ea3d53d5d3b48d45389a6efd8dde7fe3a680ef0f3 1.72 MB 4,369 75
820,363 820,363 0000000000000000000005916b1d8234f67c5f29ed0efa4f7ede10c1b9c1526e 1.77 MB 4,164 75
820,362 820,362 00000000000000000003952419f65e248544dce6e206b2b9a44f28312a3c2d8e 1.78 MB 4,285 66
Previous 10 blocks ↓
Total Size: 687.85 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,527.15 GB sent, 124.48 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.