Memory Pool Memory Pool Refreshing

63 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 55 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (625,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,551 282,551 00000000000000003e4be2bdf145f3230e75b3880e16eb3f44c80e0eef49d436 0.01 MB 13 8
282,550 282,550 000000000000000153b40e4d260b219d62106e471c5370c062368cd9d5a9eac4 0.25 MB 508 53
282,549 282,549 0000000000000000b31f2bafa48cc50ab3a22115ab33dbcac0527cab017e0b86 0.30 MB 283 32
282,548 282,548 0000000000000001db4e77e089267e70649a909e4515668804b81eb7598b3d07 0.19 MB 481 49
282,547 282,547 000000000000000116c54f7bcfbc1ddf7d902204c8cb72c1bce6a549b5afe398 0.50 MB 333 19
282,546 282,546 0000000000000001b788004e13ce9a40fa3ae2795b10281a9c55d5ddc27778ff 0.06 MB 64 21
282,545 282,545 00000000000000005df0cbc24a5963f438011e40bfb9d4d4fad434b5da25e9b9 0.12 MB 271 53
282,544 282,544 000000000000000162855f13cbe4b8df3324464bf78d427014701ccada1979ac 0.01 MB 17 45
282,543 282,543 00000000000000014321fb1aff59b63109c3af4140c415600aebb04ad9c856ec 0.10 MB 91 7
282,542 282,542 0000000000000001609055cbc6e4cabdfb71f897c78ab8733a288c19b5c9a39f 0.11 MB 256 37
282,541 282,541 0000000000000000e3a4c5b173278db37c22de40a87ffb338838c0c6e7c17296 0.29 MB 501 28
282,540 282,540 000000000000000036f83d70aec5bb1f3224eb039926b2c7faaf4162a908dcad 0.17 MB 512 69
282,539 282,539 000000000000000171c722e61acc33b2feb5fb0288045a8eedac4dcd4961529d 0.12 MB 276 43
282,538 282,538 0000000000000001096c0d71dfc657703edf77ad1beaad8d72ac628e04d9bb6a 0.18 MB 414 45
282,537 282,537 00000000000000000423d44df7fab9f22aceea76054a2920856e6ed50504a809 0.14 MB 192 27
282,536 282,536 0000000000000001899319e65b8858c0ef66a8c5649ba8988880a049a10aeb99 0.16 MB 360 55
282,535 282,535 00000000000000019bfc32797c4f930bc910340238340f7b0e09402a481670b2 0.12 MB 137 26
282,534 282,534 00000000000000012c8fdd662c989d0bcc8723ebcb4a7c92492ac0e77761c1d9 0.03 MB 54 26
282,533 282,533 000000000000000189fceba3c46775008a718c39fc1efb16f79d418157751317 0.25 MB 572 58
282,532 282,532 000000000000000069b29fcf1e2fb875d5cc087fca533431baba03276a3d9a14 0.04 MB 84 61
282,531 282,531 0000000000000000b60346bef4a7c9f478dfb824d8658946700d92e6e16980e1 0.12 MB 268 36
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.