Memory Pool Memory Pool Refreshing

27,869 transactions
20.87 vMB
Show Random Selection Loading Transactions
Max Size: 108/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,241 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,901 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,240 (517,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,400 324,400 0000000000000000036085be752266a3bf2d47ef2d91a0763b3506732b8d7647 0.61 MB 1,130 26
324,399 324,399 00000000000000001f8e2055563d1db8b6b3a3bf66b97b6f9dc96acf8275ca6d 0.18 MB 276 23
324,398 324,398 0000000000000000142086da0daa0e38f11dd7dc55a8f57f8ce4c923a5d474e9 0.16 MB 176 20
324,397 324,397 000000000000000001cceea1c34475755c5f218a215787b3100e3558424c1203 0.35 MB 542 27
324,396 324,396 000000000000000000260250f81c5b4614a60db4ce21daeddb4f55574ab517d4 0.35 MB 520 45
324,395 324,395 0000000000000000096f2eb8060e81187dc8a0df41963946fa9936449a6967df 0.08 MB 156 30
324,394 324,394 00000000000000001342b2206844865c6687518d718cd49eac8910ebc436371c 0.21 MB 338 23
324,393 324,393 00000000000000001aced2606293f68082f20d54b68c281778a608f3a522ada9 0.14 MB 222 24
324,392 324,392 000000000000000012fc4775d1fa3b9159a5f799f119a60a5c66cc526aaba454 0.35 MB 426 21
324,391 324,391 0000000000000000164ec9c6ea610f3046a329e112490ae51f1e0741ee5c0030 0.02 MB 58 22
324,390 324,390 000000000000000009cac3b339f5cae385edf2064af80d5e790bb515aa1b3154 0.10 MB 140 14
324,389 324,389 000000000000000003703968d277754d57cf8743a9e620de2b76fe4502573907 0.43 MB 786 28
324,388 324,388 000000000000000018bcfc9440525a6bdb103c711423474e1a7af37c56fad874 0.59 MB 1,013 25
324,387 324,387 00000000000000000fba89f3292f3783ee86a374fb0f32f2f52917142c987403 0.30 MB 449 22
324,386 324,386 00000000000000001c7c689f1fd6fda130495c5c16cda0fe16161e543d8f9932 0.48 MB 655 21
324,385 324,385 0000000000000000000c7a93d0a864406fe05ceb12f10126cac47130ccbf3319 0.41 MB 400 19
324,384 324,384 0000000000000000123525353fb240a4f4f2a65c1fa0644c200d673944abb862 0.35 MB 411 18
324,383 324,383 0000000000000000035df8a78ad4b39af2527968e62ae833a8b6230b7790e8e0 0.35 MB 1,049 41
324,382 324,382 000000000000000004fded461d3ebb12c23e0e17ea19036927439ad9440e5458 0.37 MB 717 30
324,381 324,381 0000000000000000092d73f8fa07a1a66f969b2aa3b6bfca87bf92d5d207aff8 0.17 MB 194 18
324,380 324,380 00000000000000000e00f53695d8888419d6f9903d9d2f1ec6317479433269dc 0.31 MB 553 25
Previous 10 blocks ↓
Total Size: 647.18 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,461.06 GB sent, 43.64 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.