Memory Pool Memory Pool Refreshing

4,577 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (620,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,390 287,390 00000000000000004ccb5ba670987ca96e9f1af6fa00e91f7a3b952ad2784c01 0.38 MB 617 30
287,389 287,389 0000000000000000a14d875ea0166143d99487f3557c391054698b431f1f105e 0.20 MB 432 87
287,388 287,388 0000000000000000284a9d1dab419a7a14ff377129d69f51c8a5e6628f304157 0.13 MB 209 31
287,387 287,387 00000000000000004ac3a8ff29fed187adf22e64e2deea55d43a3ffbb3224a4a 0.06 MB 60 27
287,386 287,386 00000000000000002aa02ed2c38eff2afacdf07e247e82fdc50897be72773382 0.30 MB 487 32
287,385 287,385 000000000000000136190ea8312268ad2d9f84632be5e58deac57c2952e5e94f 0.18 MB 353 38
287,384 287,384 00000000000000002ae90cf0637fb1c6d649b3777e2f4ea3cb2a9bcdb2f15a5d 0.17 MB 193 24
287,383 287,383 0000000000000000679b8332cda8c516374462b4e5800d906686a72ddc04c71a 0.03 MB 53 29
287,382 287,382 0000000000000000c141c70f90919ecd6ca7f3fefc54285863e2913847dc873d 0.03 MB 66 54
287,381 287,381 000000000000000034339fca3339f82e03e8494706cc26761fc9b0a60b4b50dc 0.16 MB 260 27
287,380 287,380 000000000000000001583ffef2a3b1cf19e9a7a274f61dda69265c8297e4610a 0.01 MB 14 38
287,379 287,379 000000000000000057b9b1a0bf653ba84087687ddaf46004446a44faa2977c83 0.17 MB 269 27
287,378 287,378 000000000000000017557e951274525e4ce4822a0dfc024d2f31dfc1ff84f7e7 0.04 MB 47 28
287,377 287,377 000000000000000049afbb2115eeebd55dcd365b2df16f1fe7f222af314d9357 0.29 MB 419 29
287,376 287,376 000000000000000158d11f5a346bd45df225e870b8ad340b122aa4d5944bf877 0.35 MB 825 44
287,375 287,375 00000000000000006b9b4942e892ecc8dbf7f286f74804c6ac4610f2ed766d30 0.03 MB 31 16
287,374 287,374 000000000000000027444793f57c30e7c8d43eea8975900291e99ed3cadfa8ef 0.16 MB 310 36
287,373 287,373 0000000000000000bad65dc9a7d662e01ebc81a4eb834ef083d5df7ee3c7e882 0.11 MB 164 21
287,372 287,372 00000000000000009ff67468f9a628755f79d987ef27385b88814db5b5627034 0.06 MB 89 18
287,371 287,371 00000000000000015619b2d2e2fcb12d58e0e5e1d65799409c75f281198d4461 0.51 MB 906 39
287,370 287,370 00000000000000013a907b6e7aa773b9d14fd20f0c87b5636cb83ce3dd066edd 0.06 MB 144 48
Previous 10 blocks ↓
Total Size: 768.99 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.52 GB sent, 92.74 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.