Memory Pool Memory Pool Refreshing

85,513 transactions
34.40 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,858 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,512 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,857 (585,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
260,310 260,310 00000000000000008579b298a9711c6a968249004ca01e5af6d7ba22937f9287 0.08 MB 161 88
260,309 260,309 0000000000000019fea0932a4ef8338f8fb67f028e95cfe23d823d2cf26f494f 0.21 MB 528 87
260,308 260,308 00000000000000027828366a8a989dc18eab187181fa266e475c9891efdc6292 0.03 MB 70 27
260,307 260,307 0000000000000019b3b632a9ed9f6f89926164b20068b4b5c977ce52ad2453f0 0.09 MB 225 132
260,306 260,306 00000000000000104f18043eb1b8d697ee22fbe774e2591d3fad14696d1ae660 0.30 MB 719 111
260,305 260,305 00000000000000114638df26c175f7d734362a0cdd2b235e761f74692a225cf1 0.10 MB 232 104
260,304 260,304 0000000000000001d310467e73d3633878ae2e7966170effbeb4e81f3510e3b3 0.23 MB 508 96
260,303 260,303 0000000000000014ee2af3b0b52a15431beb0edb23bf4af942958b92a204fb6b 0.12 MB 311 95
260,302 260,302 0000000000000005da1d7db5511233b02ef322b7eab9c2b79c216ee095a50e3a 0.16 MB 476 90
260,301 260,301 00000000000000134cdafcec53855526f65e80254721498504f74e0ea34f0486 0.16 MB 415 133
260,300 260,300 000000000000001147d2d9bb011c0464e3a5d7a3dcbeb037105d0d6970f2788b 0.07 MB 165 85
260,299 260,299 000000000000000ce8deff62205aa23949e442aeb999fcca5d616135461c70c0 0.15 MB 358 42
260,298 260,298 0000000000000016d250fc110a7f6f9f8f04aae9a74695701444e8932e2457fa 0.25 MB 588 128
260,297 260,297 000000000000001078f01aa26fd8e10cc98624a563f585c9e051b16823355856 0.06 MB 156 66
260,296 260,296 00000000000000194c0abf6c8ae974671ce64071e3a63684ada5a919714a8cdb 0.08 MB 196 136
260,295 260,295 00000000000000098ac4129f8e12874473db3c42eab3314e3392dde0ec2aaa26 0.12 MB 491 66
260,294 260,294 0000000000000011de10a56c4d1d99ee67964b4e999ada4328cf06682838f204 0.01 MB 38 15
260,293 260,293 000000000000000cdac8d856bf0863ea59ae002e7b77310085f39f8a1cad5f97 0.42 MB 777 45
260,292 260,292 0000000000000014d02239429447a166d870a67d3fd5f6c000a1fd1885266050 0.24 MB 512 126
260,291 260,291 000000000000000e4444b1cd47b382e14f6bb1a3891fd8122ada505679a841e2 0.25 MB 623 133
260,290 260,290 00000000000000127e6f9dba6a8943821e021746ec7fe0edd931fd8aa7420a14 0.25 MB 444 57
Previous 10 blocks ↓
Total Size: 653.98 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,354.51 GB sent, 85.43 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.