Memory Pool Memory Pool Refreshing

82,029 transactions
32.24 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,918 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,219 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,917 (569,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,451 275,451 0000000000000002733bbb4a9fe469a6ab45fd99c1b56c29c85b77bf4a509375 0.25 MB 682 61
275,450 275,450 000000000000000473ff08b2f42dd5ab3ec0285a5d41d925419b3aff719cb2aa 0.08 MB 215 58
275,449 275,449 00000000000000011b816777367a1a174246c648902b6fad1c7e8606dbb5f1a9 0.14 MB 277 28
275,448 275,448 0000000000000000a646b2850b814f1a83b54e074ff4dd7c2135d2899389c2d0 0.05 MB 101 40
275,447 275,447 00000000000000005d3433eb1c8eac9c4acb5e79c17213f99b90f0c12e6a5e90 0.05 MB 104 55
275,446 275,446 0000000000000004ab7a194c69533dfc959e3691ae31e8fcc22d59d943ecef58 0.09 MB 125 28
275,445 275,445 00000000000000018f29ac598c3c089b51113c32408bfbafb9f5ee6248f0f0d4 0.25 MB 338 32
275,444 275,444 000000000000000414817f066084579c9ba4a514675943cfa957f5e81e105ced 0.00 MB 1 0
275,443 275,443 000000000000000195d8ff1f584089c1f8b0235e1cc196007f955bd515f55d8a 0.25 MB 577 44
275,442 275,442 0000000000000000b63faf976f57512efa89b8bece3cc7741e0f076c158d29c8 0.09 MB 256 85
275,441 275,441 00000000000000004b5c3e080353bdbb7760354bc3b73d8d35d8277231f48fb2 0.05 MB 107 65
275,440 275,440 00000000000000035d24d2abb7091441ba933bef4aeb7efa5cd8d3d1faf5905f 0.19 MB 285 31
275,439 275,439 0000000000000000c522807765c89a74af537a092b0d1712643b772a1c0746d5 0.25 MB 651 49
275,438 275,438 00000000000000022f54d5933969461ccd68844d7fab25a002193196f3efd062 0.16 MB 512 97
275,437 275,437 000000000000000017f848dc7364f94a82ab5802a400929809712e779d23d24a 0.18 MB 361 47
275,436 275,436 0000000000000000f8a1ace74cbbf26e4dbd18a4493b06e5731dae8d92de3e12 0.04 MB 82 34
275,435 275,435 00000000000000023147df3e436925c3294b721f46ab07d43bdad4aeb9fba728 0.14 MB 269 31
275,434 275,434 000000000000000431a91b047cb477f6820b2973e80d56d4f8859da6dbfdffc4 0.25 MB 526 41
275,433 275,433 0000000000000001ab62b02bcaae0f072b268425b8568927753e6f3b26dd6a13 0.25 MB 626 49
275,432 275,432 00000000000000034f90fd1d0f9e337ba96529c3659d9d5df61b7f0f42e53a8a 0.37 MB 900 50
275,431 275,431 00000000000000034829fe63ef1bc9f88d065f6d455e3454688e895f7fdfa7d7 0.22 MB 532 62
Previous 10 blocks ↓
Total Size: 652.25 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,215.20 GB sent, 73.40 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.