Memory Pool Memory Pool Refreshing

1,757 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,737 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (721,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,381 186,381 0000000000000231ed346f46c4a500e5c9564cc2b61c2e11899ec860138db98a 0.03 MB 71 116
186,380 186,380 00000000000002ef15ef093d51a7d33933fccd7bcfb528d4cb9d301c98c53cf2 0.24 MB 603 138
186,379 186,379 000000000000061b5e9db2b0478e44ddc89e99ae8674d8b4eb4523cdfccc3b31 0.02 MB 62 235
186,378 186,378 00000000000007df7069636024a550e7377005a6c67cca91e735d5ede4602b31 0.01 MB 27 270
186,377 186,377 0000000000000845e240d13acaea557f07c019420bcae7cadf8287134e6159e6 0.06 MB 177 81
186,376 186,376 00000000000001e35cac34d6a77aecaf39af716bb9ba87ab5756e27b102b1b2c 0.02 MB 47 139
186,375 186,375 00000000000007709dfb6cc3fb6f949392e95a1cb3d538729856e3a780f94ce3 0.09 MB 181 161
186,374 186,374 00000000000002e9e3f5aaf9ad27bb7b39bd21feb7c78c04b9d317936c22eaf1 0.10 MB 128 14
186,373 186,373 00000000000000aa380b247fe5cbde4841625206eb02be374485342e49150972 0.16 MB 352 170
186,372 186,372 0000000000000199d9d109222efcc7afc24eb6213fc455001f2c6186683a465a 0.05 MB 137 145
186,371 186,371 00000000000005f11e1dc489734612ee930197cd564fe8929df8c73291fd6d3e 0.21 MB 591 142
186,370 186,370 0000000000000271fa47ad2ce017edbc7a047295a6553dcb29917026a8a6b77f 0.05 MB 113 185
186,369 186,369 00000000000007b691a922c2e7c994eedbbda83216f1e70a29b143cebaddd002 0.00 MB 8 30
186,368 186,368 00000000000008bffccf5d6987856bfaf7e869067f6a7cd3df3ccdd1e5e75ed6 0.07 MB 126 106
186,367 186,367 00000000000003f9877511ac16b539ea3e5c458c086ed474db2c943c61096061 0.04 MB 78 160
186,366 186,366 00000000000001f44b9c1ba3d9ffee8e51c97b25361db0f9eb321a0ae5c17af9 0.04 MB 109 76
186,365 186,365 00000000000004d6eea384dee407280b798ad2ebef8e7b5266cc7427fd7a789b 0.06 MB 128 84
186,364 186,364 000000000000027d0ad24fe32b0aa2c705ccbcb48168fe814ddce5e027b422ba 0.00 MB 1 0
186,363 186,363 0000000000000587ddf49d158cae48ded3b365693a7d3d0a0a8cf0a5e4aedb93 0.05 MB 109 93
186,362 186,362 0000000000000687c380d802872437e005a5a7aaf6c9c1b2f4d159f9bda66671 0.01 MB 27 112
186,361 186,361 00000000000006cd83021034eab6256746d89bfefeeec178fed0aee620d9d921 0.10 MB 170 108
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, 112 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.