Memory Pool Memory Pool Refreshing

5,232 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (436,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,386 471,386 0000000000000000010c4673c5bf0d0c1f634150f2af874b5ed18ef19f1ca643 1.00 MB 1,887 388
471,385 471,385 0000000000000000001285515ca095abc787af7aa072b09fa1695816f952cf80 1.00 MB 1,913 327
471,384 471,384 000000000000000000c9a76137a08484539de71804a6fdbd7541e30bd53584c5 1.00 MB 2,473 429
471,383 471,383 000000000000000000d9ec81a311a4297e350d8eb3fe6b0c554f3b9f9e99dfed 1.00 MB 2,015 402
471,382 471,382 00000000000000000178d4ed09ce734322b5728060948e5fd26fd4f84f2038f9 1.00 MB 2,185 377
471,381 471,381 000000000000000000b8712150a00ec507f21749e0bd36dd7b9e1e61aa2b7c00 1.00 MB 2,162 370
471,380 471,380 000000000000000000de4e0fdcd0762dc49b1868f6cdc64ede55ea9d78e68dec 1.00 MB 2,765 448
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
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.34 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.