Memory Pool Memory Pool Refreshing

7,921 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (222,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,470 685,470 0000000000000000000ba4922f50222449eaca465732f01be9bce4b64c00e4cf 1.59 MB 1,366 41
685,469 685,469 0000000000000000000b893d37daf461a7c3ce5c700900b5e88a20eb4964fca5 1.51 MB 1,890 68
685,468 685,468 000000000000000000037bf1b1b1d97ec2565e86fefd884151e28e3c323c2dfc 1.45 MB 1,342 17
685,467 685,467 000000000000000000004ebccedf387fb7223b6621fcfedd661dbdf9d34d2821 1.33 MB 1,407 43
685,466 685,466 00000000000000000009fde417c010d7ec9ffb25a268f4b0667681ed9b74cf65 1.60 MB 996 4
685,465 685,465 00000000000000000007b7241ee4748769266870bdab4e5306379739db07c466 2.25 MB 217 2
685,464 685,464 000000000000000000012bfe7f869599b6066c8c09f84e1d1bb815400de75266 2.30 MB 193 5
685,463 685,463 00000000000000000005cb8858f6c5074b74863a932f433ac455da59a8c6b483 2.23 MB 241 8
685,462 685,462 000000000000000000028ef0e08e6ed7b1fae20312bb70a3be97a1177a2099cd 2.10 MB 782 15
685,461 685,461 00000000000000000008c9dced28fbc60f18881ee300ec8d042c238a96e79676 1.58 MB 1,488 30
685,460 685,460 0000000000000000000d1244ba28d4ceec83cc32e5b88836c1466003cd43729b 2.19 MB 459 9
685,459 685,459 00000000000000000006445d2dfc79c4fcd0e6437ecbdbd19b40fd017b738e8d 1.78 MB 627 13
685,458 685,458 000000000000000000065376e1f205ff62475cc9054b6e4657ed1ebcd23c9a14 1.25 MB 1,244 3
685,457 685,457 0000000000000000000c1046f872e0c042a449c0fa2ed61f4857373629b3cce0 1.47 MB 1,390 16
685,456 685,456 00000000000000000006992b115df555c4810f1dc22f60e3536d8214798d6ad7 1.20 MB 859 65
685,455 685,455 0000000000000000000c65f40022a7913dba041d92ed0dea8baa42a49c75c4e1 1.35 MB 2,015 52
685,454 685,454 000000000000000000041c8778054b32b159aacf5cb6072f2b3a56c86f54a2c3 2.05 MB 479 11
685,453 685,453 00000000000000000007a791a454599a6295f368a24fc208e0b6cbaf105d6b97 1.78 MB 1,623 29
685,452 685,452 00000000000000000001c1b436262471ec926e6cff522ec048c912e26ebba6cc 2.28 MB 241 5
685,451 685,451 000000000000000000041f7db3a18612b7439c91398f21bd816fb3c93c74099d 0.00 MB 1 0
685,450 685,450 00000000000000000002f45558f6bc1e8bd97ce127fe8217d69f04d4938265b2 2.18 MB 417 11
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.