Memory Pool Memory Pool Refreshing

3,925 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,785 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (436,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,379 471,379 0000000000000000019200dee44d2ccea4233106de0b693a96deabc0d77d313c 1.00 MB 2,357 215
471,378 471,378 0000000000000000009e4d8900b8bd17740e58acdf31571ba254187bbf999cc5 0.99 MB 2,080 173
471,377 471,377 0000000000000000019d1faa38095dc3ab072dee90da7a027364ce80c3018f66 1.00 MB 2,531 123
471,376 471,376 0000000000000000013129f2e0d455b590601801eeba0c7cc703d1197d89cf72 1.00 MB 1,878 320
471,375 471,375 0000000000000000014d6fbbc9fdc16b1963f47934dc890dc2c3b4e3216fefa0 1.00 MB 1,385 301
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
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.