Memory Pool Memory Pool Refreshing

13,294 transactions
4.72 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,998 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (181,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,788 725,788 00000000000000000009fdcc08350b622104d50646b935c3e8a0cae8fda9dd5c 1.30 MB 1,391 12
725,787 725,787 000000000000000000068e478a4ce981fb2abdc84ecb787c8144b800c9f73f42 1.36 MB 2,190 14
725,786 725,786 000000000000000000052b3b68d2d841a947f842a9682271e7453296449caf3e 1.43 MB 2,480 30
725,785 725,785 00000000000000000004caf0116c378b39b6caa91dd0ada67385d4a7b544acfc 1.50 MB 2,661 14
725,784 725,784 00000000000000000002ba0943ac036ec59611ef213c86528df1d9960397b6de 1.49 MB 3,236 20
725,783 725,783 00000000000000000003627796fc4701ffd4ec5c94f51d1b3b078302d972e3e0 1.44 MB 3,055 39
725,782 725,782 000000000000000000010152f2cbf354f16544fc0ced61253f0e2dba4e5acd28 1.28 MB 934 11
725,781 725,781 00000000000000000004e0a556500b5488e63d17fd4e60f56caae4fa901ab72d 1.47 MB 2,963 25
725,780 725,780 000000000000000000019ef0a623a381ef1e93f982b258d0cee8bf07f97f48b3 1.50 MB 3,258 21
725,779 725,779 0000000000000000000763c537512a6d583b8bac49bd945f653e12136a879006 1.43 MB 3,329 28
725,778 725,778 00000000000000000005f122286f169cbf0344d32fe6e04119bd9a16f055b0f7 1.11 MB 725 12
725,777 725,777 00000000000000000006ba36a6bd146b324bc3e06b24543eaec3b4d1893986d6 1.41 MB 3,164 14
725,776 725,776 0000000000000000000496a6a7111f9f3c335e26d3ed9e4578db2c4da4acf32a 1.48 MB 2,640 34
725,775 725,775 00000000000000000009a2326b918ac3deed3a0f839958988d7e59261063a1c6 1.49 MB 2,517 27
725,774 725,774 0000000000000000000a3279adecc3c116a630f3213d3ac32c8a71591c56a24f 1.53 MB 3,480 28
725,773 725,773 00000000000000000006d92a0584f4ac84383daf90c80a73bfb9452bae864697 1.51 MB 2,603 44
725,772 725,772 00000000000000000008428a5851a4353a28e5752ce2916c760aa6675bb9531d 1.78 MB 2,204 99
725,771 725,771 000000000000000000054f45c692cf04b8fb8f36662020a648c4ec40f0eb0567 1.81 MB 2,597 40
725,770 725,770 000000000000000000052ecc681eb0f67b6f155002a61962c89af3db2e28f654 1.70 MB 2,352 41
725,769 725,769 0000000000000000000048a5d623783582aca950754fb672a9dfa4144cf765ed 1.62 MB 2,094 10
725,768 725,768 00000000000000000000b0257ae0992bb6cade9493ff4713f4dd1fc317045e7d 1.43 MB 3,335 28
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,624.70 GB sent, 93.00 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.