Memory Pool Memory Pool Refreshing

38,625 transactions
43.27 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,266 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,814 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,265 (153,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,695 694,695 0000000000000000000e5e0550c7a7cb4dd6271bd9c9d836f57f8df5bbedcfe4 0.33 MB 465 13
694,694 694,694 00000000000000000001d50b755f1345db3dd892274c5c42f69b2797fe393450 0.86 MB 1,474 9
694,693 694,693 00000000000000000010610e80d2c7f88ee3f677f07b3bbf3d0dca925e16a8ad 0.10 MB 222 10
694,692 694,692 0000000000000000001294fefc9a28ab3cbad5581473db3417bee0da7321b831 0.50 MB 774 10
694,691 694,691 0000000000000000000587008698bef3164c0d8990c82fb419cd8c0faccd37c4 0.68 MB 1,531 7
694,690 694,690 0000000000000000000665654c00c3396ce9a6b9ce47a9b7e3d9d2a76739c180 1.47 MB 3,059 12
694,689 694,689 000000000000000000017c559974240f12c1343e2ac9940425a8360bae3c7d04 0.36 MB 800 11
694,688 694,688 0000000000000000000543c59b56e1462a4507d76d65c800f6cd776ca5f37ab4 0.26 MB 188 5
694,687 694,687 00000000000000000011d31c34be94d805ce505a54e1aa1687f5d760927e916a 0.39 MB 722 9
694,686 694,686 0000000000000000000a3d4c7cc5d7e019dfaaa008a1f8cf01e7a064b38d1684 0.60 MB 786 6
694,685 694,685 0000000000000000000b32dbce5e135e53c0ab0c010734777a8616657aec6113 0.64 MB 801 5
694,684 694,684 0000000000000000000518a45282e62e0348c810ae508860c618cae2d4123acf 0.81 MB 1,299 9
694,683 694,683 00000000000000000003d4182fa827cd739b9e42a401547fc93a180049c41155 0.33 MB 838 10
694,682 694,682 0000000000000000000a6955284796fb2d797bef085f236b95647b95a7b2bd94 0.74 MB 1,554 10
694,681 694,681 0000000000000000000f001a57e410eb9a3cc4d0f995546a4d101b8fe51f273e 0.32 MB 605 12
694,680 694,680 0000000000000000000302d299d97a4cdda9123de7c386dd6c956138dc0c18d4 0.93 MB 1,849 12
694,679 694,679 00000000000000000012ce4c22119d150eb636ae46f8d4f4c6477d3d8e6b431f 0.94 MB 1,983 11
694,678 694,678 000000000000000000030b299d62985b1a0315125f98b06f1b72389149ece470 0.05 MB 105 8
694,677 694,677 00000000000000000011deaca02b46d5b52067e484eaabf105a7619ad64eb718 0.15 MB 201 8
694,676 694,676 0000000000000000000024f93e68f6182a0aa510a09e1a1432401f5c8d62a69c 1.11 MB 1,602 9
694,675 694,675 000000000000000000087c969069498865e7180542ec238ce5bb0193ce4ec692 0.09 MB 196 12
Previous 10 blocks ↓
Total Size: 658.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 86 incoming
  • Data Transfer: 880.08 GB sent, 1.74 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.