Memory Pool Memory Pool Refreshing

75,223 transactions
37.36 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,386 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,770 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,385 (301,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,446 542,446 0000000000000000002709cab2991661e3f2e6bcb168db0d48e10bedcb10ee5b 0.27 MB 331 11
542,445 542,445 0000000000000000001a65066c6e1a582d3e7a529198ca6c3c6697c0ccb32ade 1.34 MB 1,614 11
542,444 542,444 000000000000000000101feed74a307c1e8ae5b0bc402028fbb886bef6170eb4 1.11 MB 2,237 9
542,443 542,443 0000000000000000000a35d95f2528c703585424f3493d24b5343f61c01242c3 1.25 MB 3,144 21
542,442 542,442 0000000000000000001183fb69c1a9e5f5cb4323c5b9566a74b27d904a0f878b 1.19 MB 2,751 21
542,441 542,441 000000000000000000214b8a2496fdd0548493264af5e90190cc6527fa249657 1.07 MB 1,733 6
542,440 542,440 0000000000000000002432dc8f9422e2c3029ef1ce35e9e93ba4f50c46e25519 1.19 MB 2,252 8
542,439 542,439 00000000000000000012ebffba3f0234d3b635b5c00b25ebedde8fe73d84fb1c 1.09 MB 1,100 21
542,438 542,438 00000000000000000006ffd95063d8f8d9433ac68c7d15f8070270cdef0caf79 1.08 MB 1,241 9
542,437 542,437 00000000000000000012588748e42208351910b8ad77e373425748d3ee745b4b 1.23 MB 2,653 18
542,436 542,436 000000000000000000114b0ff3b45958253d807c0591fe97f2cd4407abcfd04c 1.25 MB 3,154 25
542,435 542,435 00000000000000000007e7cd8735f9bc6669eafe36a754c59a496210af06624e 1.30 MB 3,130 23
542,434 542,434 00000000000000000003d207e94b9d858aa0f5ead7f335862caaeca782951ec8 1.19 MB 2,722 31
542,433 542,433 00000000000000000009c7e84c0e85ac2e4324e18eaec8a2d8516c382022ca29 1.50 MB 2,626 19
542,432 542,432 0000000000000000000baa3d78fefb77fb119eebcdbd138bf22eb874c9278bb5 1.16 MB 2,249 35
542,431 542,431 0000000000000000001eded2b306aa26bcd7330c3f1c353e3934fdc66232326a 0.37 MB 731 13
542,430 542,430 00000000000000000026e02ae7b7e56237100a32912993592547aa57159726ec 1.20 MB 1,241 18
542,429 542,429 00000000000000000004e22f19c42929cb31b0ad57fef4d38f4c758e196d7d6b 1.62 MB 222 1
542,428 542,428 0000000000000000001a95208e617e527f1dc0f00c3e312b187179951cf17be3 1.26 MB 2,501 18
542,427 542,427 0000000000000000001b5170d05f77972d7f4f73d3c455b7edcc53fd59b67a64 1.47 MB 1,283 3
542,426 542,426 0000000000000000002755de1cfd20324b73b285ab61b4a6973e239e7a903516 1.12 MB 2,870 4
Previous 10 blocks ↓
Total Size: 651.24 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: 9,111.03 GB sent, 67.49 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.