Memory Pool Memory Pool Refreshing

84,364 transactions
36.53 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,176 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,129 500
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (560,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,775 281,775 0000000000000000f1f84cc44026b8405a90c597a2cf3b4860d4948c2830cbed 0.22 MB 96 13
281,774 281,774 00000000000000020bc33cf3dcd75b5c9657377a86e637d774aba192a5f046e9 0.21 MB 232 15
281,773 281,773 000000000000000202f59a9b1e550bf0ee5e8791d4c0e7807c8a3482dd419595 0.05 MB 99 41
281,772 281,772 0000000000000002333f26d2eef85963d74e0889fc63e9c2cde1a8ffd72c83c7 0.25 MB 699 55
281,771 281,771 00000000000000010d00c943883e7b8d32554e4bc81b379d6aabdd8b8da3a8be 0.10 MB 183 28
281,770 281,770 00000000000000015d017397eebe4b648f311c20cf835ab674d27073dc5634f4 0.05 MB 132 44
281,769 281,769 000000000000000089d506e0ca8129c950cc8d8fafb082b1fd6ec6f6428b0c8f 0.25 MB 453 41
281,768 281,768 0000000000000000ced14a557bacd17119dfe94f2a1b100bdd3acc64a3f02ecc 0.05 MB 120 55
281,767 281,767 0000000000000002644a36e9043068cd1a7667b44401fb95fbed013d9a2df2a7 0.06 MB 81 8
281,766 281,766 0000000000000002207900198d6c456700e3cf852a783151ce9bd5726e2b6543 0.40 MB 911 43
281,765 281,765 0000000000000000099822bb1ba76358ba0bdb9ba8c1466b0cd6abaca8a5bc29 0.24 MB 552 34
281,764 281,764 00000000000000016136f3e4da60f10dc3380fdf1aee6dc5cd2f5b960d9e86c0 0.11 MB 105 22
281,763 281,763 0000000000000000971ff1184444ecab0e41818875aaf474f1eb5ff0ce5161fc 0.25 MB 483 53
281,762 281,762 0000000000000001067b07f0c39673c5f45cac994c415d5187afe20f056acaa7 0.24 MB 528 41
281,761 281,761 00000000000000023bb0234d8951d93aea1ad37e8ca2f5f4aa9892ab6ebd5a9e 0.27 MB 540 36
281,760 281,760 0000000000000002459115eb532deadd769139699404772c719d3f718996f2f2 0.25 MB 571 80
281,759 281,759 000000000000000262e7c84ec7e65a39c785ab67921282a3705536929b6b6d21 0.18 MB 387 33
281,758 281,758 00000000000000024e3d920b8df0a21c184e2e449648c97ffdce3eaa9a0e5bb6 0.05 MB 109 41
281,757 281,757 0000000000000000458317b74dfecce5ea3c2c29947649e56bd5a12944df9f0a 0.16 MB 203 23
281,756 281,756 0000000000000001358d3aa59b80614c2f54b5b7b4ed24f66efff5f54f8b16d9 0.05 MB 164 61
281,755 281,755 0000000000000000fb301606526308b02fea9a1c9a0b2cc6bfbb2c918325f259 0.50 MB 1,168 46
Previous 10 blocks ↓
Total Size: 647.06 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: 8,452.18 GB sent, 42.96 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.