Memory Pool Memory Pool Refreshing

29,606 transactions
37.10 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,511 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,056 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,510 (229,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,249 613,249 0000000000000000000e64ff6453b61cd02fd7be8e5b276de048cf4913da7dea 0.29 MB 540 8
613,248 613,248 00000000000000000003e7fd4166021a0a64aa66b2a1019039d0dab0e3fee6b0 1.31 MB 2,817 15
613,247 613,247 00000000000000000004b4a122cd331c1065886357583ee43a3a23ccdca220ec 0.48 MB 659 3
613,246 613,246 0000000000000000000341a2e70508544a2d46d6a3be0a5b011adc8ffe82348a 1.37 MB 2,841 10
613,245 613,245 00000000000000000000faecd4d2c82335d8ba296863eda9f9fabf20261b235e 1.25 MB 2,350 7
613,244 613,244 000000000000000000109f3fc25621bf5fd27de085f235b13d0640a2c2734d7c 1.36 MB 2,127 29
613,243 613,243 0000000000000000000e0b5b661654d9dbcd898f0a755b26afa8a73e177e3c54 1.25 MB 2,583 21
613,242 613,242 00000000000000000007c5995718a1948b10ea19ca49eaa97cddf3b510cd881b 0.23 MB 613 20
613,241 613,241 00000000000000000004a77f9d95e3f5c28884f141143d58002cbe9b9f92eba1 0.70 MB 1,425 10
613,240 613,240 0000000000000000000c472ebd7fda1e45450f4a94d08d93be1e4791c8040bb0 1.27 MB 2,693 15
613,239 613,239 0000000000000000000bbfec2a29078085d29a77fe61d880bf95dfca4993bc40 1.01 MB 2,217 8
613,238 613,238 0000000000000000000b6c75e39922e1440c36d7b424a28952937278e0436d9e 1.25 MB 2,634 19
613,237 613,237 0000000000000000000e07892869f960d8f9aec1ac9306e26b9dcc9444dc87dd 1.25 MB 2,486 16
613,236 613,236 000000000000000000030bdf3d6c86419b1a42319efa530147d2e793f6592bcc 0.15 MB 266 13
613,235 613,235 00000000000000000009a7ac138b967c9f41c26fe3530d0a5665ba9c2ece4f6c 0.01 MB 25 5
613,234 613,234 0000000000000000000fcdb250b1e8321f398d74c020c00bccafb90b33fdded3 0.42 MB 668 14
613,233 613,233 00000000000000000001987d97f0fb6fa5d5929613b2d565c85805ef9fdf24dd 0.56 MB 982 14
613,232 613,232 0000000000000000000bc1b4f41867225451cfbfec77abf0b1ffe2b958278624 0.61 MB 1,523 6
613,231 613,231 000000000000000000046b810f942c4bb24717f1a0c63f5c9e77804117fde21b 1.24 MB 2,660 20
613,230 613,230 00000000000000000006f3b245568a52ad668d7643ce85cacb8b01a059f2107e 0.35 MB 703 15
613,229 613,229 0000000000000000000740b883895b1d7376fd882a6d3e7652c933bd9032e982 1.08 MB 2,177 16
Previous 10 blocks ↓
Total Size: 647.69 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,535.27 GB sent, 47.19 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.