Memory Pool Memory Pool Refreshing

9,091 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (449,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,375 458,375 000000000000000001d2cd49b2c98c4256eaded37f4d32610375c524dd225710 1.00 MB 2,004 143
458,374 458,374 000000000000000000905b24717f185e3b7cb5e5872be859e07531828013115c 1.00 MB 1,304 102
458,373 458,373 0000000000000000008843cfe3b17f9955f42108e8912d88f2c89692758ebadf 1.00 MB 2,186 184
458,372 458,372 000000000000000001576ef671b8e1f6b5facd69ca7e5c74ed60b665d2a8733f 1.00 MB 2,149 158
458,371 458,371 0000000000000000001b94937d817adaef3f551d15563481741d061c754de5b3 1.00 MB 1,978 203
458,370 458,370 000000000000000001f7ff00614918267ecd07fe6f9cbd0d8a7d2a35a8056b17 1.00 MB 2,299 173
458,369 458,369 0000000000000000011be7f397983a2e0edeac04d88a961809bff7f063d8338d 1.00 MB 2,571 216
458,368 458,368 000000000000000000f1a9b55e6a4dc570b140de72b18f5dc47d9ea485b90277 1.00 MB 2,163 111
458,367 458,367 0000000000000000013e587d3f39a789a93533aa6da047c347d146f0588eadea 1.00 MB 2,080 192
458,366 458,366 00000000000000000209f0d7f85329386e9f1e12e2b300a366afc1ad1ba8f297 1.00 MB 1,125 98
458,365 458,365 000000000000000001a5b1c748a44ede4d984f41683896e2e108c3203e4d3341 1.00 MB 1,114 122
458,364 458,364 0000000000000000004ea7511169786d577435622823638dfcaf7cc76b613af7 1.00 MB 1,932 142
458,363 458,363 0000000000000000023743de0e52fab9c3b7238824d5341f9b021623d6638dd9 1.00 MB 1,767 165
458,362 458,362 0000000000000000000104b3c2dfb2a508879aed3683e866ad05c6555d07b888 1.00 MB 2,017 180
458,361 458,361 00000000000000000047c4ae168de907d00949980510435a6c91be27e96003a9 1.00 MB 2,114 237
458,360 458,360 00000000000000000156a04ff6a75ae5d26b83d1bc79a7e7ea5c14b7289cc466 1.00 MB 1,507 143
458,359 458,359 0000000000000000004e533627e8da91c68e7047e313bb4895df3753ee6909c2 1.00 MB 1,714 138
458,358 458,358 0000000000000000000dc3d62358ce5939b1ae5072bcbe9523c363b5ed8ed4ff 1.00 MB 2,797 232
458,357 458,357 0000000000000000022826e907a8bcad99d1e2681b835d24fe4f743b5724105b 1.00 MB 2,110 185
458,356 458,356 000000000000000002055c0d6b740e106930ddbbb839a5749dd603656c3dd81c 1.00 MB 1,859 189
458,355 458,355 000000000000000001684fa6dafa451682e627fc301d850405465c002ef76dc5 1.00 MB 1,689 128
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.