Memory Pool Memory Pool Refreshing

7,867 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (601,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,454 306,454 000000000000000050746eaf34e72172e3b9979ae32465731ea6c485f566b65d 0.11 MB 173 34
306,453 306,453 00000000000000002d981fe47994a8ce59b3d06e8931dcdc8a920076cefdbce5 0.24 MB 318 27
306,452 306,452 00000000000000000ce242406f9648619a9133e9f0c7e0d9020efe3811be2b3e 0.16 MB 314 32
306,451 306,451 000000000000000003646036d2ffd7993caf2d29c28ebe73f196a0f2800d503a 0.09 MB 202 28
306,450 306,450 000000000000000014cec10c72589b62d07db5a4aa4af8f745e2840b54267bb0 0.42 MB 693 31
306,449 306,449 000000000000000004cd4a55e6408ffac9c46ed0cd12e1f0520989ff35a3bf2f 0.36 MB 219 17
306,448 306,448 00000000000000000f9131b1164bf683e329f0c2712c0a0b67c89b55cfbc0854 0.44 MB 858 50
306,447 306,447 00000000000000002ecdfc9d6a8478ac74b147384827751049ecbb634493732c 0.01 MB 21 22
306,446 306,446 00000000000000002bca61936e1f695883d1f9dc8f3374f3157e7abf126fda28 0.09 MB 197 30
306,445 306,445 00000000000000000e0620b393cec1519f2acafe9fe1f16bbc52ad95b18bcf6b 0.20 MB 264 24
306,444 306,444 00000000000000001d06cb60ee43b90724c219d0a2abb77c2d60044ffcee38a6 0.44 MB 729 37
306,443 306,443 000000000000000041f9850154210732c5c03b1f0073c64868d12fe98606e233 0.14 MB 203 22
306,442 306,442 000000000000000022025a1e1341879acce6f031d9bcc12229ad0720f1b47fd0 0.38 MB 460 29
306,441 306,441 00000000000000001b63dbbed704a1f8b797f43c458c24d07f4cc726348affb9 0.50 MB 1,210 41
306,440 306,440 00000000000000003d85daf4baec61286fb9486f6f4843a98ec29b472e30e05f 0.16 MB 337 28
306,439 306,439 000000000000000005a360f2ab8369251325eba12e447f6b6e5283fbe3326953 0.19 MB 312 30
306,438 306,438 0000000000000000362587a3d7ed2c1ab30b7ef16e6d4ad227dd5d25da8a55d7 0.40 MB 664 31
306,437 306,437 0000000000000000417a5ca87993bc10f25714b40fb37194fcf21d6ca63cdb46 0.12 MB 165 34
306,436 306,436 00000000000000002f95aeb8e1147f78e63058d5bca813374cb2705da013cec1 0.15 MB 223 27
306,435 306,435 000000000000000022626dc8e7c33552e7524184c6e89baa4e0f11030d5a3d07 0.03 MB 63 28
306,434 306,434 0000000000000000453e1a73470e85b4f8772146e57cef5ce5b0220bb7c76ae4 0.19 MB 285 38
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.