Memory Pool Memory Pool Refreshing

1,071 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (585,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,294 322,294 00000000000000001d920bbd76ea39894135dffb2d721c2f3a4ca2465ffbd8bd 0.05 MB 59 18
322,293 322,293 00000000000000000b144a915a4193e00ad94cfe3db2fc84d7aaadb4c379f4c9 0.43 MB 600 21
322,292 322,292 00000000000000002324e20d6fdc6a616dfeb42f85f5cda71c85e4b1c94ef41b 0.09 MB 256 43
322,291 322,291 00000000000000001243d329a2a2546ce02a599a5165270a05420461cc963a78 0.13 MB 239 26
322,290 322,290 00000000000000000c7420dff11534c140af8f185972af2fdd8f03a55da3e319 0.27 MB 309 20
322,289 322,289 000000000000000006dd003e488c78ca1a828a105f4f440bf408abb65b9d98b6 0.39 MB 361 21
322,288 322,288 000000000000000001ea6b459e2630bb1019a1dded0dea3fa7064fe8fcfc0708 0.29 MB 384 25
322,287 322,287 000000000000000008dc983ef76af64f2870f9d016baa170ffbe78730bbc3f46 0.55 MB 941 28
322,286 322,286 00000000000000001030cc770ef3e6e7320b8073f87c9c76975dd89222a3dcca 0.18 MB 264 22
322,285 322,285 000000000000000012f73f150d84f3f8bce1a94d3ba38d360438b6553ad58ba9 0.03 MB 32 20
322,284 322,284 00000000000000000fafd124e821e9fc7d218fa2c914ac3a1a0b129480bf2ef9 0.11 MB 214 29
322,283 322,283 00000000000000000e0729d778525e8e7c3256a478dbb1b20f201c716d2880f1 0.24 MB 399 24
322,282 322,282 00000000000000000ae52cc5a72451dfe03a54e36b219af400aef0b1a1f7e791 0.55 MB 911 26
322,281 322,281 0000000000000000143ac2636b225832fcee6b0862018c044898aca6ebe8af8f 0.50 MB 1,135 30
322,280 322,280 00000000000000001b818b440fa766fdb214d9507f27bcf7279529117c79a4fb 0.75 MB 1,351 27
322,279 322,279 000000000000000013b7e659f72f0c7c99e510795d01b5a07f9661ca6d4b5526 0.35 MB 327 17
322,278 322,278 00000000000000000d3682c329eb08a194d8e330f94f053f3ec5444fa06aaa6d 0.35 MB 915 55
322,277 322,277 000000000000000012bd8824d5f974db5749ef8485c58a3dd6945c3f0884f98c 0.04 MB 67 14
322,276 322,276 00000000000000001c7e464f37c65cec9c5c83e0e0e3c5da47eee79fd9bd33a8 0.15 MB 300 31
322,275 322,275 0000000000000000158229535916712df53aa02f6fa22268409f5e8b3e99208a 0.20 MB 203 15
322,274 322,274 000000000000000001e64a214cb1c3ada239546ed2c42f6c59a76a4bb47941ad 0.15 MB 403 38
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.