Memory Pool Memory Pool Refreshing

23,620 transactions
30.95 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,884 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,555 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,883 (443,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,142 398,142 00000000000000000702950bdaddd977547f3987fdcb5641efb19a1c64783e68 0.92 MB 928 24
398,141 398,141 000000000000000002a1c5301cd1c4cd8e1b9fc824e77bc2aa8820c094248912 0.16 MB 229 31
398,140 398,140 00000000000000000063c13f1f55cd280e29104dd062fb9664f303d0b9adecf1 0.68 MB 1,468 48
398,139 398,139 0000000000000000060777f0d3544dc835651275d796e435ef5bf33cc7e33b8b 0.25 MB 604 47
398,138 398,138 000000000000000006f45bc6968fb35f5ff4d18377eccc0a8d34f36350d226b3 0.81 MB 1,304 34
398,137 398,137 0000000000000000062412b7baacef73153b0a06bd44061f53619f56c3a81a70 0.66 MB 616 19
398,136 398,136 000000000000000004573fd0951b9e9cbfef971dc32e1aeab25f09adecedb7dc 0.00 MB 1 0
398,135 398,135 0000000000000000038b6a738ed9133e4e23795770e671cd71e78cdd79533059 0.13 MB 279 35
398,134 398,134 000000000000000004aa30174b06c08f163d4f717b0d605980e2adc0657242a4 0.93 MB 2,310 44
398,133 398,133 0000000000000000017572c38bb960ee75844011afe604c0b7712c3616a0aa94 0.12 MB 222 42
398,132 398,132 00000000000000000119a462c59cb0690b5af9a710283af3dd8e169549a6f4a2 0.65 MB 520 19
398,131 398,131 000000000000000006db6f728ed38669ba5bfbad9d3368d865ed0c644c0d6923 0.44 MB 813 31
398,130 398,130 00000000000000000712c229e61559e90ea5f62cafc227a07581fa0baff51411 0.75 MB 1,796 44
398,129 398,129 000000000000000001cb0ea256d879d6652ef1f9c892ed9a22545182e58e5937 0.49 MB 1,098 38
398,128 398,128 000000000000000006c49091d775669c38174badb038a83792ae8bc3b60174d6 0.00 MB 1 0
398,127 398,127 000000000000000004027ae22e41b4bf8c1db2d0d84eba8c43f5c72b1f2f25cd 0.75 MB 1,431 35
398,126 398,126 0000000000000000034eda9daa78991aec16396a9836125468685aeffc77de45 0.05 MB 52 0
398,125 398,125 00000000000000000490657ecea775c4c5859fdf0f2e46fcf8cb870d9a8d6d52 0.99 MB 2,453 42
398,124 398,124 00000000000000000424c68624ccfae1a8cf40b90b37db4210a45fddb5ca54b7 0.86 MB 1,600 34
398,123 398,123 000000000000000005e2a84c2f91f8857040c107821b403c629e274c9cca36a3 0.30 MB 522 39
398,122 398,122 000000000000000005f8afe90d1dc5aed0783717c3d68f990b4dae946592b9f6 0.51 MB 860 30
Previous 10 blocks ↓
Total Size: 646.55 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,369.31 GB sent, 38.33 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.