Memory Pool Memory Pool Refreshing

8,311 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (591,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,395 316,395 00000000000000002e3af5adc15ca500e80dade16828bed816c3299372262a0d 0.09 MB 203 33
316,394 316,394 0000000000000000140b7323cf719f487b121b29ca42e2f1f9af1bd1222d17dc 0.40 MB 615 25
316,393 316,393 000000000000000025169b4eb66d7b03206bfe6abd5f649d021fbd694243cc1d 0.18 MB 318 27
316,392 316,392 00000000000000000caea1faba924f320484b7517900e6343ecd1648c28d0583 0.39 MB 698 26
316,391 316,391 000000000000000021b7abf412351f5116bb89825bf6fc9ecb1e0e2fb7280109 0.03 MB 47 18
316,390 316,390 0000000000000000063f3efc8cfe205761cc55e8e9c06ef1eba1b1357d80fab5 0.28 MB 636 31
316,389 316,389 00000000000000001dff17879e7ce534cdb483868e04265592170c546bf8817f 0.21 MB 332 24
316,388 316,388 000000000000000015e1f5c68bdea8c7b33405d3862990e0a849c3c63cff43c8 0.07 MB 118 35
316,387 316,387 00000000000000001a8832694fa699bf495d63f2ad329882c7f2c7dc9c7d0467 0.02 MB 20 11
316,386 316,386 0000000000000000225078c9f88d62af60767a0d2abb3d3a09fed7aeabcb8f5d 0.14 MB 205 15
316,385 316,385 0000000000000000368a7e97d9374dd960a574e7d292aa5f2621c164a02a3eec 0.59 MB 1,150 31
316,384 316,384 00000000000000002402a9e247679cc177145d032a8342eb68662c7e8867284b 0.50 MB 975 33
316,383 316,383 00000000000000000efff64e775c1cb55166ab6ba47aa98fdd1a108d4c04a756 0.05 MB 73 17
316,382 316,382 00000000000000002c8814f64d24845356491c81ecf05f697242e9ebca36696b 0.17 MB 294 24
316,381 316,381 00000000000000001f40dde07acfc3ceff1ea52964555f54ee039f1afacc0f03 0.32 MB 741 30
316,380 316,380 00000000000000002866600c54ce34986e9839762dd917af9d5068fe835f75a8 0.04 MB 78 28
316,379 316,379 00000000000000000f496c33bab77215466eeccd6eb009d899a30f2c41a1bc39 0.24 MB 429 29
316,378 316,378 00000000000000002fdaf6291d4bff9513a026662b5a45a938cd90e375d446be 0.00 MB 1 0
316,377 316,377 000000000000000028a86bfecfe4283e5a4a4b809652430f6491c002f73f605c 0.03 MB 42 27
316,376 316,376 00000000000000000d61b164ff9f0f361c1a201f946e22bbbe04a4c238913fef 0.07 MB 148 31
316,375 316,375 0000000000000000074a067f38d281783615c67cf079fa6b26bb36bba3b94a1a 0.01 MB 36 36
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.