Memory Pool Memory Pool Refreshing

46,736 transactions
39.87 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
844,149 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 5,051 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,148 (554,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,815 289,815 00000000000000009ee1eb1664c425b917b13ade87dfeffc175d4d5a2c420c74 0.07 MB 122 31
289,814 289,814 0000000000000000ef3cc4fb9d78157967112572eafb53dab673082ec187ea90 0.04 MB 55 25
289,813 289,813 0000000000000000b583bddd345c48256c25f0b1c472aac2ff5dbd8f3e290ea4 0.03 MB 38 22
289,812 289,812 00000000000000001ee407eb16375e9e10d9aeea698c84d5cc1039d3a6519c99 0.16 MB 250 30
289,811 289,811 000000000000000105f7350cd335efe12c0202c7914ad64f361d8b998b55f3ac 0.15 MB 150 21
289,810 289,810 00000000000000011ab9813e8a7e7cd3c76a7e90a70833056cb3c672c0a54d0e 0.17 MB 219 19
289,809 289,809 000000000000000075e57ea1d3e0f16a0ab4d1f469e8fcf7cc724488c9418d18 0.48 MB 451 15
289,808 289,808 0000000000000000a3859d22674be52fe7fc6570cd80f979726938b01a243c80 0.02 MB 29 41
289,807 289,807 00000000000000000af50432f973b430f7e5bceec0ebd127b4be18ca9cb2f847 0.11 MB 256 24
289,806 289,806 00000000000000010ff1595ba90842c3dd2e02159f818c04b281dbab696b9533 0.06 MB 128 23
289,805 289,805 00000000000000007794078493c29416fd45ddd3abe5d3f7e748e4e87863ad14 0.78 MB 682 21
289,804 289,804 000000000000000115abc804b9a98a06c6bd5a3aa70c5ad3537a396cebd3a00a 0.92 MB 1,717 42
289,803 289,803 00000000000000009427ac7202d23054142a4ddc4aae8835c0b4c98477ba1644 0.50 MB 1,204 34
289,802 289,802 0000000000000000fbff61fa45f4b218db7745c4d89990725c35dbdaa446bacb 0.35 MB 1,137 68
289,801 289,801 00000000000000003308fd38d238e2caa4c8606a9e26e7d4e8315a93492f37b4 0.25 MB 752 52
289,800 289,800 0000000000000000ca676c64852df8324db0be8c83de1eab3cf43fdfe5ee0f32 0.23 MB 407 36
289,799 289,799 0000000000000000d6934e99a9a81cb9d9e372339870261c45368c71f78d6bd0 0.20 MB 312 26
289,798 289,798 00000000000000000d54b59f479efce2d145e5cf4446ba2da0fd4e87796ee706 0.03 MB 54 40
289,797 289,797 0000000000000000f849b46ff99be8d3d0a80c53e9f7598e587a3430d15e03c8 0.22 MB 475 38
289,796 289,796 00000000000000003d5df22de7429a61e1ee24ab3baf34c1e01c0b5ba4e4ad15 0.06 MB 106 32
289,795 289,795 00000000000000006c19451fe4c2fac8d99b0fecd189ec30804424ed72f05d20 0.02 MB 42 16
Previous 10 blocks ↓
Total Size: 650.77 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,024.81 GB sent, 64.87 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.