Memory Pool Memory Pool Refreshing

1,248 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,235 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (319,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,573 588,573 0000000000000000001d544ebbb277307219c7536351e0f82881bcc2e2c9c101 1.01 MB 696 64
588,572 588,572 00000000000000000003ed1d6c8e12940278ce30463bb127b47ca88e41efaf85 1.28 MB 2,756 24
588,571 588,571 0000000000000000001d6c96f25b6b6b754c65f01525915b8d3d152d45ddb6bc 0.44 MB 896 21
588,570 588,570 00000000000000000006c4c251455ad1b450d1192378eff68e6d551693628474 1.20 MB 2,632 12
588,569 588,569 00000000000000000010fa007e0a1962a377815b9aa11658e95cd106480ecc2e 1.24 MB 2,869 24
588,568 588,568 0000000000000000001115169393bfb021763a806f68b639f2c2efa39af0e196 0.54 MB 1,137 14
588,567 588,567 00000000000000000015d7e80ce9dc5d170a15f2448f85cb6c5ffd46805efeb7 0.82 MB 1,541 3
588,566 588,566 0000000000000000001beede482d9c80f30b6d950cac6d8e5e151909f4f456ea 1.23 MB 3,052 28
588,565 588,565 0000000000000000001c0f4a0ec436c300b2ad324aff1a1ca2e7eea1f6ba36ad 1.02 MB 2,562 20
588,564 588,564 00000000000000000019928afca44506446cc1a9b2541b7119bba017a05b93ef 1.03 MB 2,251 15
588,563 588,563 0000000000000000001d7f4ec4703032649934e7790af57f490a09d8bf402fdc 1.25 MB 2,435 8
588,562 588,562 00000000000000000000155fd491fa6f6c859088acc0bac76e63a0ab67ffab5d 1.12 MB 2,549 8
588,561 588,561 00000000000000000008b70403b62ea6769c229f18edd844e9877acb8e553e60 1.29 MB 2,469 21
588,560 588,560 00000000000000000003da68b54048333dd1205ba4926495e4414d16a7faab51 1.25 MB 3,129 26
588,559 588,559 0000000000000000000d3bddaf8054adb529034c2b46533fd65e99e33602aa49 1.20 MB 2,824 53
588,558 588,558 00000000000000000006e0f6f812aa535c5bce588a56870bc8fea63ad8117ee5 1.16 MB 2,701 18
588,557 588,557 0000000000000000001c22cb2c6827ce38e11b745c4e62a084e591789e5e925d 1.07 MB 2,376 14
588,556 588,556 00000000000000000007b6972aa1cc660dea3864fc820c130d08ae33dcfb219c 1.17 MB 2,696 9
588,555 588,555 0000000000000000001207fab2395199d9dff4bf571fe7cb9228b6074825fbc8 1.22 MB 3,095 38
588,554 588,554 0000000000000000000745ffbfef981092263c6165f4f59935e0f3edcb90fea1 0.46 MB 805 13
588,553 588,553 00000000000000000013670b32c0f71c2ff0c8212f341847ef791721c461a582 0.76 MB 1,556 14
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.