Memory Pool Memory Pool Refreshing

723 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (90,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,800 817,800 00000000000000000001ae6117197afa0428894325a2d819ab1c10bcebafae1e 1.64 MB 3,918 150
817,799 817,799 000000000000000000017bfc502fa1c1e1e3721e70c614933b871f9e05f06eba 1.61 MB 3,829 204
817,798 817,798 000000000000000000001987c3fd5e0e69a94c74f545a95d06b9b34492ba922d 1.72 MB 3,634 77
817,797 817,797 0000000000000000000245c2784d6e56e36c4f2f430913ac6d8f7dde8f85208d 1.80 MB 3,742 78
817,796 817,796 00000000000000000000a2e6e76e2d015335bd6b759a812d61b03e20f486dae8 1.63 MB 4,058 134
817,795 817,795 00000000000000000002078a105429e6e902040ba0d43ae62c12dbeaee0ede7e 1.61 MB 2,705 94
817,794 817,794 00000000000000000000f3fc6a0508886b58f5c8391287c4da873e22d7882962 1.49 MB 3,116 115
817,793 817,793 00000000000000000002ab3b46c500882bae0672df4fd2880c5977260966657e 1.66 MB 4,195 124
817,792 817,792 00000000000000000002986a3256cd8ea95629622751ed1e305dbaf1ec1e9527 1.67 MB 3,768 136
817,791 817,791 000000000000000000021c67e2416e6ab2722d35d95e74c4ee6c6a49daba56fd 1.63 MB 4,245 178
817,790 817,790 000000000000000000018890b3f65efc62bc4f634dcd5b6f281d07fbcf707d2a 1.56 MB 3,323 274
817,789 817,789 00000000000000000003b7c9ecc1023f6173e9acdd8cc9a6d301d958b9b27e19 1.71 MB 2,827 89
817,788 817,788 00000000000000000003eafc1c39c614cf8097818e93119df1ba5a0ddc5ae06f 1.62 MB 3,756 96
817,787 817,787 000000000000000000003cc8c42787b5f2d0bca775a49bcd7edb97a40c146e66 1.78 MB 4,115 98
817,786 817,786 000000000000000000028b24a0ecd35240c50bab1815c26c2ac0e7454cb91eee 1.72 MB 3,382 136
817,785 817,785 00000000000000000002504d60d886f7300f9e44fd1ee3702a6b525592091cc3 1.74 MB 4,522 88
817,784 817,784 000000000000000000031527ad57900391e26ccca6726c7e0337dea58a53ea12 1.66 MB 3,498 164
817,783 817,783 0000000000000000000131183c9d35aa11324bb1ca41c7624c33c94465e6ecef 1.64 MB 3,648 117
817,782 817,782 000000000000000000010babf05ed7e6e01b2ea73ac76ad02b346316e8ea3ada 1.64 MB 3,683 86
817,781 817,781 000000000000000000028ed8e29a6a8d2283498323664c43a6c57b783605e564 1.62 MB 3,590 127
817,780 817,780 000000000000000000029462025e7725b5fafe9e4940c186e5552f179c2cd0c5 1.66 MB 3,710 168
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.