Memory Pool Memory Pool Refreshing

75,314 transactions
31.34 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,652 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,340 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,651 (525,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,454 323,454 00000000000000001df7b0e7591364b77e177eb842c1c0b806fcc7b080a2350b 0.18 MB 334 26
323,453 323,453 000000000000000012345b434cea9b76ae6bffb49e624ca60182fc15a0a1ee2b 0.51 MB 1,152 28
323,452 323,452 00000000000000000317af86dd628cdd74e06eeb5de8211e37d2bc432db0fc07 0.09 MB 180 30
323,451 323,451 000000000000000010db392358328b79eb0aaebc223cc6f5170c9996764902a9 0.10 MB 203 23
323,450 323,450 000000000000000000c9efa9be6e1e52a2a9c5a8f895cc42ecf9aed8933b2237 0.24 MB 306 22
323,449 323,449 00000000000000001b1c3d08d0596771d0629be8baa672712c67fd7421b1714a 0.08 MB 144 26
323,448 323,448 00000000000000001671eff9a5d946bad6f0b0eec7d979964b0b92d15f5ed4f7 0.02 MB 42 31
323,447 323,447 000000000000000007c1a933139cc948a1aad7d22c2a28dcab5a46735df702f3 0.19 MB 343 29
323,446 323,446 00000000000000001d42a8574ebe6796e9ae0b686fcef931123ef1950abd028b 0.13 MB 179 19
323,445 323,445 000000000000000002404ae71319abc6f8e47896fb65b916351e0defc1af0f63 0.21 MB 351 22
323,444 323,444 00000000000000001bc8018f956fb5582b947df5085bb74bed0559b69ce2fb6d 0.54 MB 600 13
323,443 323,443 000000000000000009e52987ede9a06d1c796ce019d620b00d99cf2a38645a92 0.10 MB 169 26
323,442 323,442 00000000000000000b43d0337205478221f1b5fbe36dd594270688ed62c28cc1 0.90 MB 1,267 23
323,441 323,441 00000000000000000e1a582bf2374d342b560c44bd4f44671465c90f20a206ed 0.19 MB 512 41
323,440 323,440 00000000000000000c98ea48ad8799c18872b813fd3d650912a2ca56ff1f75b9 0.09 MB 256 43
323,439 323,439 00000000000000000441d6bcc3ce6589027034c0e6de4d2765a6ab5d6f7ad6c1 0.65 MB 1,016 22
323,438 323,438 0000000000000000011fd298eb21f61364c3168ab2a346799f4538ea792118d2 0.35 MB 884 38
323,437 323,437 000000000000000015f4fb11f6aadbe0a8ad1032311d4a7bf802784a6e00b832 0.04 MB 64 96
323,436 323,436 00000000000000001fb4406a11ca624f21acae1e197520dd9ae3d421b53d5df3 0.03 MB 79 30
323,435 323,435 00000000000000001c8bb0969683600ed56b2271b57ebabd94c954bf193e4a72 0.68 MB 783 22
323,434 323,434 00000000000000001b608bfeb940fd103de3ef257cc70593c24c4f0c506824d9 0.75 MB 1,371 29
Previous 10 blocks ↓
Total Size: 658.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 106 incoming
  • Data Transfer: 2,136.61 GB sent, 4.08 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.