Memory Pool Memory Pool Refreshing

1,227 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,207 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (656,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,803 250,803 00000000000000319ea700c93785855019a2fc7e7d6e88f90bbac9b39ad4efd8 0.25 MB 628 161
250,802 250,802 000000000000001b27c88302c8dccdf15da7fb04ef27b287ef260e5c87b43417 0.25 MB 680 132
250,801 250,801 000000000000003c564ee98ee9e8afc395c29b97d3ae60d45a34ced734279cf7 0.00 MB 8 72
250,800 250,800 0000000000000039eaa841c9de4cb01fc40c6597160b6da870dff3a4ad6d118b 0.01 MB 28 107
250,799 250,799 0000000000000027937ec3efa26de6bd7dad858e00118ed5b82e09408d1dd1a7 0.02 MB 61 77
250,798 250,798 00000000000000721272644900f7f9705f853253657e22499ab7c665f1171204 0.06 MB 148 117
250,797 250,797 000000000000002c20f17de2853ba3de21bdfed75032842afd4065bec50443de 0.04 MB 109 101
250,796 250,796 000000000000005cd1394760340de5dd27be9dffc514b2795fe127a6ba746adc 0.15 MB 314 131
250,795 250,795 0000000000000001babae52005095255cab54a17119cf68868da86cc25960b92 0.02 MB 42 133
250,794 250,794 0000000000000014418a3791cf648090ade46ed2417064a3975e888a91538297 0.13 MB 288 181
250,793 250,793 00000000000000294e7755c5fc2443cb82ed17e26aecfb6b9edea2beb919b823 0.03 MB 84 204
250,792 250,792 0000000000000038d54d9ffdf9273a1f8ae8ecd6e010573bcddd9d662ea36bca 0.11 MB 249 168
250,791 250,791 0000000000000057ece85cb540e47ddbc067ac22263c5466aa53776487d6d99b 0.35 MB 863 122
250,790 250,790 000000000000004b899d5120e83b316025ae734599af09bc317608c6fcbc0090 0.04 MB 116 210
250,789 250,789 0000000000000040e622e1fa4edd543c7aa33ab0c48212022b1b49e0f668cf57 0.09 MB 152 88
250,788 250,788 000000000000002f24676310edbbe693477535e0737a13fe2b1b4a76d3b931b5 0.19 MB 447 128
250,787 250,787 000000000000006b84677327b44aa62f0e101fa83e7f37c46e4959269f320e84 0.18 MB 393 134
250,786 250,786 000000000000004922b7d04d34bac46ad3058afb62105776039483dd7843d841 0.23 MB 696 204
250,785 250,785 000000000000000967ecbd53728ba52f25eea0db5b639275215166605828fc57 0.09 MB 188 166
250,784 250,784 000000000000000fa299c6ee5790e1f4b004f004ed3dce886cba2e0aafafd9ce 0.19 MB 517 151
250,783 250,783 0000000000000024632dc6548634f80b612c8b4d725cc59bf75f4744398ee41d 0.18 MB 256 64
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, 113 incoming
  • Data Transfer: 1,632.70 GB sent, 93.67 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.