Memory Pool Memory Pool Refreshing

3,321 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,008 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (628,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,566 279,566 0000000000000001cea99f3a7acb74b696c7453a135d4df8c60fcfc514e43d27 0.23 MB 461 46
279,565 279,565 00000000000000008ecc7f5f9db0a47023811aac394a7f650c3f18c944b1c986 0.54 MB 810 33
279,564 279,564 0000000000000002814cf5b9068d73cbd5a6c3e821c467e80addc552a6f7a4d2 0.10 MB 94 15
279,563 279,563 000000000000000127a24c48380d12514f8d86ab30fd413c5065a323fd51ee85 0.02 MB 46 64
279,562 279,562 00000000000000020370d1dfa17e198e161f1b8474b3d5cb3393623e9132e671 0.02 MB 39 63
279,561 279,561 00000000000000018347712096c7063a9a21516b90c39e771e377766d301b60b 0.10 MB 236 40
279,560 279,560 00000000000000002c03ff5d6ac7d6de77f12b6571ea198e84c1add97b22df6a 0.04 MB 105 46
279,559 279,559 0000000000000002dcdbe20bf9f1a8b72724f2734802715f132e411706122758 0.22 MB 287 34
279,558 279,558 0000000000000002766c0770e8891b6aa41964a974298f917710633bcceaed37 0.03 MB 101 90
279,557 279,557 00000000000000011d25869f7398cf85344530996185e81915f7b39ca433b74e 0.00 MB 1 0
279,556 279,556 00000000000000023352a216c8b4d79d39989ca4da88fa389f02019f71a635c7 0.07 MB 134 78
279,555 279,555 000000000000000133380127f3877dddb5114763d17927790bb211b2d1609bcf 0.14 MB 344 40
279,554 279,554 0000000000000002a2b5de7ff445d4db19025220e9ea1176f0d06be646fa9c9c 0.10 MB 66 11
279,553 279,553 00000000000000022fe4e0c9f1db555917620496afde879b52c118b580abf06d 0.25 MB 721 75
279,552 279,552 0000000000000000839bec962ef4c8ccbc08f187446c26d5086301e96c8e65fb 0.20 MB 415 38
279,551 279,551 000000000000000159ce2122da806b69fcfd7d79b94672ccc253fd77ebc32b2a 0.03 MB 92 46
279,550 279,550 0000000000000001d55df148c61e25f81be9a3d354d2624b6b666b682da2a4f1 0.10 MB 219 60
279,549 279,549 000000000000000306d4fae8e3f7a4aeaca4f0b02d3126e7f90e06621d7150bb 0.05 MB 127 45
279,548 279,548 000000000000000222ab37f82f814d841a5c4912dd181c20fb22fc2ac316b487 0.14 MB 347 56
279,547 279,547 0000000000000002bc31d3228254dbfb5f230440217ba4fffaaebf300855caf0 0.16 MB 258 34
279,546 279,546 00000000000000015153f9141954eacecab2c1e467847f2709dd882a34f7eb79 0.03 MB 95 41
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.