Memory Pool Memory Pool Refreshing

35,979 transactions
42.16 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,627 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,365 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,626 (476,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,519 365,519 000000000000000005b24838f457a2e1dce6e2e7c185ee09ede315fc3eef396a 0.93 MB 821 20
365,518 365,518 00000000000000000717059aa4e873257f138c596e4ed7c46a56010de0e8fc3f 0.00 MB 1 0
365,517 365,517 00000000000000000fa5bf856a0df971f3a093e85c15eb9418dc9e5f1ac48fc3 1.00 MB 265 3
365,516 365,516 00000000000000000c0a9c220fe960ef6c8aa524d9c1bab879b14ed73eabaef5 1.00 MB 1,122 22
365,515 365,515 000000000000000008d84160ef74f6b0342b537a554dd6e7cf71fa0f2451ed49 1.00 MB 716 215
365,514 365,514 00000000000000000cad8b1053b71f573d3253a66bf10813d0bdca849aba5dd1 0.14 MB 177 30
365,513 365,513 0000000000000000141fb764ea7950d953f77ed250d6f49991bb07e91c5005e6 0.99 MB 678 10
365,512 365,512 00000000000000000b17eb2e7c131db5304abcbea7ea9d98cd461ec364e47419 0.93 MB 437 10
365,511 365,511 0000000000000000073e301de3576758121cc75a712cee607a811a892fe70b59 0.93 MB 940 20
365,510 365,510 000000000000000007d9ecb62f046c75d0fb227489515667243564f90beecead 0.32 MB 445 43
365,509 365,509 00000000000000000273ad88707f699f58794f6ac826c6789a8c3a48691084f8 0.85 MB 332 8
365,508 365,508 0000000000000000064bd8859f8e58ad6946582555cd1b79fa537326165f0f7e 0.33 MB 580 43
365,507 365,507 000000000000000012ae0f568ec0d28b9ebcb1d3090626937855605485ec024a 1.00 MB 670 16
365,506 365,506 00000000000000000a378468f1f08af0aabea3cb1c36bae375c8f55cf201f4e4 1.00 MB 1,027 22
365,505 365,505 00000000000000000483537694782059aa46c2d6293b42ae86a0e7cf27049ee5 0.75 MB 904 25
365,504 365,504 000000000000000011cdd2b7747ada7363e2acccef5d8d27a0be82f00f95f38e 0.93 MB 619 13
365,503 365,503 0000000000000000113d3060dfc3a0ad26a60f79bbb9dcb264bd75870cd5c167 0.00 MB 1 0
365,502 365,502 000000000000000008797ff4c99fb705f2d77acb6abba56efe81f74daca688fb 1.00 MB 1,227 28
365,501 365,501 00000000000000000681fc4e8ed41ffedc44bec24958af87d562fe2406e11ebc 1.00 MB 287 4
365,500 365,500 00000000000000000b29502ea6dd8300fbcbc9feb7e07969f9d87620993f2b5f 0.93 MB 1,298 40
365,499 365,499 00000000000000000e0884d680edea1e13e51d1b7d0708306e32cd10c4f34e2a 0.09 MB 180 41
Previous 10 blocks ↓
Total Size: 646.06 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,323.69 GB sent, 35.68 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.