Memory Pool Memory Pool Refreshing

1,902 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (794,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,806 112,806 000000000000069f8a4fc957c23c12090ffef3e9eede54964f1f6239aee359a4 0.00 MB 10 0
112,805 112,805 00000000000112afe724ebe37d0931106f21ad59018348d1c27ade4c4797bd05 0.01 MB 31 801
112,804 112,804 000000000000b5a834581a84fc99063680475b1d8b023079e27d082618515a27 0.00 MB 3 0
112,803 112,803 00000000000019b226bb76ee8d3c33764f5312a5303f51bda99bc0f82553f135 0.00 MB 1 0
112,802 112,802 00000000000127e4ce2bb01b515255919209c689c31d4213983dfc1735f2e417 0.00 MB 7 0
112,801 112,801 000000000000ebfeede77d5e888d4b3942803177553f4cb037357f2b5d74452d 0.00 MB 7 360
112,800 112,800 0000000000001a89ec756daa7751c9c5af672141f7923d92bb12d3febeeded1c 0.00 MB 8 0
112,799 112,799 0000000000000ccd413770800d6773fb72d3e8ef350d391e14ff6946d36b0f91 0.01 MB 24 525
112,798 112,798 000000000001207b65f598d8dfd022cf5a96e4385632ed78919c80f93f193675 0.00 MB 7 685
112,797 112,797 0000000000010fac9d3f6dee88fcfbcefd5b9d936e69f14f0a77fea624db7cf9 0.00 MB 8 903
112,796 112,796 0000000000008e44b5f1fb466f7d3b4bb45db8791fd23438600e47adad145cf8 0.00 MB 2 0
112,795 112,795 00000000000112c09addc1ffdbfe04cbf0e1ac00645d22cb5311fd96c4896df4 0.00 MB 2 0
112,794 112,794 000000000000cc7c38e1afff1dfd8aeb3e4df01b979c1c6a2eb3d25c9626a3fb 0.00 MB 4 0
112,793 112,793 0000000000005e970435220a6ffbf843a327ef75a2411eb861d25906f6055b9c 0.01 MB 17 1,454
112,792 112,792 0000000000008f24d3cf5ee833f893fe5d914901141cc8d15f1c1e5ccdf0026e 0.00 MB 8 1,809
112,791 112,791 000000000000d9b46c3c912d58d93e077cdfdab943b0e1375b8c7798cb87feea 0.01 MB 35 329
112,790 112,790 0000000000001b55d74bd927a9b3f0e0030bacdc31de0be6b5861b8632a47780 0.01 MB 7 1,259
112,789 112,789 0000000000005795ed47b52aee0f6c45019e48dc22e3638dfd83b07c94081f5d 0.01 MB 33 3,004
112,788 112,788 000000000000bea6ec9b10e4281ed0729e12378265243134513705ed47b46076 0.00 MB 15 1,244
112,787 112,787 00000000000006aa0d8604432aa869a5d1a4f02ed2e28e47fd95680fce432fb1 0.00 MB 7 3,875
112,786 112,786 00000000000089166d20056483d7c2b6272c700766f07b58ca4b714df190cb74 0.01 MB 38 2,835
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,629.15 GB sent, 93.41 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.