Memory Pool Memory Pool Refreshing

3,061 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,709 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (148,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,320 759,320 000000000000000000024c7d05533fe4fb79402a64f7660d6cc775bb9eadd358 1.36 MB 1,426 8
759,319 759,319 00000000000000000005be370f6a6c5beb616d810c28430c235dcfb52e954418 1.44 MB 2,052 11
759,318 759,318 0000000000000000000349efb62a34f5af6210e8f9ce11e10e40a0052c2b7320 1.83 MB 1,746 1
759,317 759,317 00000000000000000001f3e884dcddd3321412399ee28f4683070419dc998cb0 1.67 MB 2,783 8
759,316 759,316 00000000000000000001a2ec1f42451435fc99fe7b38f0e7d2332d5d1615f0f2 1.63 MB 1,616 9
759,315 759,315 00000000000000000002b8d3643406f9a0de11a0b47ff4fde43a092cb77a7bd3 1.36 MB 240 7
759,314 759,314 000000000000000000041202f23150d76a90ada03cab564ad71c6fa2af463ea1 1.03 MB 215 10
759,313 759,313 00000000000000000000a06cb7f64931e4da085a988eeead9363811f27173faa 1.43 MB 1,017 4
759,312 759,312 000000000000000000051c0135a2ea6b932e4afc5d24ec646f5e0b120a2c257c 1.42 MB 1,810 11
759,311 759,311 000000000000000000050a7d4948ca48720e992d04a786f4efffc8b64c547d39 1.28 MB 1,811 15
759,310 759,310 00000000000000000007d63e88469da0a5d9e3bfd4567c90fb6db937afab7a03 1.17 MB 1,209 14
759,309 759,309 000000000000000000010362e89ffc9664a24e91eb0bb420707b906dc70499ac 1.16 MB 994 12
759,308 759,308 00000000000000000003d29881371e7677f12089afc92e2052586033650a9bf8 1.21 MB 1,574 17
759,307 759,307 000000000000000000003b4230c3fc1ae9053c7228f6ab2a8a517ebd24396c2d 1.50 MB 2,322 7
759,306 759,306 00000000000000000000dd10c19e5d8d059317444ca3b70b322b5a337056533a 1.47 MB 2,097 12
759,305 759,305 00000000000000000004aea590cf5b5f2375f8c81b6b9b4845e0138552782c9d 1.08 MB 642 11
759,304 759,304 0000000000000000000528fc7cf64541977917ff79b7a1b608dc6de833759735 1.21 MB 1,460 15
759,303 759,303 0000000000000000000333586d9108c3788769e0e5cd707b04d815925023993c 1.27 MB 1,949 15
759,302 759,302 00000000000000000005496c30b32b5028a3d7f857a6327a747fc707336d092f 1.11 MB 519 12
759,301 759,301 000000000000000000041a756beb6a862b990c500de1da17c54b1bb8bd5da4fa 1.08 MB 295 11
759,300 759,300 00000000000000000003c0673c4bfc371c96ad43ee39f2b5ec08e5ce5da0d0b2 1.41 MB 2,890 19
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.