Memory Pool Memory Pool Refreshing

7,181 transactions
2.69 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (620,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
287,369 287,369 0000000000000000f04b333ee67d24ee2723f724728ec978e077fb0a45fd6d7b 0.09 MB 126 30
287,368 287,368 0000000000000000bcc085abb3bcd7e326da56b7f78004dfcae1d7bc53f9a907 0.25 MB 427 32
287,367 287,367 0000000000000000502776485365675b4b3d2b844f5ee540d0877efe417ff23c 0.12 MB 226 35
287,366 287,366 000000000000000038e7fb227742223fc95d4a45fa594ec99676ed50ebd7d61c 0.15 MB 283 38
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.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.