Memory Pool Memory Pool Refreshing

7,698 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (602,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,629 305,629 00000000000000000b17954e3b2030a0fa7acbc3d183db7d3fad1906893c27ee 0.25 MB 511 36
305,628 305,628 0000000000000000043c5afa5966180830d1e98554bb472639f8f53639c099b2 0.15 MB 249 30
305,627 305,627 00000000000000005124cda00599afe92938ec1db4641c37cedd91b5baa8596a 0.22 MB 362 29
305,626 305,626 0000000000000000064e271bcce14e20d7e2dcb502150b74549a2cc48fe1aae7 0.24 MB 449 28
305,625 305,625 000000000000000035ba2210080adb06ff4eb41daf869d0a657e0f4b0025c4a9 0.11 MB 154 21
305,624 305,624 000000000000000055e7d38b548d0c7986e649a2a161bb4082144ad19eff3709 0.35 MB 705 37
305,623 305,623 00000000000000004fe8762de76e36c20e943b98415d841e4b02903bcbdc594c 0.13 MB 220 29
305,622 305,622 00000000000000003ce02e6eb3c4ca9ba6948188c2b0f902773cbd5ed76a0299 0.04 MB 128 32
305,621 305,621 00000000000000001a3383d7b43245b604c9fb22bdc9fb4a9b40304151e8a666 0.22 MB 195 17
305,620 305,620 0000000000000000082c1a67c596ce29a5649020b43657814ef1bca744e61ebc 0.35 MB 1,029 38
305,619 305,619 00000000000000003b965af095116de75f2a85bc3c5171c2cf409b1db4cfd6f9 0.61 MB 895 25
305,618 305,618 00000000000000000b1872ea2dd6717128d747a4ec5ff8e048cc60d875f3839b 0.35 MB 527 32
305,617 305,617 00000000000000001756436371b5012172c94bd5d448711425772af26f8365fe 0.23 MB 327 28
305,616 305,616 00000000000000005c4c3ee81dbca5716d7f373fb74ea87500bd9081e7afc509 0.17 MB 367 34
305,615 305,615 00000000000000001af6191592bf463de601c259e95df32ac83513cd715a329b 0.02 MB 57 30
305,614 305,614 000000000000000026923493114dcab9548a10c826dc9274b4ca68f9f18bc640 0.22 MB 449 33
305,613 305,613 000000000000000057f3be73a5a518e2aaab0f8432e4ad7b10297624d236b8ed 0.34 MB 573 27
305,612 305,612 0000000000000000071bc91a10704d4f352de3813c7519d92e7b57fba65de97d 0.09 MB 79 19
305,611 305,611 00000000000000002de9dd638564187d30b186041112ea5c33e2110c35c4031f 0.35 MB 893 40
305,610 305,610 0000000000000000005f68b3f1aefd0a23fa23feecf60fce03c96318d46b323c 0.25 MB 281 22
305,609 305,609 000000000000000042c7de2af3a5fdba4a5dc1b829015f1714d965cbe26a1cd2 0.17 MB 123 18
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,625.38 GB sent, 93.03 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.