Memory Pool Memory Pool Refreshing

3,765 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,707 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (4,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,292 903,292 00000000000000000000875432173481d93daeadbeb0d4eb5695f8b8720f0cbe 0.17 MB 421 2
903,291 903,291 00000000000000000001607f24f2ddafbe12c82d381d9e70a63944ccca19fd83 2.99 MB 2,258 0
903,290 903,290 00000000000000000001920377b14c3017b5854f03e3b998ee7036ba0ad201f1 0.22 MB 217 1
903,289 903,289 00000000000000000000ea332b3ef0f8131f940492c7763479b480bd78b02ddc 0.32 MB 748 2
903,288 903,288 0000000000000000000014aa20b84b5616a7e575485c75d03d95144d3d8763e6 0.48 MB 678 2
903,287 903,287 000000000000000000017af84f1e53621a1f05b94d07d608c9353cd78e6a08e3 0.39 MB 872 2
903,286 903,286 00000000000000000001cd152683d41d955a1ae3cf76a80005e6f7d9bb457dad 0.26 MB 302 2
903,285 903,285 0000000000000000000051158ac79b433ca79bc6ac3da63068e5bea424d5634a 0.69 MB 1,101 2
903,284 903,284 00000000000000000001b75bf80d7dde169c3f191633dcbba44d63f06e722a5e 3.32 MB 1,259 0
903,283 903,283 00000000000000000001f2c956839c1d29ee78d2f2257f52813a2b7825516a27 0.19 MB 155 1
903,282 903,282 000000000000000000012400a17be1d1c7c0ccd3b97b302c249e8b202bbff9bb 0.20 MB 379 2
903,281 903,281 000000000000000000025d320493b8ae551a74d1384bab1bd1bfbe2e8c0e5a19 0.19 MB 435 3
903,280 903,280 000000000000000000006b8a26165710170d2ff3104f9992c05df54f4c5ed8bb 1.94 MB 1,862 2
903,279 903,279 00000000000000000001890ab5f663c2904612f7f32786b16730266cb2d077ee 0.44 MB 977 2
903,278 903,278 00000000000000000000c091b2967fab88f2858d6c2756367eac986662c269e2 0.59 MB 986 2
903,277 903,277 000000000000000000014b2492fcdaed54fda27308737b7a070fef307bfff5d1 2.03 MB 2,787 0
903,276 903,276 00000000000000000000fcead57b82bcc1720f760207bcff470888bfe9e8e3af 0.21 MB 583 3
903,275 903,275 00000000000000000001c4d4c0ecb3b81988c698a7a45977994e73bbdb0af421 1.69 MB 4,079 1
903,274 903,274 0000000000000000000176c5990f07e216dc2b84547d6dc320926687f5f56212 0.19 MB 451 2
903,273 903,273 00000000000000000000e5a9c001dedb69b37117d8a963e627a8a32725c0d897 1.74 MB 2,639 2
903,272 903,272 000000000000000000007368cb368b3ed0e8c8cd44505ad035196667a4e0f97e 1.84 MB 3,209 3
Previous 10 blocks ↓
Total Size: 769.00 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.64 GB sent, 92.79 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.