Memory Pool Memory Pool Refreshing

1,237 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (771,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,581 136,581 00000000000007ae94493f52faf01427e9b1b133850e5ec3a049e8754bbc5b38 0.01 MB 31 403
136,580 136,580 000000000000091993d8fe0597ab5f922b7d2ab6f843c2d33fd6a2cf1a17ce57 0.02 MB 42 54
136,579 136,579 00000000000000689adb21e9dcd50a109a80cd2d623cda02f3cb991ee517f030 0.06 MB 182 1,198
136,578 136,578 00000000000002d9c09862cf3c9613f488fcb9909a67f484bafd3a3af83fa0c1 0.01 MB 15 652
136,577 136,577 00000000000007268b313f4547d9d1f13f86e6619a476cc6bd3b7f2a92d36b7e 0.01 MB 21 24
136,576 136,576 0000000000000a66ce27ac8dda10586cef22ced681af02d848af6ca599836659 0.01 MB 33 428
136,575 136,575 00000000000005ced3cb6290b2256a19c3a03076cb0094f1ac8a575b9fe59096 0.03 MB 76 232
136,574 136,574 000000000000053d45a9fd75dfd4a79fe0954945d69eaaecdafb2046938066bc 0.04 MB 128 174
136,573 136,573 00000000000003ba98accad570d9b74fff1287508cbabb0955b54f0dc18ef64e 0.03 MB 69 306
136,572 136,572 00000000000002513c8e9bc03fe7d1f9d3d4bc5306ecdca6f3ce2a4f31bbeff6 0.00 MB 13 154
136,571 136,571 00000000000005a134ab038c2eae2b6d3cbba9e000cdc4345b6faadea3dfb27c 0.02 MB 36 301
136,570 136,570 000000000000074018e3785c7e4812cc165f3c7d80829e31d0eaf8634632afb4 0.05 MB 44 86
136,569 136,569 000000000000025e41418be4331fbe7beb6ef5eae6ae1e315112b6884978899c 0.04 MB 85 279
136,568 136,568 000000000000028ed773b09c8e5e6e4aad1b9f17f61b9f86385b3813f8f6efbc 0.00 MB 6 0
136,567 136,567 00000000000005b995a54f360e76025d58b86bb70dde16f2113905c563e232fe 0.02 MB 36 418
136,566 136,566 00000000000003a36dd14a13b06e43c01d7edcd00a9a59b0ced5ead93a804c62 0.00 MB 1 0
136,565 136,565 00000000000003a7bf0730919fc2bce64ea0355c72b4dbee043de646e5521736 0.04 MB 94 209
136,564 136,564 00000000000006feac768de23730bedc1b18ae5f9d1b9fe08df4e2407d445cd7 0.02 MB 48 87
136,563 136,563 000000000000052b9c7bd6d8404cc71e64a423679bb94cb57b62259689bfbcd9 0.00 MB 4 234
136,562 136,562 00000000000004e8834d0908000eae101bde21ecd545a445a532dbec340e6f5b 0.02 MB 28 25
136,561 136,561 00000000000005965b0b9b297cd4c922c29aea187408d5f88b3e4ac57e3a6a27 0.02 MB 37 494
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.53 GB sent, 94.31 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.