Memory Pool Memory Pool Refreshing

79,123 transactions
32.29 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,196 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,503 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,195 (213,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,337 656,337 0000000000000000000485a58f8240d1cba81dd74b88d8fb2126af7ea5b4f2c9 1.34 MB 2,638 164
656,336 656,336 0000000000000000000aa8f14942902f6fbf35d4b2536b4e8f845e9c594fc3d5 1.31 MB 2,767 157
656,335 656,335 0000000000000000000c421dc0aaeab6452106f4135a6872a6536d65fccb1d86 1.42 MB 2,623 198
656,334 656,334 0000000000000000001036deaf019131eb27ad8f4cd221f75679f91f2e3090fe 1.35 MB 2,536 139
656,333 656,333 000000000000000000067a86b4cfd2c00e0441fcb3fc7af88f495f1448aa8469 1.35 MB 2,552 162
656,332 656,332 00000000000000000001ead5a2650d241ce3a8bd38f0f48680c7949e804baea6 1.45 MB 2,123 235
656,331 656,331 000000000000000000031d86bd0c3b94864a3d07e79f9bd4075b28dd4e51b982 1.22 MB 3,087 156
656,330 656,330 000000000000000000034be4d7c334749cfc08e84e2d2399c1987a0a9e3e304d 1.25 MB 2,553 168
656,329 656,329 0000000000000000000ab45fd03e6b694184f27fdeecd3b89f5c449eae374043 1.26 MB 1,887 180
656,328 656,328 0000000000000000000fd9a278271714686dafeaaaf79e3bf99ab254d96a7c11 1.46 MB 2,184 238
656,327 656,327 000000000000000000030bb87607924e239cee413f9ad6aa5765c2132fd83637 1.42 MB 2,693 218
656,326 656,326 0000000000000000000dcda282e40939c78a1405e4ea1dfb40fad37a675e326c 1.45 MB 2,117 215
656,325 656,325 00000000000000000004e4bfbbeb94ae53ea4bf1c78ec4e62475c2fe37e8f90d 1.52 MB 1,656 291
656,324 656,324 0000000000000000000d793d10512638c1356c40f46e488403ee9c733d5c790e 1.42 MB 2,036 230
656,323 656,323 0000000000000000000683cc11d340beec123330d5c538a7ea0a774704fdf430 1.38 MB 2,400 186
656,322 656,322 0000000000000000000f60e23ba715e77044add98f606c00689accdb589d4f47 1.34 MB 2,107 208
656,321 656,321 0000000000000000000ab679f3add7a9e278e929aee66fae8e84392f2d800b16 1.31 MB 1,580 219
656,320 656,320 0000000000000000000ef54833aaa0a1e53c86636337f4c62681db1e628f684a 1.45 MB 2,389 263
656,319 656,319 00000000000000000001219ec26c9d74fb2cc29a3bf889adc93f911009239aec 1.41 MB 2,177 117
656,318 656,318 0000000000000000000dda65f67e88b499590761db78a572d0da5f98670d0bb9 1.28 MB 2,102 8
656,317 656,317 0000000000000000000b93ab6c358af539b6634005a5a25c809848cfb6b85c05 1.21 MB 2,671 55
Previous 10 blocks ↓
Total Size: 699.82 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,193.98 GB sent, 209.25 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.