Memory Pool Memory Pool Refreshing

4,496 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (159,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,805 748,805 00000000000000000002f2f4fbb77be0174420c32b3c47fe8e489b35879ae267 1.62 MB 1,539 12
748,804 748,804 000000000000000000010ceb677f66e90206340c43f644e23194afce85481523 0.81 MB 743 14
748,803 748,803 000000000000000000068ff64d22fad28d697c30be781735be91a76172828d6e 1.52 MB 1,452 12
748,802 748,802 000000000000000000058d8bb1525212d51f65306ea0e54c3c4407fa918c22cc 1.11 MB 161 2
748,801 748,801 00000000000000000005382a908b56117a0638945a38b27c5a35baef883ea582 1.73 MB 2,256 13
748,800 748,800 0000000000000000000038136611b8c257d675b2f1d5d9aee51726235e6ee405 1.72 MB 1,731 11
748,799 748,799 0000000000000000000428b42702de5ebdd251c2f668ba18c6da62935e25c94c 0.00 MB 1 0
748,798 748,798 000000000000000000017d7d2389eb494cf4b709f2f0ca2d0c47886ee3c6956c 1.17 MB 112 2
748,797 748,797 0000000000000000000227d067b4c67305101fd8cc62b16fef5462f8d9e1008d 2.14 MB 1,235 8
748,796 748,796 00000000000000000005fd0a7f1c63801d56a539d97ce3a33a9a443d2c9ff89f 2.09 MB 1,093 7
748,795 748,795 00000000000000000001bb18f0b5cb60f6e54f1821757d0199266fc143379f61 1.77 MB 2,022 4
748,794 748,794 000000000000000000058160e09f27c47ee55188d99f36324a199ca8eb53adc8 1.43 MB 2,572 25
748,793 748,793 0000000000000000000881e688be6cbd81e031bb0563b917f13e6036b342e7d7 1.42 MB 2,156 21
748,792 748,792 0000000000000000000801f84603a05afba8f05c57fa2ff4c7c26bd0443102f8 1.48 MB 1,518 10
748,791 748,791 000000000000000000054562653c8a4200c7333d4c0508df9a1e856782893f8e 1.59 MB 1,447 10
748,790 748,790 00000000000000000000dd121c587248e4f341fb55d83cd667b40ce343b9705c 1.10 MB 876 10
748,789 748,789 0000000000000000000061bb78d257f39c20b820794cf6e0886f6c2fd798cee9 0.32 MB 319 12
748,788 748,788 00000000000000000003911eda098121238dc88faa6f36666bd15cb61e05c33a 1.77 MB 934 8
748,787 748,787 00000000000000000004a7a831a04863f9787d5d6577906efc58f5277094e9da 0.81 MB 901 12
748,786 748,786 00000000000000000001ad3796a3ba5e83612459e5b40f76c6c5f3e3b95fc0b1 1.10 MB 1,794 17
748,785 748,785 00000000000000000008871907768af7d28e3e276bc0788af8365d4065931d26 0.08 MB 108 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.