Memory Pool Memory Pool Refreshing

12,246 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (115,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,789 791,789 00000000000000000000f90c04a192d52645f8ff53f85251b84f7d691b5329ab 1.88 MB 4,118 28
791,788 791,788 0000000000000000000061594976dbff18a89e5c9351e931538b7e434c565375 1.71 MB 2,251 30
791,787 791,787 0000000000000000000051d1b985a0b3e1758d1fcdfb9c01baa5a61c1d83a784 1.69 MB 2,659 32
791,786 791,786 00000000000000000004714134a48720d73f05382304190c05ef8a1565471b09 1.83 MB 2,533 31
791,785 791,785 000000000000000000055e60f4442689e70759063da52fe53c066d1cbeac2b87 1.82 MB 3,387 35
791,784 791,784 00000000000000000004e4d461ec6ec6b43aed3d4cd6e1c7d4c1d226d87bdb29 1.59 MB 2,871 47
791,783 791,783 0000000000000000000056c531e8580999d74ecb6182089a0136145f00e6a299 1.88 MB 507 19
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
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.