Memory Pool Memory Pool Refreshing

8,412 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (57,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,474 850,474 00000000000000000000d761e085b2e138880c3e0a61af6172399d3e5a703fb9 1.60 MB 6,364 8
850,473 850,473 0000000000000000000277f71ec4d82cbbfa8aa21433574a7a32e7f8df4d201b 1.61 MB 7,299 6
850,472 850,472 0000000000000000000327a03addd66976d54733bff0a007c55e20ae44a918b0 0.00 MB 1 0
850,471 850,471 00000000000000000001c72a1ec89138af712f8d096ea7ea2df2bb7c91f60f18 1.61 MB 3,700 12
850,470 850,470 00000000000000000002f8df67e12576f23640fb10194cce840e3ed5cfc04de4 1.57 MB 7,822 6
850,469 850,469 000000000000000000016ff4dbce9f529fe5712b882c3a7fc5b5b7e28aa22b6f 1.45 MB 2,908 11
850,468 850,468 000000000000000000005832d657888642a16a4910d3aed38e30e5367bdc3c7f 1.72 MB 2,930 12
850,467 850,467 00000000000000000000d65560fb6822d9d73a434f93478c2265523067875a5f 2.01 MB 1,081 8
850,466 850,466 00000000000000000000b133b0440c8c07e29a52218ec8ec315cc932a2628a22 1.66 MB 2,801 17
850,465 850,465 0000000000000000000326a81969f5ae808bffecc41c93af98bea72b007c9f5c 1.85 MB 4,392 6
850,464 850,464 000000000000000000028afd87c1debb60d9bb2e04694213cad9f420030b6eb8 1.61 MB 7,345 6
850,463 850,463 00000000000000000000de89a48165ff4f1f6b1b702207cde67875c4d0cb4307 1.82 MB 2,205 7
850,462 850,462 000000000000000000015779105af3d0549e8553e6fd1cc6b3571f56ebbe6630 1.88 MB 2,035 10
850,461 850,461 000000000000000000030c96c06ee34c6204311094c0b5f30874faf1e55df8b9 2.00 MB 1,159 9
850,460 850,460 00000000000000000002e1cbba9ad73d654efbe5c54053f4a026c2b9b8cfd5ef 1.57 MB 1,808 11
850,459 850,459 00000000000000000001227b37c931806bc3577543f6f54fadae52131c2418fc 1.82 MB 5,484 9
850,458 850,458 00000000000000000002f6c6603fba0af9d85ba43000b9c92beee832995f0202 1.78 MB 5,452 9
850,457 850,457 0000000000000000000156167a851aa3b6ea37c7a2249f6000ac3fd14531061c 1.74 MB 2,540 10
850,456 850,456 00000000000000000001a72208cbe48dd12bf945853b848daf593154f1dd0825 1.42 MB 2,372 14
850,455 850,455 000000000000000000023aeb7dfaa83c3d5ad4965fe087fc42c9a9a0fb04af2e 1.58 MB 3,303 8
850,454 850,454 00000000000000000001dcea4cef4244ee43da2a49113fd42fea5630d11223b3 1.74 MB 4,338 14
Previous 10 blocks ↓
Total Size: 769.03 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,624.94 GB sent, 93.01 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.