Memory Pool Memory Pool Refreshing

72,299 transactions
30.28 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,430 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,237 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,429 (557,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
292,311 292,311 00000000000000009c15395cc5b581a4ab207a226f584e7a0108aa2ffd95ee98 0.20 MB 512 33
292,310 292,310 0000000000000000c955501d729a190ef9ef482851bb76a71d13423b7cb53f17 0.31 MB 1,024 75
292,309 292,309 0000000000000000824c204f1cf8c78c92b5b706eb6edcb275f189b4a724b518 0.15 MB 226 24
292,308 292,308 0000000000000000a9a629e0dd62abf50e3424f35f2993e222dca67c27cd3960 0.51 MB 397 18
292,307 292,307 00000000000000005e66cd2f5fba01d791c4156745626077978f82bb9083b30b 0.35 MB 625 33
292,306 292,306 00000000000000008ab78d12d1a2b6751fe87bf0113b0164be4fd5cf177e1f8a 0.35 MB 546 32
292,305 292,305 00000000000000006f3401c3a391b8787cba721dbd21b40c4ac3149180bab9ea 0.92 MB 638 16
292,304 292,304 0000000000000000d063df90edf26a4597495c90c6965a8c0a8910a5e52839e8 0.50 MB 937 23
292,303 292,303 00000000000000009913f0f7bdac8994ab453ac5d21ebb7ee3db98dbc06ad7d6 0.34 MB 1,024 55
292,302 292,302 00000000000000006b1738a6f50ddb3788d1fd830a24331dd85a8fce065a014f 0.35 MB 1,030 53
292,301 292,301 00000000000000001f9fd24524ff21ad36100b81ce29fe580542327fe65d4520 0.34 MB 1,024 56
292,300 292,300 000000000000000012c096882cba1c4f1d4b57bdf7f2f6f174486d83619d3db5 0.25 MB 122 13
292,299 292,299 000000000000000086de3d78554ad52ac865f7f60122eb1e57d146d512aa15eb 0.35 MB 572 23
292,298 292,298 00000000000000000a2d638e6f94872f429539b203ee2978288a8d0ce1f2ecb8 0.16 MB 512 80
292,297 292,297 00000000000000001895df3611021ac26cb51fc90daa4f84716a096daa547d7b 0.25 MB 192 14
292,296 292,296 00000000000000006062f09de936641292050fe3e16a6621cd3d746f42785ee7 0.14 MB 256 22
292,295 292,295 00000000000000000bf2d93518c071ea704daf471f586db6e6c08f6bfce1a769 0.35 MB 869 49
292,294 292,294 00000000000000002286455599441f98bd0300ae30652f7bf70e24fb04764d02 0.50 MB 321 15
292,293 292,293 000000000000000028683aaf5b7f9fc2c2f29ff31f73d2eeac87fa0a29a8660b 0.32 MB 512 19
292,292 292,292 0000000000000000be816043904bdce8988b8f650a79e2a0b578abc57de1ae7b 0.25 MB 650 34
292,291 292,291 00000000000000004c35360acb7c3ce2a90641fb483b556f3d371d6b1a1592fa 0.18 MB 512 38
Previous 10 blocks ↓
Total Size: 660.42 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 92 incoming
  • Data Transfer: 348.36 GB sent, 1.44 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.