Memory Pool Memory Pool Refreshing

38,944 transactions
45.31 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,459 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,471 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,458 (58,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,918 783,918 0000000000000000000485773017eeb2eb3d0004fbd2d67760c6bb714dcf0516 1.25 MB 1,539 19
783,917 783,917 00000000000000000005b5d95c79809c3604b1afc0f6edc46d1ff1aa8c986dfe 1.63 MB 3,055 30
783,916 783,916 00000000000000000005c1e775178411b903062f1b11f8f238091ffd8ca56a2a 1.65 MB 3,212 20
783,915 783,915 00000000000000000002bc4d7307bd85686d751a811faef93e9d6d0ee01af1a3 1.87 MB 2,856 20
783,914 783,914 0000000000000000000516efbb709783d29e5af51a863fa53dec2dc307b9e050 2.43 MB 3,287 8
783,913 783,913 00000000000000000000e4ab0c3d977133ee73d7721d3f5783448e3edd510613 1.57 MB 3,163 15
783,912 783,912 000000000000000000035d11f874d17ab10dc78568b0c91f4b63ae46d89e1bd2 1.37 MB 2,534 37
783,911 783,911 0000000000000000000487470f3ebe1d2349c0125c3b375e82c189d2016aed56 1.85 MB 2,322 17
783,910 783,910 0000000000000000000486ad90d60e8ec0cd26030264b2c05e5c501fb3f1cf86 1.48 MB 3,229 23
783,909 783,909 00000000000000000002aaa31a1cdb6006d68b756d1301b3d8295be978b2a2ca 1.42 MB 2,360 31
783,908 783,908 00000000000000000004cf4f4c7e16a3fe9e85dc9c2f9af765b4bbace4f763b4 2.49 MB 2,173 11
783,907 783,907 00000000000000000005bbd21cfc1b0cfd3228a2e2989e4c541f1e88d9637abc 2.87 MB 2,319 8
783,906 783,906 0000000000000000000202ae318416a78aabd18f0f37bf6d77b13b224e03c192 2.19 MB 2,642 12
783,905 783,905 0000000000000000000017360d70e5896906e3bdd9a1a4c2fb974b16792975d5 1.67 MB 3,068 29
783,904 783,904 000000000000000000013cf904897db9c5900e41d05c06283150d6d4a4cb2e4c 2.50 MB 1,680 8
783,903 783,903 0000000000000000000582c338601f0f0f50ca9602b944bade5680284867d395 1.75 MB 2,515 16
783,902 783,902 000000000000000000032e9726ddf7bf06d818ee9404548a11a54c7474e404ec 1.45 MB 1,725 16
783,901 783,901 00000000000000000002d5e0e0fc9072327828c0cd1771a4f257b8bd4fd2ab3f 1.56 MB 3,578 31
783,900 783,900 00000000000000000004d920a028fdeea17cebac1a24dcf6461dca08aa2f20fd 1.53 MB 3,832 30
783,899 783,899 00000000000000000000b6ce5a463cd597068f8517a1757d38c5e040b9fb414a 1.42 MB 2,072 21
783,898 783,898 0000000000000000000011b1f980b9299c2b1bbd5b6894af491d82db2516e3c1 1.58 MB 3,607 31
Previous 10 blocks ↓
Total Size: 647.59 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,515.54 GB sent, 46.64 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.