Memory Pool Memory Pool Refreshing

44,752 transactions
43.48 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,061 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,599 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,060 (411,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,237 430,237 0000000000000000043b6db9d72bdacbd0cefae30ee3a4a8499f7278600967ce 1.00 MB 832 44
430,236 430,236 000000000000000003e4aa7e07bf9611956e97f828c7fb5bb7cee05a5ff6e277 1.00 MB 2,044 46
430,235 430,235 000000000000000003bef2aef0386970a77d3dada80d7fe8c66730e0a9c49a62 1.00 MB 2,468 57
430,234 430,234 000000000000000004bdc87fadf46402e5565f1199183c06a2397dfc54479b4c 1.00 MB 2,267 83
430,233 430,233 00000000000000000044ee35f880e6fd51306b89f0672043ca6e693c54f480fa 0.11 MB 300 65
430,232 430,232 000000000000000004d63d2c0d547b4a016e1539a717a55d627c6f9a1cdcaa79 0.39 MB 487 17
430,231 430,231 00000000000000000428fda12f946a1ec7a5aa1e080cb2bfd2164ee11c61aadf 0.80 MB 1,296 44
430,230 430,230 0000000000000000046c8a0645186a24fff386e1729e4643a5308bc2c59c9fb0 1.00 MB 2,082 61
430,229 430,229 00000000000000000371ca09fb57a48f055d4aab7fef81b73a2ebdd405e24f3b 1.00 MB 2,420 57
430,228 430,228 0000000000000000002518e71d3ebc17d45890afaa9c5147a8abdf70201a3fce 1.00 MB 2,638 89
430,227 430,227 000000000000000001ba3bb000c04994be30030c77358ec25e941862b10345d7 0.88 MB 1,563 40
430,226 430,226 00000000000000000102451f641ccc0b2ac5e5f64c4602ee1f82299c7f16840e 1.00 MB 2,803 83
430,225 430,225 0000000000000000007884b72426c86f2134538834c6e41535b290f832573135 0.03 MB 76 57
430,224 430,224 000000000000000002de8791ecd1f4795670654e9ad5ad7fa803384cfeea6473 0.45 MB 1,139 32
430,223 430,223 000000000000000002ba241118c6fa4285d89d0c342d48fea21146fcd23dee61 0.23 MB 481 43
430,222 430,222 0000000000000000034992e28d51da886658698665f2892f64047e36a7f15156 0.56 MB 1,147 37
430,221 430,221 00000000000000000463cae52f02995aba319c7ec71871fae02498e80a3e250c 1.00 MB 1,698 46
430,220 430,220 000000000000000004d362f6b444c26a788e3c18850038ff83ec769f65fa6621 1.00 MB 2,256 67
430,219 430,219 0000000000000000011cde62062a6cb6384d15a333d2dc2a833bc219be220299 1.00 MB 2,431 55
430,218 430,218 000000000000000002729d4db4c8d4437bc6b6719936e1af8881a13fa46763a2 1.00 MB 3,002 89
430,217 430,217 00000000000000000010b8264ba2f9c82214813241da276330ce2f54673ef633 0.01 MB 34 59
Previous 10 blocks ↓
Total Size: 646.86 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,428.31 GB sent, 40.89 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.