Memory Pool Memory Pool Refreshing

8,684 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (742,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,800 164,800 000000000000097f833c6af6c91c0500d49e266085de2f70fc56b6ce8772f42f 0.01 MB 15 45
164,799 164,799 0000000000000ace169cab54ec715f2fdf483bcf67e1c8c61b17183e3e211a63 0.01 MB 14 60
164,798 164,798 0000000000000b29fa6d5443021b8bcb0dc8b1977ee75f979b05cd4f2a11a062 0.00 MB 13 40
164,797 164,797 000000000000023c5be174e54f2a311e78357b7179942fe6ec705b859fbf5412 0.01 MB 25 271
164,796 164,796 0000000000000c90c3053b772622c949c4e8d68aa5642c5062ac29a8581af2b0 0.02 MB 42 235
164,795 164,795 000000000000024023c16959e89c177a188303b1f894c71ee574df72cbfcf727 0.03 MB 63 5
164,794 164,794 00000000000004a6d4c2f94bcd497b2afc98c79562128fc7d1a77b10edf44a8a 0.04 MB 66 95
164,793 164,793 0000000000000676430610e635947f875f27f8c4fcb4cf9a8c1e638e754d53d7 0.04 MB 88 54
164,792 164,792 0000000000000a5662c74f59fde01095aa052ee9815734ef0e2bf38d44036eef 0.00 MB 11 28
164,791 164,791 0000000000000782aae4f8eab957f85fdac1e0eb485b06ea133150e1ae79ae34 0.04 MB 96 158
164,790 164,790 00000000000006d7c4f43b242138400f8398da57f0d8f20a0289a284e2641315 0.03 MB 91 40
164,789 164,789 00000000000008f6f60a3aec4ea1a50d3709d78e3d3725cba07e79109d84b83c 0.01 MB 5 45
164,788 164,788 000000000000093a04538271c3776d2d4dd7a1ac83a1f508d2dac4e41a3ed763 0.00 MB 10 554
164,787 164,787 0000000000000c78ab2e714affeb5f58befa6a3694cf5d2ebf7a57fb7dbad0ce 0.00 MB 3 143
164,786 164,786 000000000000063212e908e3996c53121d24801b3747d5bd3b556c67b96812bd 0.02 MB 42 122
164,785 164,785 0000000000000aec82d943619a85c3134a9ca53fc6aa8b4f445ccbfc7945c089 0.02 MB 47 103
164,784 164,784 000000000000064281e1abe1e377bc20af2c2e7612a13e00156a4a715f3aa8a0 0.01 MB 17 93
164,783 164,783 00000000000006eac5975915f9d0ec44892303f0c7c4ddc942685c323157e5d4 0.05 MB 128 2,245
164,782 164,782 00000000000000d4af1a4210127a95606514d320fa65f3dbd2797b1f7c9156e3 0.01 MB 24 33
164,781 164,781 00000000000005d3a8fac5a407948818c51a39d9730150adc3f2552021634fcf 0.03 MB 68 129
164,780 164,780 000000000000087bb253be417ce7df3235a812350d1e05a4c224c4fc448cceef 0.00 MB 12 0
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.69 GB sent, 93.07 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.