Memory Pool Memory Pool Refreshing

7,360 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,615 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (696,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,440 211,440 0000000000000231f42fedfdef9abfbe5020d121c310e21bd4e8d2f0d0a23bc7 0.04 MB 111 98
211,439 211,439 00000000000003a85432291aec83ecc8910101f7af86dae366cd07efa6aaa181 0.16 MB 309 144
211,438 211,438 000000000000000f02d2eb6c64e403e6d73164ddd0645b1e6ee301aec4e37ef8 0.16 MB 322 170
211,437 211,437 000000000000016c5ed4b2aef4309630b502e32dbf1067183fda0c8bb68510ce 0.25 MB 703 238
211,436 211,436 000000000000033105d7a728b64bef17f0ac2ee6a45e28b391a1b49369e453ec 0.05 MB 143 165
211,435 211,435 0000000000000492b8d01f75f95ab7b9cdd716d4412d5701cedb53c883fa3716 0.05 MB 131 142
211,434 211,434 0000000000000378765e8b793fdf7c37ba744d18139b3842d556ab643add1171 0.01 MB 33 147
211,433 211,433 000000000000025f4124d9a54ee381a9163c8524d4d4afd1765b4fc6f278943a 0.15 MB 162 44
211,432 211,432 00000000000003c91d01106f2297c48bfadd3b6977da963663a8e7e9f3c7a0b1 0.01 MB 37 169
211,431 211,431 00000000000001c0d99924ef2ed8918b653a619a744c66e50e7495776921c9ea 0.08 MB 168 223
211,430 211,430 000000000000023eaf884b638f26696a9a7e90235ce559065129a43415d65532 0.13 MB 250 181
211,429 211,429 00000000000001c7e9f2d34ffd1a6aecd4e1bf018e893299ba53f00aac6bbd8f 0.22 MB 618 212
211,428 211,428 0000000000000266555fa2bb0febb6bb84461fc55a0244d01a449c187874f6a6 0.25 MB 614 172
211,427 211,427 00000000000001c06173dfac7e938ecde2122d1d37417eec09d7ef4cb73f4911 0.25 MB 625 173
211,426 211,426 00000000000002762dbefc52ec722f111307f9b08a737a4a1081c81567bed267 0.25 MB 634 177
211,425 211,425 000000000000025021e7f15ce3e75c268f8158ef64f31795c79a3bb51718ed8c 0.27 MB 670 188
211,424 211,424 000000000000047a4cd08a2b8ead497d50687e5b5cbab9fcc8243940579a6373 0.05 MB 127 86
211,423 211,423 000000000000029974858dbc7ef0737e3ad9fa49731c165db9f05f2561c5bcd1 0.00 MB 11 170
211,422 211,422 0000000000000164e30ca046ed81ec6a7058db83019d767f0f527fd0240355cb 0.10 MB 232 177
211,421 211,421 00000000000001b396b00d84548bd06cec305c537e281c76315820af7a6c7d35 0.01 MB 19 191
211,420 211,420 00000000000002790ab512a33d01f1752ae43c94fd7cf7a2d8183fb5955bb138 0.05 MB 181 28
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.