Memory Pool Memory Pool Refreshing

2,854 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (619,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,388 288,388 0000000000000001130f8954627fb594369d24499940242bf49684dbefa1c3cf 0.83 MB 1,484 32
288,387 288,387 00000000000000005960ce8a199ed4ac51f868bbb458c3da0d8233494caabd54 0.06 MB 128 97
288,386 288,386 000000000000000109eff41d6850e5a125d1032470719497e09fc92bd60f58a9 0.11 MB 246 39
288,385 288,385 00000000000000001505483e39da6191f739a76507981413b790b9dc3c7b0527 0.30 MB 581 32
288,384 288,384 0000000000000000503c4fd10204c67318520e413cb9a573f37890eee886b106 0.49 MB 921 37
288,383 288,383 000000000000000104fd2c6b15007de926bd83f32f49f96f2c9b36f27654fe52 0.16 MB 277 27
288,382 288,382 0000000000000000a1d207bfd101adc25b450d5e97ba055541c9beeb063e540a 0.06 MB 187 70
288,381 288,381 0000000000000000e5b2a8cdb1ac9e4df83e5a18a2d88736c55681e132556ad1 0.42 MB 408 18
288,380 288,380 0000000000000000f2d8c20aaa1b6fc5c0f6aa1556090ab70813662bbabe29b1 0.25 MB 746 55
288,379 288,379 00000000000000011b54c13c0eb5cc4a5e6f26dc33d9826915c82bd5b171ddce 0.10 MB 68 12
288,378 288,378 00000000000000005d05e32c10fa94e42e35b2df7e4989d1ee3f779f16996302 0.50 MB 704 26
288,377 288,377 0000000000000000bacd00aa238ff153e946ca54305aaa6280ad0927a61987e4 0.06 MB 178 77
288,376 288,376 000000000000000092841eeb6c9514ffe7a00e54c76f1057dd7fcb4c5beb2a83 0.06 MB 156 47
288,375 288,375 00000000000000003fc4661c5b2b7a131d70c311413d9ac880d2541149cdcf3c 0.33 MB 579 30
288,374 288,374 0000000000000000f7bfea9627c2cb79a43d3ade6940a6602eadb95b22a4864b 0.86 MB 1,210 24
288,373 288,373 0000000000000000161879bcf7694a927b8c53aa92ccdb04b8559ca6436ff4dc 0.50 MB 863 67
288,372 288,372 00000000000000004d60b154ad889dcd65dceb9cf952e57c97a6f43106cf6360 0.34 MB 163 13
288,371 288,371 0000000000000000b6379fdc099ee8a94d7b1a92510dbaa6fb73b71c954a0bdb 0.50 MB 782 33
288,370 288,370 00000000000000005e7904fb0afeaf4ba324c06c65a54098870ec79f2bdf937b 0.50 MB 822 34
288,369 288,369 0000000000000000ce1dc5037f347e65261bb4d0af54b38d9c696fe769c5ccf9 0.35 MB 439 20
288,368 288,368 00000000000000009a19daf1005d31ebe0894c3356f16e2d71d8b8faf9b5ee63 0.35 MB 796 44
Previous 10 blocks ↓
Total Size: 769.06 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,627.86 GB sent, 93.18 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.