Memory Pool Memory Pool Refreshing

85,781 transactions
30.84 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,333 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,127 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,332 (397,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,235 449,235 0000000000000000013d8f2d0f170ca7e8bd512919bbd9476ae8c1a0b3724a44 0.26 MB 417 67
449,234 449,234 000000000000000002c90eca3e14dd14627fd8aa8e1fd848d3ef22bc8e83f24e 0.16 MB 254 55
449,233 449,233 0000000000000000002bf1d01685f530316da41a3f3386a1fd6de77880c0fe26 0.80 MB 1,534 66
449,232 449,232 000000000000000001640becccc8b0a8ab09d3b1b441472486a4001c60202717 1.00 MB 1,813 69
449,231 449,231 0000000000000000019ffe76020fb18d431029b8cf1f0be30c254682b7ffc823 1.00 MB 2,275 98
449,230 449,230 0000000000000000027f0e7f36a2c61d2dbdac2ee10eef587babc6dcfc5f7075 0.08 MB 227 79
449,229 449,229 000000000000000002e602ef773070d69c74985936056fd7c112da95359f7491 0.33 MB 451 47
449,228 449,228 000000000000000002ed1f9e75b63d8bb095f60a6debb68f9b89f6c21e30cd2d 0.66 MB 1,147 57
449,227 449,227 0000000000000000019ae586c1f879718b63031bc0c5f1ed8869168ede167ad6 0.72 MB 1,943 78
449,226 449,226 000000000000000001f91db97fe8992b58dc6932dcd1466c42a6629fcddac3f3 0.47 MB 1,099 74
449,225 449,225 0000000000000000012d5376ae8b6004cd6b6122cc04be18ecfa7328ead87242 0.81 MB 1,535 60
449,224 449,224 000000000000000000a2cb55c5f27f84706c5511749f69f5f66931e377d61c6e 0.91 MB 1,828 80
449,223 449,223 00000000000000000316c6e3b230791d8308751f4c48755a3d8078f7504ae0d6 1.00 MB 1,911 57
449,222 449,222 0000000000000000012c8ae58451565a0642e73377e4f202c147dc33f4860e14 1.00 MB 2,835 88
449,221 449,221 00000000000000000264f42c04d4c8505a7d5eb6549167f2781af0547c0c1256 1.00 MB 2,069 61
449,220 449,220 00000000000000000269f6dd65de9a76c111b08757f47da51f8bb73e887b735e 0.58 MB 1,256 68
449,219 449,219 000000000000000000596e314a1502a581b87ed974c4cba8511d7902f56dd91a 0.12 MB 217 66
449,218 449,218 000000000000000001913ca7944abc7c3a41ae1314a8a71d81e531fd10bcb098 0.18 MB 273 46
449,217 449,217 0000000000000000024e1891aa0fc687f87d3dd89a7075083f557fbd7e58f29a 0.86 MB 1,930 71
449,216 449,216 0000000000000000029158c6761a738e09c03b3d76a3882504948da061cf6f68 1.00 MB 2,278 71
449,215 449,215 000000000000000002f03c68f973661418e76192899a58ad1a5fdd38f66f6edb 0.30 MB 913 127
Previous 10 blocks ↓
Total Size: 654.82 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,412.42 GB sent, 91.84 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.