Memory Pool Memory Pool Refreshing

544 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (23,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,896 883,896 0000000000000000000267ec00316894167d4fdd35e9647fe528df73cfb219c3 1.94 MB 1,782 1
883,895 883,895 00000000000000000000b469f546cca4b8c01c98f111013cf58b5945d1ab26c9 1.74 MB 3,492 3
883,894 883,894 00000000000000000000fd6c656b6435aeec66dd7bfd2633e93c5f47b2314964 1.60 MB 3,808 3
883,893 883,893 000000000000000000007e32934b39d824a04fff06777e377442631977db33ab 1.72 MB 3,490 2
883,892 883,892 00000000000000000001328791832894519817f6218b6c274c9c191c66e5dd85 1.77 MB 2,607 2
883,891 883,891 00000000000000000001f31aa41922cdadd349d1f715d50f9b7583735f663154 2.14 MB 489 1
883,890 883,890 0000000000000000000032fefe458655f1d8bf406e8e5493f4cddb479ba68a5a 2.01 MB 112 1
883,889 883,889 00000000000000000001d9359841d331aadada6c8579ea9a08cac145f7f73a8d 2.02 MB 1,008 1
883,888 883,888 000000000000000000024378fb07774fb27c840972f57d8b509e730a4b04392e 1.03 MB 1,774 1
883,887 883,887 0000000000000000000021e79485b37bfc271aa6a59022ad7b7afd0c0b0fbcfc 0.89 MB 2,227 2
883,886 883,886 0000000000000000000216429b0c76f0f55837d90cb8fb423296f20a05707f06 1.52 MB 2,742 3
883,885 883,885 00000000000000000001c5a5988518f82ab3086eafa47b501779ecb3530e96aa 1.52 MB 493 1
883,884 883,884 000000000000000000022e2ad874e27d8c18500215f0b8bbe1152599f9e7b1e8 2.05 MB 30 1
883,883 883,883 0000000000000000000131045aee9efb2a164ea208797b0208852295f9f4cadf 1.79 MB 1,373 2
883,882 883,882 0000000000000000000073011b0ec2745bffcaab669d5dcf275befe91535e5a3 2.09 MB 656 1
883,881 883,881 000000000000000000001ed378b03e8495d75f9d717c66c3ef2f5f271420846c 1.66 MB 2,938 2
883,880 883,880 00000000000000000001da0cffd974b9cfae12c513aab08143d3771eb79773f1 1.84 MB 1,560 2
883,879 883,879 000000000000000000008d12302b17b702effb8b02198dde15c10242666bfe19 1.56 MB 4,269 3
883,878 883,878 0000000000000000000225048127bea468066345bf1f75d02c0e5a4b8e2d9fbf 1.97 MB 1,463 1
883,877 883,877 00000000000000000000bbee1089bfd6a4c432c6c28d8dba338843e4aab86860 2.13 MB 464 1
883,876 883,876 000000000000000000003b43a18eff92e53c3c8e9a7fc5b142be08aabc917b0d 2.02 MB 1,124 1
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.68 GB sent, 93.65 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.