Memory Pool Memory Pool Refreshing

84,406 transactions
36.53 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,176 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,128 500
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (566,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,689 275,689 000000000000000428003fc371d51a3b3ba3057cc30f5c0f8ad4d9796de9b5e1 0.28 MB 619 46
275,688 275,688 000000000000000180e2ae9286e7411d54aa04ab3746697e82a06ce06332a5e2 0.21 MB 416 51
275,687 275,687 0000000000000000325a617b674b2ea49cdb27db2ca7d97a60b50e508e48da6f 0.41 MB 677 35
275,686 275,686 000000000000000491200a40c366d81050d224ac136c45c933718da395617d36 0.25 MB 338 51
275,685 275,685 00000000000000046a8ec35c55623eccb4a99982fadd2fd555168db757092413 0.25 MB 596 51
275,684 275,684 0000000000000001569026cbf03ec019041818919c88c5057d198372afe39fa7 0.03 MB 94 103
275,683 275,683 000000000000000069f4b49991afe59d5148a0a819b6c94b3a74cf63aaa9fbe4 0.25 MB 727 84
275,682 275,682 0000000000000004aa89c23e211659fc426660dd70b8b1df4bd37a8528e024bb 0.06 MB 133 36
275,681 275,681 000000000000000418ebbb1e3ee7390bf539dbef32dcec33c2acb335eb7c2cb5 0.29 MB 483 28
275,680 275,680 000000000000000094b5e53833bdf802f77f9756e2f8b1a50d524c9d241f4d4c 0.25 MB 755 80
275,679 275,679 0000000000000003a6bec59de19b15744509a22e46d99f54cca35c91e0df6b3b 0.25 MB 571 53
275,678 275,678 0000000000000003cea0590184617d2577335b5e1145883a82a353b9910b8198 0.08 MB 212 49
275,677 275,677 000000000000000081a38b0aa16edb09fcc41d86502bae43a9cf3c066c5c1e41 0.23 MB 536 66
275,676 275,676 000000000000000139400ffe0b385aca1527ec92f8f63b1222a10a2dbcf6952e 0.10 MB 232 50
275,675 275,675 0000000000000004b45f22ba2c121afe4bd260cb7cebb83da3e87a1d753ea0db 0.12 MB 184 14
275,674 275,674 000000000000000270cb1de702d215f5cc5410b75d02e175ebb37c636026a971 0.19 MB 444 57
275,673 275,673 00000000000000014cae42560dbf16ed5064364c1375aa574a50608d8c633f8f 0.18 MB 213 27
275,672 275,672 00000000000000046548789eeb5909ac8f24945a986666a66f6ce67721a17003 0.35 MB 382 26
275,671 275,671 0000000000000000a9a4e425288f5302edd3e3ca351ba545ff52eec10c13232a 0.09 MB 156 35
275,670 275,670 000000000000000042648c5d08737242d087def5ffa791ccfaeca3d76cb74d22 0.07 MB 163 40
275,669 275,669 0000000000000003e4f2d5196b15964b9b7ab6c76a526d60e17caa7dab1b8018 0.15 MB 334 52
Previous 10 blocks ↓
Total Size: 647.06 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,452.18 GB sent, 42.96 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.