Memory Pool Memory Pool Refreshing

8,180 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (792,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,193 115,193 0000000000004bb6426cf107c76381301bb4c4dc1946074c70802bfa60f76b83 0.00 MB 10 336
115,192 115,192 000000000000795d6d75072f3fb447011d1804672959f9b324a1ad0b91aaefef 0.00 MB 11 0
115,191 115,191 000000000000d339aa98372c0c6f3d632cd7af140a61e29107aeb375ab608047 0.00 MB 16 1,147
115,190 115,190 000000000000cddc8c2bbc8130a75f3cf3549eee1c89dae036bacb1301f6d4c4 0.00 MB 12 352
115,189 115,189 000000000000c5ed4f13381c516f5fa9cf047d84a16b01e1f90a687350cfd7c6 0.00 MB 4 0
115,188 115,188 000000000000367cc7b699fb5088b083cf1940828077bed82d6f075d08abdbcc 0.00 MB 1 0
115,187 115,187 000000000000e3d6a944383b76a5002c4f4a0d93c02467684f30901613cae45c 0.00 MB 12 0
115,186 115,186 000000000000989cc706c3bf4869682e25b7c7e5f2a5ad99a753f80875c25efd 0.01 MB 20 188
115,185 115,185 000000000000b85996fe7ccbb16b5c8654b5d777fd056f9f7b6653091cf65e6d 0.01 MB 12 690
115,184 115,184 0000000000006bd2c4602f09e101e4cb87bfe9bd366cebc5411666cb14aa4b97 0.00 MB 9 0
115,183 115,183 000000000000842ebb1c774b670c0950e04866ccfc4de26411e634f03f0171c4 0.00 MB 14 1,469
115,182 115,182 0000000000008933a823db95b53805f1cb030ef9ffbca5f0f3a052fd0d600d09 0.00 MB 14 912
115,181 115,181 0000000000002973a5330d569579235b33fd39d893ea25e78eefe57db6e3800c 0.00 MB 10 0
115,180 115,180 0000000000002d7249e9a6869ac1d4f314e0745781ffb2f0f77beb74428fed00 0.01 MB 16 764
115,179 115,179 00000000000084abbc8c4cf900581598c7e486a91117ecac2c541b9f4423646e 0.01 MB 13 0
115,178 115,178 0000000000006dcfdb994574625203ac91d61635e85c68be43496dd9756155fa 0.00 MB 9 4,219
115,177 115,177 0000000000003d4fe802e01d99c3388649bc27457793c5d427ce4c2de7ce0c01 0.00 MB 12 2,134
115,176 115,176 00000000000058f6f5db47d7a60dd007650223341cb81927372dda44f33ed057 0.01 MB 36 223
115,175 115,175 000000000000dca12b1654458fd0dbdeacc49bee2164427085c8eb04539b0442 0.01 MB 34 1,004
115,174 115,174 000000000000365c85c1a16cbac6ed70e5e8959113c1daaa70c9a9dbf1a790c2 0.00 MB 9 2,293
115,173 115,173 000000000000395894012741cb5d3134622aac57508f8f67a929322814b930e4 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.