Memory Pool Memory Pool Refreshing

2,096 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,089 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (828,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,801 78,801 000000000026b9e101b55982cbeaaafaa8bb86dc9cd7702a05e8b666f7c74e54 0.00 MB 1 0
78,800 78,800 00000000003aae5b42b5f41852efffed2c75700e55c473b15ae7a9157b47c2d9 0.00 MB 1 0
78,799 78,799 00000000004b7b7f1485254ea7e7d6c66b9604184228a2dc8304bf48b11f86b5 0.00 MB 2 0
78,798 78,798 000000000028e3d5cfd014f900ac40cd1affaa3648e05c51824027b44ec3eaf1 0.00 MB 1 0
78,797 78,797 0000000000045df4c0a2e97263db7a6eb6262e14baae05adffb2f12c14ff8289 0.00 MB 1 0
78,796 78,796 00000000001ff52ee0e18d094af426706129ebe230b7f278647294678855bf91 0.00 MB 1 0
78,795 78,795 000000000012eae5b86a464570ea6a98f960009f59589b5def47b547a6144aca 0.00 MB 1 0
78,794 78,794 00000000003bf49f6ba2ca608ed3089c164f92061cab9ae6a8c9c27783180024 0.00 MB 2 0
78,793 78,793 00000000001bcdcbf68976dde846540a0a1f1a59f5738751078a866777801297 0.00 MB 1 0
78,792 78,792 00000000003ea1dda7b90783ff8eda705905acd49f3b3e125b9f96a80b866a51 0.00 MB 1 0
78,791 78,791 000000000005d25d2488c5e6429ae2f0d3819b1094258d1ed8a8c4f4955dfbd3 0.00 MB 10 0
78,790 78,790 00000000000be485fd91e502ceb9b45c34afe255b3cfac223ef4aa9ae06fd51f 0.00 MB 2 0
78,789 78,789 00000000002005583d12c7747acb339e466a091f4c37ef9ab571608e0b819858 0.00 MB 1 0
78,788 78,788 000000000027b5cdc8d1ccc595337fac7cf903459717514edeb256c2ad06ff50 0.00 MB 2 0
78,787 78,787 000000000035833f7aad2491b9afdef76fd5a7101c61c542714a9fb94ab29241 0.00 MB 1 0
78,786 78,786 0000000000465217d1e7500d39615eea49a151beec0f05ef1dffebba10332f14 0.00 MB 3 0
78,785 78,785 0000000000447e2b6de408651c8c57ffde0474c0a96d3e0f90db35c559226c25 0.00 MB 1 0
78,784 78,784 0000000000086720b98d6cec0655b6dfd6b8fcc20f683898b898617be4cc5247 0.00 MB 2 0
78,783 78,783 00000000001b647a949926c15fa1b64182e7ec0f421aa30819d391a3fa4fd6dd 0.00 MB 3 0
78,782 78,782 00000000002549f99bbd9e1ecbd63a812b8ca31ed621fe00b7013db157f27bb6 0.00 MB 1 0
78,781 78,781 0000000000182f7ac5201dad1b431047f718a71620fd78b4e6095acdd568cd4f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.