Memory Pool Memory Pool Refreshing

91,703 transactions
30.92 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,169 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,575 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,168 (690,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
155,526 155,526 0000000000000eae95c1b0fe702c849a5c34cd26f809245171b23560cec18174 0.01 MB 20 55
155,525 155,525 000000000000085aae26c9371ed9c660731963cbdcaf03a4b260b5338c46d97f 0.05 MB 34 209
155,524 155,524 00000000000008f1093433c9bbc339e3917f81b2a17be32a0cfead5eb00eb58b 0.01 MB 25 8
155,523 155,523 0000000000000484a9ea7db447c2fa003ce8580877a0ae123874f3ffa0ba5c5f 0.05 MB 153 18
155,522 155,522 0000000000000f545d3ef0fd6b178f3bb5cbf58ba57b9200fb09943545043304 0.00 MB 9 0
155,521 155,521 000000000000027ca180cf533900a2eda73bc1caa4377ab5dcae8690f423116a 0.03 MB 13 9
155,520 155,520 0000000000000d95fcc66319279673f2a798449b417514418b7da26902d2e660 0.00 MB 9 15
155,519 155,519 0000000000000aaffd5255610378673e410dcb784df1b64fff67e4afed76255a 0.02 MB 33 88
155,518 155,518 0000000000000b673520a0977d338839f1a19d67e2eadef0021a7c6c15232136 0.01 MB 21 152
155,517 155,517 0000000000000088451b855261c592cc9f330a89cb000a6e51a8da84a58b0988 0.01 MB 39 0
155,516 155,516 0000000000000b00d88a49da4bc150c2a4027cb6514dd37752e1d2d0afe08850 0.03 MB 66 658
155,515 155,515 0000000000000c43d8fddb23d2f6ced3e939567dda1f6a76494577974a0c33bc 0.02 MB 32 46
155,514 155,514 0000000000000e68b5af19c453d618dd634f95dc228acbe399fb8d7fb5a01739 0.00 MB 8 276
155,513 155,513 00000000000001b5ccbd425deb3a1bb2acc01d7f50fcb789f25a5f10386b717f 0.02 MB 16 448
155,512 155,512 000000000000058c4acef940204da262f106a471a80a8ba1cb8f2bf7b30a5a51 0.00 MB 7 11
155,511 155,511 0000000000000ac0bc0de66e1f33ecaf70c5fbc0121414b315e65c2c9a76918d 0.04 MB 108 57
155,510 155,510 0000000000000205ce1ffedf21ea960cbbdfaf55577538ad0a1b082ecd511981 0.02 MB 34 34
155,509 155,509 0000000000000f60ebac668d0f6a3712725b74764eeb88e962666581a378cfe2 0.01 MB 9 861
155,508 155,508 000000000000056a402a878dddb49cf800ea5610908a696b42126bfd8ef41151 0.00 MB 13 17
155,507 155,507 0000000000000ecbd6f802ad73eba6f097cea5ec9e84c23ce3cbb97c8fb07d04 0.00 MB 16 149
155,506 155,506 000000000000044756e0f6acb8f6f462d02185c67a28c24c22d56e341faa148c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 654.53 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,378.83 GB sent, 89.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.