Memory Pool Memory Pool Refreshing

6,263 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,715 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (752,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,354 155,354 0000000000000cb8c121fe2a1d747a93ac246005f80f4888b87b20b82d992713 0.03 MB 141 9
155,353 155,353 0000000000000d51176b542ac4707fd77f4f8d8c6fc4bfe164f8b3039535a37d 0.03 MB 70 29
155,352 155,352 00000000000002af9728c843d04b5ebbe668b703ed53716c1379b6741b8112c5 0.01 MB 27 22
155,351 155,351 0000000000000eb466dfeec600e596c09cb1776152c1652916415e08f414e87f 0.00 MB 14 34
155,350 155,350 0000000000000c11fb33f015cba45c78be74e2caced4b3b309040e307793d8d0 0.01 MB 18 185
155,349 155,349 000000000000021be0038cae2e99540e85ae736da27f0c9f2eccc32d320bec7c 0.01 MB 21 24
155,348 155,348 00000000000006ae509beb99734300947cf8c05ad904265d23620f650472de7a 0.00 MB 5 145
155,347 155,347 0000000000000e103d1aecd52ef036087c2d0982dfa03c44a7f61f958413d768 0.03 MB 85 23
155,346 155,346 0000000000000519fd4c67cd0319361fa84f69bb7d7a925b6cb4262ef230fd27 0.00 MB 15 82
155,345 155,345 0000000000000a841114701e418265ba67cb2209f1200c5205c19cc12cba499f 0.01 MB 27 102
155,344 155,344 0000000000000eb76af33720e0af3ce443f98586da4d86eadc8a912180fe40b8 0.01 MB 14 153
155,343 155,343 00000000000005e62e4027543520840adefa6f0dca699fec278e4ce4f989ee34 0.02 MB 53 182
155,342 155,342 0000000000000dceb1290baa48028596a8164d28b7cab99125aef95c5af2d8f2 0.02 MB 36 60
155,341 155,341 0000000000000b35b38aa9a7b6ac4a10b73ba27620371c36c65f45b191cb10ca 0.05 MB 184 5
155,340 155,340 0000000000000c778faf780c1ac64e507f4c4244a9b06f149d20ee5ca34fe4d1 0.04 MB 86 204
155,339 155,339 0000000000000090d306ef9f155191bca70ecc879096daac9fc323a7cb683f11 0.01 MB 27 0
155,338 155,338 00000000000001a449c778ac6b183d89e0a7e99fedab688198bb4841178ad6ef 0.00 MB 14 24
155,337 155,337 0000000000000c0cf59549eaede1be4fc28bd1176b0d9f5bc1f46a22141a4947 0.00 MB 6 42
155,336 155,336 0000000000000f0bce806c9efc7157be7940bf11a4b4628c253d78da87f4fbd5 0.00 MB 9 29
155,335 155,335 00000000000006ea8102da851eae21f2844ddff6b2ba46763efb524d6f1a5e51 0.02 MB 18 22
155,334 155,334 000000000000078bb646d21dbb9bee96b233b87fd0993f81ec45f1b35ab1ff62 0.04 MB 92 62
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.49 GB sent, 92.73 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.