Memory Pool Memory Pool Refreshing

22,636 transactions
36.30 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,977 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 572 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,976 (81,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,110 762,110 00000000000000000000bf81eee1dcce376e9c5e5ec970d3967f07beb2b347ae 1.54 MB 2,312 8
762,109 762,109 00000000000000000000376eab59cbbd9c048f83e10d4883115a16a53b2b8671 1.32 MB 1,548 15
762,108 762,108 00000000000000000000c522da2b1b9d154417ba856db159b8e0e3a10180ffae 1.19 MB 1,312 15
762,107 762,107 0000000000000000000515afa696a0f05b45393f9e9f5287be251dfa8010eb4e 1.47 MB 2,028 12
762,106 762,106 00000000000000000002d069bcb65840b2b068a07e5464219b194224b898baa8 1.63 MB 2,367 4
762,105 762,105 0000000000000000000346ae0066371cbd9f85b1abf40440c685995221d6027d 1.67 MB 2,766 15
762,104 762,104 00000000000000000002e554e90493bfa6169833194729c40e4b338d4e084435 1.49 MB 3,249 21
762,103 762,103 00000000000000000000331b5727d276f99f507c215c34f4b370145a4da96eb2 1.62 MB 1,384 4
762,102 762,102 00000000000000000002b127515180b3ffc257b6e08fe3db94138bf0131095b8 1.72 MB 2,386 10
762,101 762,101 00000000000000000006cdb99e8f0890ea2fd9615ed40c5ccd54c19d5a85d132 1.67 MB 2,033 16
762,100 762,100 000000000000000000026f9c284ced5a69067be6f7f902d492415417a8d05d41 1.48 MB 2,314 9
762,099 762,099 000000000000000000051f86c3440ab44502dee7b0260a407065e3c4da0938cb 1.48 MB 2,292 14
762,098 762,098 00000000000000000005bb33a0e8a46875e99b70b15a1eb36b41d8584f7c6257 1.53 MB 1,991 24
762,097 762,097 000000000000000000001c6f607e00b528d8bd1d220d3c28b295565a59200a8f 0.81 MB 463 3
762,096 762,096 00000000000000000000bcb0aecf86050f4a8454413231d12186a65c2f7ce122 1.76 MB 1,390 4
762,095 762,095 0000000000000000000330bc1d0eb9ee027783f6bb5ff1afff5dbdd017131b3c 1.53 MB 3,012 5
762,094 762,094 00000000000000000002e6a83d15182eec862be1db025463cdf92e424314a4cd 1.54 MB 1,544 9
762,093 762,093 000000000000000000071967bdf2b43f45b625f7c6b3161cda1f40b6e8c7e775 0.00 MB 1 0
762,092 762,092 000000000000000000039ba2ab7b5f63a3a23c60031f4840efed5b6e45f11f77 1.49 MB 2,743 15
762,091 762,091 00000000000000000007301c528a259cbc64401d4998a96715a885939b62de4f 1.47 MB 2,794 16
762,090 762,090 00000000000000000002042814ad638760719b8606b11a49de22350fa68e37dc 1.21 MB 1,413 16
Previous 10 blocks ↓
Total Size: 650.47 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,982.53 GB sent, 63.02 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.