Memory Pool Memory Pool Refreshing

24,868 transactions
20.75 vMB
Show Random Selection Loading Transactions
Max Size: 106/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,235 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,584 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,234 (295,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,125 547,125 00000000000000000009b77193b41a4ead0a088f97a906f5a1c6fd3aca860b2f 1.20 MB 2,417 18
547,124 547,124 0000000000000000000cd8598d7b8bca2a7c08f3c6bce220187f616832dd38bc 1.24 MB 2,388 20
547,123 547,123 0000000000000000000c0cdbc0583cbf01603332d643dcce293592a85f7d07c5 1.23 MB 2,490 13
547,122 547,122 0000000000000000000e0da3bec4b532f085472cdad1424c2289fe6093832f20 1.30 MB 2,490 29
547,121 547,121 000000000000000000111b7df17caa83fcd13d358d3b587305dec2622be5bdaf 1.09 MB 1,469 5
547,120 547,120 0000000000000000000b30ca6450859d5df1710b0575427b25d9ceb93e1e014f 1.26 MB 2,405 15
547,119 547,119 0000000000000000002170841b1d578b1426176496caef155425dd5ce30e443a 1.27 MB 2,498 26
547,118 547,118 0000000000000000000ab14cf309ee347e4aba1dcdf0a8dc6d317f1d80334b14 1.18 MB 2,448 13
547,117 547,117 0000000000000000000c735e57e0f328428257b341c6e24226df71f8ae5d8e3b 1.06 MB 1,417 4
547,116 547,116 00000000000000000021a8a07c86b9cc3cbe8b212bc471b1b2480546db049b52 1.31 MB 2,469 16
547,115 547,115 00000000000000000011e8133efc22916296e2129ab401b2702f5f774d99d989 1.25 MB 2,535 19
547,114 547,114 0000000000000000000749f3c8cc3ac93c7e2ee00cfade00d67c8576e0a481d6 1.30 MB 2,583 21
547,113 547,113 0000000000000000000d7b4fa7a5f005a1f188513a176bccb94337b88113a290 1.23 MB 2,410 10
547,112 547,112 0000000000000000001435c2d879a1e232f11538aa6453c699d55d52d6f5bc33 1.20 MB 2,768 12
547,111 547,111 00000000000000000023f833faf2a0e643ae92af787806c802a72ea305f8b869 1.31 MB 2,781 18
547,110 547,110 0000000000000000000c5b2268f81c1aec4f66a6d1ee9aad11e4e21c3b768af3 1.25 MB 2,453 11
547,109 547,109 0000000000000000000671b0d3e05807382e449efd8f743de2e8675b2f91145a 1.11 MB 2,034 10
547,108 547,108 0000000000000000000240bdf55c0f31cb03813330655e86ed0c57c8f317e823 1.13 MB 2,647 6
547,107 547,107 0000000000000000002126a5126de8ffbe04e4856413f4a728c78c5f58725350 1.21 MB 2,338 15
547,106 547,106 0000000000000000000607d0669d07e836718dce67946ea4df8a1921aa04d8e3 1.28 MB 2,125 5
547,105 547,105 00000000000000000020cab05bdcb21b88eecdc6480aa29fed3ce56bbcaa65d0 1.25 MB 2,859 27
Previous 10 blocks ↓
Total Size: 647.17 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,460.01 GB sent, 43.57 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.