Memory Pool Memory Pool Refreshing

8,297 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,920 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (729,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,317 178,317 000000000000025147cfdc5cc3637e85af21c99ea87c52cf86e25a2f7edb9849 0.01 MB 18 51
178,316 178,316 0000000000000669faeda2e484a4edb6ae430fe816aba41e5ec9a54d004af1b8 0.01 MB 17 112
178,315 178,315 0000000000000aa85aa03407385b4db6adb8dbb51ed939e0b376901557ae413f 0.00 MB 14 26
178,314 178,314 00000000000001ffc5642e6ee08ece48d3a9b75a6154682de7dadcf5ed1057cc 0.02 MB 58 47
178,313 178,313 00000000000000d72da0d127731a38f1345268b8d8db725428a8a879bcdbd6b6 0.12 MB 247 125
178,312 178,312 00000000000007a242ac528513dd9c1cac67f9515bd8fb77985b3b2a3bd9735d 0.05 MB 126 194
178,311 178,311 00000000000004144bca878f7c7ab39238c24b3b727e720b6523a05add67e395 0.06 MB 127 103
178,310 178,310 0000000000000930d4db5452859cf5345a94cc3ff459ec477122276c11eaeef0 0.05 MB 102 197
178,309 178,309 00000000000003edd4741165408f872c3ed915ab30e354d93ad3d9ab142ea39a 0.05 MB 151 33
178,308 178,308 000000000000010f2e8869cd7806f817d6b4847ef141fed2395045d8dc360ab8 0.01 MB 28 44
178,307 178,307 0000000000000aac775e9ae035c22dd2c570275becdaf9a99763c1b3fae70e79 0.01 MB 14 659
178,306 178,306 000000000000044e04e353cae1d62f31b17a4188735ce563734613ff3c771201 0.03 MB 68 246
178,305 178,305 00000000000009fa103108adfba03ee1acf410c5d8cfb5845499e910d654896c 0.01 MB 18 55
178,304 178,304 00000000000002e1a4689babd0816d3e0a8898e425e0a1179545515e8d89d3e2 0.02 MB 41 171
178,303 178,303 00000000000007fa068d2750609ca7a19176b2a39aff3225161d6e9b8e7629a5 0.04 MB 59 127
178,302 178,302 00000000000002f70563612df22b2547472f5349543893c25ee4f737ee300e20 0.05 MB 104 119
178,301 178,301 00000000000008d4e06cc1b8174681367184fe92ceb7978ff6c25974cbfc264a 0.01 MB 42 113
178,300 178,300 00000000000008901b16aaadd519471adb1c4036a9b132ab3253895a91b0e0a5 0.03 MB 61 40
178,299 178,299 0000000000000a69e2796845d2d6306f9d95b6f17e6f6feb200f0ae5f629313d 0.04 MB 31 201
178,298 178,298 00000000000009bba2420ba2ec49885e35482cd5b4508a2a5d3f1fcfc0f6ff9e 0.01 MB 28 0
178,297 178,297 00000000000003e0d9ce6ca187b64aa038ce27802172016f52dc7fc18b3d0b8a 0.04 MB 93 49
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.