Memory Pool Memory Pool Refreshing

36,319 transactions
39.03 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,504 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,430 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,503 (657,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,535 184,535 00000000000002c046b5ae09b3570347c3fdf83d9dcf479546c204e4337e3943 0.00 MB 10 297
184,534 184,534 000000000000095f841b34dc1d40986cc448848c4da45aea2c1807518bc86105 0.12 MB 244 103
184,533 184,533 00000000000004032ccad9e4cf6d49f305896e18368c7137ac1f3867fe0bd920 0.25 MB 531 113
184,532 184,532 00000000000001637abed24e4d5735b4c30abd97ced8aed6f845a97375bb8205 0.00 MB 7 14
184,531 184,531 000000000000072fa8556568f03f503c3945369c26e75037c688f4445310bc0e 0.25 MB 343 81
184,530 184,530 00000000000006b61042f0e7b9d79e9675cfbc94bccfee6c3f932d2290ba16b5 0.00 MB 11 14
184,529 184,529 00000000000004c93b765acfa8f5f01dcd3515b61e26c7ee9123a79f7da41678 0.36 MB 794 119
184,528 184,528 00000000000009faf0d6bcc185780583e075c7f75ee8435b9ca3e368fe5c1660 0.42 MB 518 89
184,527 184,527 0000000000000a6dcd66dc5f9c86f499b4ef0dee0dc85b2af43f5128d759e61f 0.00 MB 1 0
184,526 184,526 00000000000000a74e845bbfbe04455fdbc2b0826c631611800b7a2085653558 0.25 MB 387 84
184,525 184,525 0000000000000901341cdae2dd2238a909fceda534dc00f617928f11a1f36e73 0.25 MB 501 112
184,524 184,524 0000000000000467a49afe50c6441ffd3022dc0474a89597938677aa94f94960 0.03 MB 56 169
184,523 184,523 0000000000000a2ce0536c1f0ddba802144ace30fe034114dfb198e0c7101646 0.03 MB 64 100
184,522 184,522 000000000000025b66aa756bc51a57ad64fd672ddc4e0720bb443d8846c00cf4 0.25 MB 443 119
184,521 184,521 00000000000000e20b5cb24316b53a38d3cdca554630ad8a49f44abf17dcf6f2 0.25 MB 653 131
184,520 184,520 000000000000012f0858cf0a3fcbc63828603f741bb460b7c8fca5e18c59ad5b 0.25 MB 563 118
184,519 184,519 00000000000000f477abfaba5ac934eb31e6cb4a2331dd771eb333047973967d 0.25 MB 382 96
184,518 184,518 00000000000003cc0939f2acdba003495576bf8b5311deb42598ce21a954eacd 0.05 MB 139 3
184,517 184,517 0000000000000793371e84fbff6279310ff0b746c574b315aefa3989d9156a80 0.00 MB 13 326
184,516 184,516 0000000000000973f55b13a340f97f8e3ea29b2063e9e343da35699e454e7212 0.25 MB 497 135
184,515 184,515 00000000000001e145362083043d9f2670dab94486e27441a5031d83241a5f42 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 647.68 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,533.73 GB sent, 47.15 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.