Memory Pool Memory Pool Refreshing

50,765 transactions
45.57 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,800 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,879 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,799 (498,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
343,537 343,537 00000000000000000161d471e9648697f139b6f1cc5bc608e77e95158fad554d 0.14 MB 171 14
343,536 343,536 00000000000000001663734a16102c30b1cdc58a17a24e616d19695743ea38f8 0.35 MB 668 23
343,535 343,535 00000000000000000cc0ee19219acc3854076182c5cef2ff18106755d3f46c00 0.36 MB 360 16
343,534 343,534 00000000000000000df5afcede52f6df05c5b6db16d0e486ed3cbec6f40e73be 0.73 MB 1,269 23
343,533 343,533 00000000000000000a9a0f6884bc3f22f275642ace29d03567339aae6b103a58 0.56 MB 618 16
343,532 343,532 00000000000000000368c4f473008bdb9dc5a2770050574e0b28f64594a11c6c 0.13 MB 261 23
343,531 343,531 000000000000000007416e538d86b5623cb3d3e0ce1cdb4ea99f7cc995f8db04 0.30 MB 406 19
343,530 343,530 0000000000000000007982292e59c29f2089527001385b7bf32ac703a457d160 0.28 MB 411 23
343,529 343,529 00000000000000001455720d22a9091679ee7997d7e81f90f6b986def4e28ee2 0.10 MB 60 5
343,528 343,528 000000000000000011642065c017236e7e4833c05eb3fd3790ace2c43e363449 0.44 MB 722 22
343,527 343,527 0000000000000000136de7125e7ffa9197aecec1a690c1d064e2d862138f5bf4 0.32 MB 396 15
343,526 343,526 00000000000000000048a1e21a274a50840d9e780a3639ae8b2ec9c70e63b82c 0.06 MB 59 9
343,525 343,525 00000000000000000d67c1996da78eb47ffb932774354f934167e4222d1943ac 0.61 MB 941 23
343,524 343,524 000000000000000000cf487497f99d61a4f3942e84bcb8e593476c18c47d1246 0.10 MB 86 18
343,523 343,523 000000000000000000801ae06481e17fecbbcf93aac54bb3dabd49e2941eaac6 0.50 MB 679 22
343,522 343,522 00000000000000000cbcbfe836bc78972ae2d027c257ddff6044af427d0e0dee 0.73 MB 807 17
343,521 343,521 000000000000000001982e0002a73e510fe265f367c713b019408901b7a75151 0.16 MB 256 24
343,520 343,520 00000000000000000a421770f51020da2c51a8a223ab0e576b3864b8805d703e 0.75 MB 1,206 29
343,519 343,519 00000000000000000bff1e3d872cc60ed8b0716ad0f2188389f85baf0d6de4d2 0.03 MB 47 19
343,518 343,518 00000000000000000ab2ff65280547a7f0154721df18258d84c290307c510b99 0.06 MB 21 2
343,517 343,517 00000000000000000522b2328cb14f97d58f38818a921bab8abc93f27b58a4ab 0.16 MB 200 14
Previous 10 blocks ↓
Total Size: 646.38 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,344.48 GB sent, 37.48 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.