Memory Pool Memory Pool Refreshing

37,288 transactions
38.66 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,495 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,388 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,494 (496,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,668 345,668 0000000000000000152ad5fdf7c3cc0ac85a1828c00ea3a2e455565fe06f333f 0.05 MB 64 4
345,667 345,667 000000000000000013b32c06c7f3c8c60ff07919a0376e33502a7de9d74a3e96 0.41 MB 580 20
345,666 345,666 00000000000000001144f4cc8e0ef281e4263cf92182d019832a001e137a1145 0.50 MB 745 21
345,665 345,665 00000000000000000c82af40ecd59015079c89a9b097f8031fd0b49fd4262889 0.55 MB 1,022 24
345,664 345,664 0000000000000000156e4283a978746840147f745837c147dff735245363f426 0.06 MB 21 1
345,663 345,663 000000000000000002f6eba4aec0d2bae8d73d2720cfe98fa8e8b5a7618dd832 0.34 MB 644 24
345,662 345,662 00000000000000000cf9439170d8a7df17357017cab0f16929fe04f7c1ca160e 0.28 MB 510 24
345,661 345,661 00000000000000000d61fafed00c20514b4cddd57b15d184375a582d79cd4d1a 0.06 MB 54 7
345,660 345,660 00000000000000000b5fae437591902d5b3be196a65c1ae0422a9ebab4ebbd60 0.39 MB 777 25
345,659 345,659 000000000000000016435274cc12f648e5fa1d8a385acf4c8679aee772fcd2c2 0.31 MB 411 16
345,658 345,658 00000000000000000df5bc6a00d1f35f5d3da8c4d2f3c9522ccef2e5b9709014 0.75 MB 758 16
345,657 345,657 000000000000000004115cbbc493ca729236d5bf768f544940ba9ee9957d469b 0.27 MB 718 40
345,656 345,656 0000000000000000021a0bdecbff393c204b7f6e3e0ba6fede52cabe915aa8d0 0.12 MB 228 22
345,655 345,655 0000000000000000084405a07a2f2eb0c4231b49785d7ad280fec9195f0b47ea 0.59 MB 872 20
345,654 345,654 00000000000000000e6336d6b596f0d37f080973601897310b16d64328ca6c9d 0.07 MB 46 4
345,653 345,653 000000000000000014d513b6f3c4f9b505458271047ed65458471ff17880d657 0.19 MB 309 28
345,652 345,652 0000000000000000050919b765a6d367b14f8f0103511777be0e160ecb133961 0.33 MB 572 58
345,651 345,651 0000000000000000083818aff972bb63e6007520ec77e83b74ad2cedb26e3ffe 0.06 MB 47 6
345,650 345,650 0000000000000000161d6a8b36358baf133e7f5a48ef0cc7e088dbb311a90ccc 0.10 MB 98 9
345,649 345,649 0000000000000000111cffb71a8fd2b6731a8b7bb9bee98bbaa125008bc34dd7 0.28 MB 414 17
345,648 345,648 000000000000000015f3628f7efda25ce2b68bc64b344100bf26de6aed49d3f0 0.27 MB 301 18
Previous 10 blocks ↓
Total Size: 647.66 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,529.58 GB sent, 47.06 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.