Memory Pool Memory Pool Refreshing

1,121 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,092 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (733,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,768 174,768 000000000000001882e2bb0682313d0d7f6045d28584d4e92e95e71206417b39 0.02 MB 55 3
174,767 174,767 00000000000004c19a1598f8459b4eff1c5a1219e5bf96ec852af8d0c846aaa1 0.01 MB 13 88
174,766 174,766 000000000000031dc44423589afd853b99390e7156e4c29acae2685505063453 0.03 MB 40 423
174,765 174,765 000000000000095345c5956c2861fb3b97abda8f7761db90224b2ba7d5ae9960 0.04 MB 69 113
174,764 174,764 00000000000008c9253f9655e35decea19cf5294d9558e8cdfe1c0bea58ba3d1 0.00 MB 1 0
174,763 174,763 00000000000001a47c0ea5d2e20cbaceb0f50af83061dcf6dc3aab2df7d0588a 0.01 MB 19 63
174,762 174,762 000000000000013fd235795bee599245de4a53097451b03168e5ce8a4d763f07 0.02 MB 61 129
174,761 174,761 000000000000080ff32db4c8f447c1526039644ac3484536c40b75049e762327 0.01 MB 16 127
174,760 174,760 00000000000009248f642986f316cd4fdfdf9641b4eb1aa4756e36d768a3db70 0.00 MB 11 0
174,759 174,759 000000000000022b83372f09c8cb61e37e678d39a79e34062c2d3862b9435f27 0.01 MB 39 80
174,758 174,758 00000000000003b30a5efc6af3458406fbc24707d83e3569a5072a874ee8abb2 0.03 MB 79 227
174,757 174,757 000000000000017e11cd19afe2e00834a0ae537dc3841a2ac825e644c66cd0fc 0.02 MB 49 70
174,756 174,756 000000000000010b9fa2fb2ddd99bd97871c699316eafe7f4e471bcbb6459458 0.01 MB 24 4
174,755 174,755 00000000000008b6c9b72a460533583ddeb9ce7cf6274872910b9eeee0728f03 0.01 MB 29 46
174,754 174,754 0000000000000a3f3906b2adce4a16067b17ffd883b70a15bc34908cd9b00251 0.00 MB 1 0
174,753 174,753 000000000000083598376649fa067f0920a0f920b21e3b67cdf69a3bb4be37d7 0.03 MB 49 110
174,752 174,752 000000000000098a998fccd312f0f4c474debad0efbb188e5d35168b547dbd9b 0.00 MB 11 42
174,751 174,751 000000000000052337a0ddcbec72641936602c450dabccbf053f96546f4838f7 0.00 MB 6 34
174,750 174,750 00000000000004d54af411ad476f655c7b454bb62f1723b9220822ff1443aa9d 0.01 MB 21 34
174,749 174,749 000000000000067cbd6274b2dab75792c3e2f122ce3f6e3b29cca0a90c27f455 0.04 MB 102 709
174,748 174,748 00000000000000bcab8a3b2a7bd86417926657a8217d4a456cbb11226215e19a 0.00 MB 11 147
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.