Memory Pool Memory Pool Refreshing

59,132 transactions
32.77 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,183 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,762 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,182 (516,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,498 328,498 000000000000000008b55b7362833fab9164e9b12036d0c42c2cb448cab12c5b 0.29 MB 553 27
328,497 328,497 000000000000000007e146eaa49cfbf96f10e2ad1525f841a19ebe4e898c126e 0.28 MB 545 28
328,496 328,496 000000000000000015c14515a035209e6727418b84da707c36eb1f697a9a4d0f 0.02 MB 54 28
328,495 328,495 000000000000000006312add59ecb4d7bf8406061b61ff332dfbd2d5171a16e2 0.35 MB 668 25
328,494 328,494 0000000000000000018e8147573097e297eb45147fcbb50cb67f7a307d1a1884 0.14 MB 380 37
328,493 328,493 00000000000000000423767012a4efcc436be1481d0bc9bca0ad1b8d075571de 0.29 MB 570 26
328,492 328,492 00000000000000000510090c4b61e81fb0c1726d51d0fa32ffddab7486e773fe 0.63 MB 1,413 29
328,491 328,491 00000000000000000761bbc0f4d973ff87bf1f4be00fd9053b3ff8d183510e82 0.10 MB 235 22
328,490 328,490 000000000000000014c0ef21115bba979c6d094535dd59bdb89cf1216767bbd9 0.25 MB 463 25
328,489 328,489 000000000000000016d1f1c8c295d583a12014e53bb60ddfef56fd9fc817b008 0.66 MB 861 21
328,488 328,488 000000000000000010d37c047aec2c4c52677ad6576b74bae03e7a8d1dbe6b52 0.35 MB 921 34
328,487 328,487 0000000000000000175662b6a0de420cb38a84df051afbbd14b1cb8f1619d743 0.41 MB 600 22
328,486 328,486 0000000000000000138f5badf5bfb7308ee06900d1b198949258d332f8070a0c 0.33 MB 628 27
328,485 328,485 0000000000000000001638f3a296e1e0004ceff67e73ecd6987bb81ed664067a 0.06 MB 81 17
328,484 328,484 00000000000000001e1874ac8bd8557172a13cda6ccab0686744ff17fcef9b05 0.18 MB 245 21
328,483 328,483 00000000000000001132a6d955f1d45bc8d9a049c99050274c5ab2a80f79a132 0.10 MB 157 22
328,482 328,482 0000000000000000059340b487197197d5c8c38bcfe868c8bb14ed180de2b4a9 0.15 MB 177 18
328,481 328,481 000000000000000017a584ad9b11fb7fa0f0de15c7a25ed68622695e55ba8fd9 0.35 MB 726 27
328,480 328,480 000000000000000002c23bf7e47cba9f218e04b1b2ef1b32f06255c1ffd6434c 0.10 MB 231 28
328,479 328,479 00000000000000001d181e8c6976e618d85eff6aaa724f247761fefd98daa169 0.31 MB 577 25
328,478 328,478 00000000000000001b564f984d5e9680700c28c1606790217b23d2873657e732 0.31 MB 532 24
Previous 10 blocks ↓
Total Size: 652.73 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: 9,285.09 GB sent, 76.77 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.