Memory Pool Memory Pool Refreshing

6,226 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (115,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,782 791,782 00000000000000000001715a7c59aa6777f2be441ac748197230ec1d4ab539f7 1.61 MB 3,294 36
791,781 791,781 0000000000000000000575db7e7a01bae30a7402be0b2572eef79e353b58bf6f 1.03 MB 305 17
791,780 791,780 000000000000000000049bc95c477bb0b7eb8463c3b9b664de9347e78e8da0d8 1.75 MB 3,053 28
791,779 791,779 0000000000000000000543bebe8214813c052b98b3435e7f91c7f9746f97c7ca 1.67 MB 3,373 31
791,778 791,778 00000000000000000001d72a09d57167896c486451f9fb24c9e85c899d356dac 1.62 MB 3,250 30
791,777 791,777 0000000000000000000443739813e1c04f56eaf2010856d5e768458014810526 1.58 MB 1,907 19
791,776 791,776 0000000000000000000070fe5a0157a4c63d06ed0fc9ec73480ec7b3167f2119 1.73 MB 3,668 41
791,775 791,775 000000000000000000007ff830514b476210716535e191dd0cb3069a38c6f6f2 1.56 MB 3,988 58
791,774 791,774 000000000000000000046c26f11387bc410d7c76264fccf87aa9feb0b5c3cbe3 1.44 MB 2,699 29
791,773 791,773 00000000000000000000b83386047aa46d7d765d11cf6823378fd2a7a57564ef 1.07 MB 485 20
791,772 791,772 000000000000000000031ed90ad3850ca1433da31a93ebf8cba80e743b0d453c 1.47 MB 2,946 27
791,771 791,771 00000000000000000003a4fa9c557b68103077aacfc8c50f7e4b7d02da884876 1.63 MB 3,861 37
791,770 791,770 00000000000000000001e89e67ebaa4a6e8b8cfbc4bf0f6c126fb2b445a416a4 1.26 MB 1,463 18
791,769 791,769 00000000000000000003af79c18760c80dcdc48a271d0cd905eb0c8a9df5c441 1.62 MB 3,910 35
791,768 791,768 000000000000000000052140b4df297685b8784b2b6bff55d308f9dc34eaf71a 1.58 MB 3,781 46
791,767 791,767 00000000000000000000813d1e9033fa2fcb4fee25c5309ff3d8664226957ec5 1.62 MB 3,857 39
791,766 791,766 00000000000000000004f4b9f17a180e2eefe2c0f7b5233b3853dfd344179bbe 1.49 MB 2,634 27
791,765 791,765 00000000000000000003deca1af106088441454a9a95a46d4d9d28447138cd85 1.46 MB 2,968 29
791,764 791,764 000000000000000000049fa6155b0fa4e112ff0436af17077b43e5e0ff34e437 1.00 MB 149 17
791,763 791,763 00000000000000000000bd65787e6f263ebc517a0bf9ecd50707cc99df3192ac 1.35 MB 2,228 27
791,762 791,762 00000000000000000002b90078667e7c33b07bd502018c6c5ea8a43c7e7e6d23 1.88 MB 3,950 25
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.