Memory Pool Memory Pool Refreshing

14,116 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,227 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (692,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,802 214,802 00000000000000b6e4ae515e28ce58e3e5bfb42692f818e7f2bbe543355d4a94 0.02 MB 84 46
214,801 214,801 0000000000000102499f2c6164c7a4b0be05a1d3c4c8481dc81d5b0e90565080 0.46 MB 956 159
214,800 214,800 00000000000000917df4636746aa18340b590725f75d1950fe1aee45224142e5 0.09 MB 184 153
214,799 214,799 00000000000000ea5c6526a580340b8ecadd06bb435fcfa1bd28624cff630ed0 0.12 MB 176 127
214,798 214,798 00000000000001abc53d7866e384d6be267df4ba2967b0399c9cf3c1c2fcb28d 0.17 MB 493 254
214,797 214,797 00000000000002274f2afdbfe9d083e42e3ea5b992511bdeab3ee6c3185081b4 0.01 MB 34 204
214,796 214,796 0000000000000140ab92ebf61cfbd1d49633ac938c92ca46079b274dac6942f3 0.08 MB 105 115
214,795 214,795 000000000000030eea857a238ae00d67717df59fde765f9d0c4b297f088014f5 0.06 MB 167 208
214,794 214,794 00000000000000fda4979725de96e9a201666de40b2ccac0c3f5c1c8b028313f 0.04 MB 90 1,262
214,793 214,793 0000000000000551db0bda38a16d2844729a53826000251fea283223a77b4873 0.08 MB 95 119
214,792 214,792 000000000000012cbe2b2897389d6a5c417183e444a04e3abaaa6cbe9c0ef81a 0.22 MB 293 150
214,791 214,791 00000000000001b048769c17a0f1c3a50ed0fd6d8dd454a6f35bda8c03263f46 0.06 MB 131 151
214,790 214,790 00000000000002ea41f50c13131e36ff3d8bb703ca6ee4cfcb3b759d28e8171c 0.19 MB 213 155
214,789 214,789 000000000000003db9e0271a1572ff55874cbd6b849dbb9aad21b2749b0364d8 0.05 MB 129 201
214,788 214,788 00000000000003fbdf5ed072cbe33c39d72b630e6d105fb60b9b11a24b25ba8b 0.07 MB 137 180
214,787 214,787 000000000000048e390ee2fd7d21bc9ed0686a0d7a1eb99c2300bd5632e85dae 0.21 MB 477 185
214,786 214,786 00000000000004735984dd48119227308f8b447f37a45d580d231381b8d0c505 0.10 MB 94 111
214,785 214,785 00000000000002490b5b68f76c72fa715ad8db8e477c384294f5d1265712a7c6 0.01 MB 41 124
214,784 214,784 00000000000001748486e3edada2ca77989b71a1e3798679a8ac0ad8a3afc158 0.06 MB 90 216
214,783 214,783 0000000000000196186205f05bb584ab4c4b2fb09f6df7667ae9452aa09cd096 0.09 MB 177 215
214,782 214,782 0000000000000570f5012dd623b285f1061a807210a68608d53e2dba43355733 0.12 MB 309 267
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.