Memory Pool Memory Pool Refreshing

38,986 transactions
34.10 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,829 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,956 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,828 (428,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,205 413,205 0000000000000000027598550f067be0d5e54501a69476fc2915e56280c6f93e 1.00 MB 1,743 27
413,204 413,204 000000000000000002884a1b92aac5dbcff506a0d8b7c7de0820f7dd32ff4e39 0.99 MB 2,307 50
413,203 413,203 0000000000000000025e2505ec7a8d26c7b071fd8eb6bcd8e50d4e8b4b3a9f7e 1.00 MB 2,503 58
413,202 413,202 0000000000000000050075c0bbe432e847e21baddd36099dea441cd303b1789d 1.00 MB 2,857 77
413,201 413,201 00000000000000000278fc6dae4f6d14ba7b4f71130d27f34211490f12c8518d 1.00 MB 1,937 40
413,200 413,200 000000000000000000ceeeb53d4cdb85c822f1d08285307cd0198adcc2221a6e 1.00 MB 2,069 42
413,199 413,199 000000000000000004a92007b030d2811b60b31f22ab9d2b6ec8cf61a009d281 0.00 MB 8 162
413,198 413,198 00000000000000000343f1f9c81c9d6e4f838e9e2a5c7a9faf20a90b1334add1 1.00 MB 2,431 61
413,197 413,197 0000000000000000033b636ee1ae5f48390daa3b553bbdfe6d6838011e64a755 1.00 MB 2,028 42
413,196 413,196 00000000000000000199aa28ab75154f95e8b8767ca472bd5ab358e8c0ba40c7 1.00 MB 2,961 84
413,195 413,195 000000000000000001fe635d31a87c94188d76690c85bc56461481ae3b728e6f 1.00 MB 3,003 74
413,194 413,194 0000000000000000057f3605f9ed7c194505124ff79a0c4583b969825d559117 0.00 MB 14 103
413,193 413,193 000000000000000004e692bab3746a8f547d748a224c78657c83cdeba7ad6e1a 0.98 MB 1,258 42
413,192 413,192 0000000000000000039b4fe675c0a2df4c06c5a1b396d1f81a5146fb23946e60 0.19 MB 420 48
413,191 413,191 000000000000000003b5678846fadcf613fd8e0c198b8c99ce9020d557aa2fae 0.73 MB 1,555 49
413,190 413,190 0000000000000000031ea11aa4e0a1913bff2753b1c29fc543f1c54c6a02eccb 0.99 MB 1,952 41
413,189 413,189 000000000000000003a495409ec0408b4c5a88cabfc1a373f44acf8e369f4663 0.48 MB 1,078 49
413,188 413,188 000000000000000003128666dd70f2c2c52912254d4fb5d79cc566c8cac6703e 0.25 MB 436 45
413,187 413,187 000000000000000003d29fc51a2af1bd013d6bbbf9a9cb990449b1d1e4ee7140 0.39 MB 504 30
413,186 413,186 000000000000000004445eb6d35ff0b4d5eb6b9826ad5adecef010b525ed1ce1 1.00 MB 2,213 42
413,185 413,185 000000000000000001085675463fe61cc118fc363745817d0976401254242041 1.00 MB 2,668 66
Previous 10 blocks ↓
Total Size: 646.44 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,353.75 GB sent, 37.77 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.