Memory Pool Memory Pool Refreshing

8,005 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,097 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (436,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,374 471,374 000000000000000001821db775d1742233f1cd88c44716428e0478e8ad91a317 1.00 MB 2,430 437
471,373 471,373 00000000000000000027d26bf1a11fee9e3c67b3300d74633666e34fff749aa5 1.00 MB 2,509 144
471,372 471,372 000000000000000000b6a104176a8c90fcb2060861a639c24c0edcd5b9453f08 1.00 MB 1,418 142
471,371 471,371 00000000000000000076a38181b7bd693944c45775fc2b2811d94ab2d5298e2a 1.00 MB 2,323 361
471,370 471,370 0000000000000000005c14d0ab1d35d1920b9d15ecc07dcf506aadbabb1e61b9 1.00 MB 1,606 239
471,369 471,369 0000000000000000008035d476a1fbecd9456a2e06e5e46ddd3de4ea1d97eeda 0.99 MB 1,824 288
471,368 471,368 0000000000000000004258d80aee673833c9b2e93dcd1a20525fbd37bc95c8d5 0.75 MB 1,502 461
471,367 471,367 0000000000000000005a3cef5b0e10ae9961ff28812c26ff6af1e899a5445af0 1.00 MB 2,714 447
471,366 471,366 0000000000000000014fd378168e3a4fc1d4d89d1a7e2ab8781db492ea2dc2ad 1.00 MB 2,277 186
471,365 471,365 0000000000000000004dc9098b1ac51eba3f81c8ba8be31ede33d13fbfeade99 1.00 MB 1,987 122
471,364 471,364 00000000000000000176ea50778054ba77bb30fb05eb6b27c3355d873caa26f7 0.99 MB 1,921 154
471,363 471,363 000000000000000000e3cb4372fff61feb84dc6f9e51b12c63d3c364e4d9f58d 1.00 MB 1,744 270
471,362 471,362 0000000000000000012b4a8328340d5e2662e4a4be4d6d77968aff0a173d2c86 1.00 MB 2,132 368
471,361 471,361 00000000000000000020a7d4bce2445bfda12e8ecb5e62d0138843c2fd79b6cd 1.00 MB 2,313 374
471,360 471,360 00000000000000000056e75f2ecca822880eded48fb1ff09f11d6a9c88b62249 1.00 MB 2,455 377
471,359 471,359 000000000000000000e06948f9611c7dc3b97b1fe306ae017456bd1fb096dc90 1.00 MB 1,137 224
471,358 471,358 000000000000000000b65242f79502b577c568a15a80551e78362024c6d7415e 1.00 MB 1,673 355
471,357 471,357 00000000000000000177a617b531d495ea7fbf0691fcf5c2628a1e4627198c72 1.00 MB 801 390
471,356 471,356 000000000000000000427878dac9702dfcc3e738f94147e495ea62d05d898ccd 1.00 MB 1,722 282
471,355 471,355 00000000000000000186c23c52ea7dbac7144c916a36b73aa0b8b477205427bf 1.00 MB 2,246 416
471,354 471,354 000000000000000000113ab80fa6111dd0d24ac28583435cf047fff01f532e08 0.99 MB 2,055 207
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.54 GB sent, 94.40 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.