Memory Pool Memory Pool Refreshing

52,054 transactions
56.88 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,948 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 697 314
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,947 (571,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,534 275,534 0000000000000001fa5e5f2769ed4465fc9bc9f4a6778a282a867fe03fad57eb 0.25 MB 657 51
275,533 275,533 000000000000000339daed322ab0905f62eac9ea838ff35b6c26db3691a90f9d 0.35 MB 889 50
275,532 275,532 0000000000000000dacac29ff36d5d526b41f9b79a5d325f72f055fcac8efead 0.25 MB 695 74
275,531 275,531 00000000000000011baaaaf0744daaa90c5cb0fd9963911c9685fc8d61813589 0.35 MB 813 54
275,530 275,530 0000000000000000f7ed90aa6f249e586fb4db32eb63388ddddcb43aae39495c 0.03 MB 68 57
275,529 275,529 00000000000000049fc7bfc3ef94a8999d826aa043a5390d8fb55bb58f251285 0.20 MB 455 113
275,528 275,528 0000000000000000fe9e2c6898a56d09635dbcf46b0212dfeb4f6afef1087162 0.25 MB 440 37
275,527 275,527 0000000000000002356edfbdf29a11f8515b5f13e27d8ce0c6cc4c7be405df21 0.25 MB 667 64
275,526 275,526 00000000000000034463352518d1b0ef54cad11de1e4aed346b375df2c56aa61 0.01 MB 7 15
275,525 275,525 00000000000000037d0684e7c89639c9ade9edf9c7629cae8f941f15363596f2 0.03 MB 53 27
275,524 275,524 00000000000000008ffca13fca7b117a8e1eee44cc6104235262566382d6c583 0.15 MB 343 44
275,523 275,523 00000000000000045bae74ba9576586e3834bc706ca036b7f52efd4b468f9fca 0.21 MB 389 35
275,522 275,522 00000000000000010cf0e8aa6220d9872cfc1abcba56e235d291eb0954617227 0.25 MB 649 60
275,521 275,521 000000000000000263759504b29bef3d8500a53d7d75fe8b8bdb23bde5cae0e1 0.19 MB 454 51
275,520 275,520 00000000000000005b7999f70142198f6f78340a52e8b008a425a4a5390e970f 0.07 MB 165 52
275,519 275,519 00000000000000010aa61bf9217b27d355ef6be484a82e73938354dd54bf6f39 0.05 MB 133 42
275,518 275,518 0000000000000003d3d760ca0b6518c50e4b6581d2da3801e56ae3e9dd1c84dd 0.19 MB 337 44
275,517 275,517 00000000000000031e8a64486f96be638ad51e7155fb14b1e279a24f6ad12bde 0.05 MB 130 34
275,516 275,516 00000000000000021ea897176bbde505a6143bb7a9617fb03cab0065b806fcfb 0.21 MB 432 52
275,515 275,515 0000000000000000e565c5ab0223824d87a90b1baf7cf1701eea8c49a69b9fcd 0.01 MB 33 36
275,514 275,514 000000000000000218ecf9c7623e13483a7a7c2ec62c0ac7db2d3927392225e3 0.07 MB 165 36
Previous 10 blocks ↓
Total Size: 655.90 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,512.63 GB sent, 99.40 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.