Memory Pool Memory Pool Refreshing

3,252 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (659,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,501 248,501 0000000000000069366f1462ab9fed9c40f788d9e74f1f67c209da20db6122c7 0.04 MB 72 73
248,500 248,500 00000000000000588576e7948161039aef0534dbc2379b34eea05eb6980946a4 0.01 MB 25 74
248,499 248,499 0000000000000063aa87bf69ea59ddce446fb46f04666991e2c06b992de55766 0.10 MB 198 116
248,498 248,498 0000000000000071cf1eff06823811bbc8077b7ce64709ed87cb0fec1b78a0d3 0.15 MB 299 105
248,497 248,497 0000000000000022f5da9e2eca63cf296bb4448c987a382f76a9b35f9022f63d 0.01 MB 21 206
248,496 248,496 000000000000003c4971bbfd84852a72c39a7aa1e386618b46f1b07def0abab0 0.02 MB 34 96
248,495 248,495 000000000000005a90fa4f683904744f4789b50796319ae7480d02199d3ce631 0.04 MB 83 111
248,494 248,494 000000000000004a4a6d20c4622b6c76b381b4ba348dc45e16d1b4e4a2c18869 0.01 MB 22 92
248,493 248,493 000000000000005c136eb654e73148e98ecb5ef0d2bf30b3b3a24f9e1f013542 0.15 MB 307 124
248,492 248,492 0000000000000082462d3aed4c6926f1a1dee86ec8967c8932d8a5a45ccea8e4 0.14 MB 145 46
248,491 248,491 000000000000002fe531ab7e97fbefb7903b4621654dca1cff860d162e29cec4 0.25 MB 476 137
248,490 248,490 0000000000000087b186cbeba3ba4a5a461eb19df44f8d793689e74d3faac3ad 0.09 MB 240 87
248,489 248,489 0000000000000063e3823d3359fdc07b59007d336f4449943d81e92b8939c9ea 0.25 MB 559 146
248,488 248,488 000000000000004c4529b05e62018f2474c038fd5230088a795dcb6fcd2314f4 0.06 MB 126 95
248,487 248,487 0000000000000068be0a80354dbf19045239a0541c5808c3d2aec896a3834163 0.17 MB 402 111
248,486 248,486 0000000000000065c2535cb9603dc323351b329fb32e7922f03f7ef4d220f219 0.12 MB 147 78
248,485 248,485 000000000000003f3c16c223408d45132ba7bd78c3521ba8ae9b0216d23dc709 0.02 MB 48 74
248,484 248,484 00000000000000751c676794c77e158194b851993f300a359d6557bcce7a6915 0.29 MB 410 95
248,483 248,483 0000000000000044dc1a31d2d3ed0edd166c0961492a458ca1e16fddae834ab6 0.04 MB 96 117
248,482 248,482 000000000000006168f70715e108654106d9e162b7650e1bafdddc8a3c241879 0.07 MB 143 102
248,481 248,481 000000000000006b4a2583bc58a6653cb3bcb4001122a4ffd7ab2754cdefab29 0.04 MB 91 147
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.80 GB sent, 93.57 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.