Memory Pool Memory Pool Refreshing

36,412 transactions
48.58 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,547 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,988 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,546 (412,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,311 430,311 0000000000000000047afd8db643d8efaa8a0d58bc9ca8b09f0e3e5264e293ab 1.00 MB 2,689 66
430,310 430,310 0000000000000000007d229d0045811dacc812e267936c647fb66d9625c98831 0.23 MB 670 73
430,309 430,309 00000000000000000175c14b67d5c60fb018ca3fd46edfb9c505fd365f0cfd33 0.25 MB 619 62
430,308 430,308 00000000000000000363cf3ddca5b2e51772fc79cfe079aac06292a2830a2672 0.78 MB 1,893 62
430,307 430,307 000000000000000000b7cc6e905378aa26bea010b70f11cf27fe7ea11f88ae37 0.53 MB 1,435 64
430,306 430,306 000000000000000002aa7f766addf83f0465ef2e97635f2735acd088e470242a 0.33 MB 617 54
430,305 430,305 00000000000000000094da1a158f9946d358ce7b1c698a7ac159df2b04367050 0.99 MB 2,016 51
430,304 430,304 000000000000000002d22e11d652895cf0cbac6c6de0910f24e2ca743c95177d 0.30 MB 654 59
430,303 430,303 000000000000000004c42def841e7e32b9d427629603fce72296351dcd46e325 0.05 MB 90 49
430,302 430,302 0000000000000000014cd3951f74d2478e41ca5618e6fc79771432eea05d0688 0.98 MB 781 19
430,301 430,301 0000000000000000039e28ed921d3434e2ae01b48578835b6895a3b1de796bc8 0.33 MB 827 63
430,300 430,300 0000000000000000036631145adf1a2b4090ec17f83d7d0bbf34dfae09bcec78 0.05 MB 87 49
430,299 430,299 00000000000000000391aea1d0d20bc0e72ecd8d05a25a0ad6eed1db779b6781 1.00 MB 174 3
430,298 430,298 000000000000000003379e1c9f8d3ecbddcb994ad04514e8bccd5421c1df5840 1.00 MB 736 21
430,297 430,297 000000000000000001f73140511d2fdd3fdf51d9369e76210f2d2d3857da97b2 0.29 MB 814 64
430,296 430,296 0000000000000000025b250a8ae8804849ff8ce92f7199b1612f71dfd492497f 1.00 MB 875 26
430,295 430,295 000000000000000003088c56f861b3ae0fb18a380ed4f4250d012ef6239453ef 0.99 MB 252 10
430,294 430,294 000000000000000004d4d8375d9feba29901deb637e05e6894bcce568630a67e 1.00 MB 243 10
430,293 430,293 0000000000000000041ba5c42ac8910764d9eec86727d4bdd2032cfe3f610428 0.99 MB 102 8
430,292 430,292 000000000000000000766d6776cc603a54cc66b4c2db4f50a23280a66d7e096e 1.00 MB 2,284 51
430,291 430,291 00000000000000000066706a3a5e34c147bba466431ce0ac0e2d2064f0b75ca0 0.65 MB 1,715 61
Previous 10 blocks ↓
Total Size: 647.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: 8,547.24 GB sent, 47.62 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.