Memory Pool Memory Pool Refreshing

1,680 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.50 vMB 1,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (516,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
391,485 391,485 0000000000000000020bd3ec973b7a89fa500233ef106112fc48ae947c88b62b 0.53 MB 1,079 30
391,484 391,484 0000000000000000047bcde71b1f8db8e7fe6d2bda1b4ef4ab2fd34af27309cc 0.58 MB 1,398 35
391,483 391,483 000000000000000002b881ba8a939c0aa2e4c145012c6644c4749465ab269c9a 0.61 MB 1,460 32
391,482 391,482 000000000000000000329570ff817ab36e58a5c75bf417c57c16e0f5de1ffb13 0.23 MB 240 16
391,481 391,481 000000000000000001442efb84cbf203665dfb7b71a371a27c0a7b3e6d082b5f 0.48 MB 1,041 37
391,480 391,480 00000000000000000a4cf31df5ec0aea3e8a54a89afc4ea9baadfb30a7becb49 0.17 MB 239 17
391,479 391,479 00000000000000000080fd9de62eb955807db6500213458d98088814c91faa61 0.31 MB 860 48
391,478 391,478 0000000000000000083b02c52a2155928433528af2aa71cb73d0bc984ba3cb5b 0.24 MB 169 8
391,477 391,477 0000000000000000040654bd06946d0575ae0a79e09f82898947300674936d11 0.24 MB 159 7
391,476 391,476 00000000000000000763da23c1afb63d3624c92f26a008dbc3f0880d30a63d29 0.96 MB 2,133 34
391,475 391,475 00000000000000000a468c77830d8631880a79fdeb47121432dc38cccc99c39b 0.13 MB 246 24
391,474 391,474 00000000000000000914de3d403456f7fb9b3a3b8def233c479a8a320349045a 0.21 MB 356 24
391,473 391,473 000000000000000000ec7d4453a2aef9572c5e96c053297e4906a7ab77edc68a 0.00 MB 2 0
391,472 391,472 00000000000000000623e298e61853d5c3d5d8d1381b8a1493ce8cd4ca8fb4c9 0.29 MB 753 35
391,471 391,471 00000000000000000155c039497cb5c0c17ed54b85415c82deda28a62aa824e8 0.16 MB 290 26
391,470 391,470 000000000000000000d465446d4bc9025b40e358e93e57bd66ffb6527a15d07a 0.28 MB 675 35
391,469 391,469 00000000000000000a253b84b0f0fc802260ecc628e13f3c3629c14b0433fa8d 0.41 MB 833 34
391,468 391,468 0000000000000000060dbf4717ca180532baafe5f6de547e2ac91da175777867 0.61 MB 1,104 29
391,467 391,467 000000000000000005301cc15263e6bf964c827346e1be46f160122b5d8bc693 0.24 MB 127 8
391,466 391,466 000000000000000008567512ff715aae167e9a1cc44c2f5ee754d96658fb6a05 0.25 MB 303 16
391,465 391,465 00000000000000000635b12a746b13bcb527009170f863414e0a1c85ec6f1c13 0.53 MB 1,301 41
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.