Memory Pool Memory Pool Refreshing

37,464 transactions
50.72 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,522 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,509 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,521 (275,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,447 566,447 0000000000000000000942bca72473a0f5c0183ef572af0a259cb7855ac75e7d 1.21 MB 2,405 18
566,446 566,446 0000000000000000002c80a75ec017d1611c1343f9d7387b41cdbf636870b8c8 1.23 MB 2,770 28
566,445 566,445 00000000000000000014c30cd0d9b2139f0e8bd3fbced6d534da3823060d67a2 0.25 MB 476 20
566,444 566,444 0000000000000000001583e73f199df6bdbf6461350547bccc26ef3aa89b9a47 0.70 MB 996 5
566,443 566,443 00000000000000000005f069e65596e0f89a5190af7c881ee7ba84cb4f8723e1 1.23 MB 2,994 25
566,442 566,442 0000000000000000000404f96ff772772efd159c18a84091aa70050d823f7a42 0.04 MB 116 16
566,441 566,441 0000000000000000000a1b4fc7b25c67a251765c78ff268ded20730b3cbda567 0.16 MB 363 30
566,440 566,440 00000000000000000026eb3ffaf5b0018939f0e4575a2c589e2f1cfa3374a071 0.28 MB 428 14
566,439 566,439 0000000000000000000b007dedafda2c7e30bde83e98be4b7a4ae60ac31ae964 0.43 MB 980 20
566,438 566,438 0000000000000000002ba1f6e4d769f3d579d0fc1716458db53b3299a20ad8b4 0.23 MB 599 21
566,437 566,437 0000000000000000000bccc6bc39cdd8b5c4a1f6e4474f6b1e7c104a6c85355d 0.26 MB 466 14
566,436 566,436 000000000000000000281abe48429575b8b969c0dac12df3c513d735bba66dd0 0.73 MB 1,320 10
566,435 566,435 0000000000000000001ae777e87cdf147a0ead91cf78abe539da08e62cf088e1 1.22 MB 2,868 26
566,434 566,434 0000000000000000000a0a2666b1e5c0aae97d0148f58621597d5bf39cf537b9 0.02 MB 52 26
566,433 566,433 000000000000000000006589d650d729beef6a0f619ca6093580a1282019174d 0.36 MB 800 19
566,432 566,432 000000000000000000175756d526d856c5342fa636f27712bc8bfff589cd62da 0.10 MB 219 19
566,431 566,431 00000000000000000021f70b045d03b6315ed7b5aede70096766ddd3b60b8603 0.53 MB 895 17
566,430 566,430 0000000000000000000244bb9d754a95d5faabe667b4ddbecaf767a2f20fedb3 1.14 MB 1,791 10
566,429 566,429 0000000000000000001844d80c0e65d7b9a884ece2b5116cb9b4d0242533fb8f 1.20 MB 1,868 27
566,428 566,428 0000000000000000000acb191226fd07d2a23d696088e01e8a3d39e46494fbfc 0.12 MB 254 15
566,427 566,427 000000000000000000010be97a97fc9954584f65d75553fe5d155b549c78a2d7 0.36 MB 789 26
Previous 10 blocks ↓
Total Size: 645.86 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 9 outgoing, 114 incoming
  • Data Transfer: 8,298.50 GB sent, 34.57 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.