Memory Pool Memory Pool Refreshing

86,155 transactions
31.31 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,990 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,280 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,989 (373,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,267 471,267 000000000000000000fcf389bfd8cec7560c71de549d9685b2ef755332559f3a 1.00 MB 2,351 381
471,266 471,266 00000000000000000076027aafbd9a7e32f288e32c97f18e49bbfbc0183b5496 1.00 MB 2,546 433
471,265 471,265 00000000000000000007b8f3bd43d96b21a260b3ed416c8c48832f20bfa005da 1.00 MB 2,691 377
471,264 471,264 0000000000000000012d929c385059c959181dbe1a4d421687e2a9a3c6fc4f7e 1.00 MB 2,229 394
471,263 471,263 00000000000000000175b6528b43c1f6efac59bd4ff908d8b5c8114a0e32868f 1.00 MB 2,391 428
471,262 471,262 0000000000000000017042246e22bfbbc12e6dc73762836a8b3f6e505f85f2ec 1.00 MB 2,385 473
471,261 471,261 00000000000000000046216fdbf25df8017ec871875ffb9c0b1c574a0e7804a7 1.00 MB 2,636 287
471,260 471,260 000000000000000000a44a628322a97f202441bb66fc65acc53dbd1eb2400da5 1.00 MB 2,288 306
471,259 471,259 0000000000000000004a2d1970455b094319f176df20a799d07973e051673d19 1.00 MB 2,558 331
471,258 471,258 0000000000000000004a1456d5e48a4e1a6e4657b08462e2748dcb810aab30d9 1.00 MB 1,744 375
471,257 471,257 000000000000000000061c5ada0e0c46392d53c43ee4351bd6219bf7ddaa41e5 1.00 MB 2,110 355
471,256 471,256 0000000000000000012795f44634ba7781bf8ae3aa60dfc17996f86c0e12ae17 1.00 MB 1,840 400
471,255 471,255 0000000000000000005718d85de130ad1129cd31a7d1c4adff1aa67a89f8add8 1.00 MB 2,400 487
471,254 471,254 000000000000000001611c4de37b0c504203ab5c55121a50a5d66c371ced331e 1.00 MB 2,243 332
471,253 471,253 0000000000000000003f0bcaf2179783f08ff5480d38e2b68091242799ff537e 1.00 MB 2,327 414
471,252 471,252 0000000000000000017c73fe7e205667891f16239727df67905e1825fdb6017a 1.00 MB 1,951 379
471,251 471,251 00000000000000000191c02a3f27a9bee9c904ad79e5a5f443a6af1c31f162e1 1.00 MB 2,398 413
471,250 471,250 000000000000000000e104d9fad74938c6a405fc32ce2ae97dda2c561e8e0df1 1.00 MB 1,825 419
471,249 471,249 0000000000000000019022bea28fc0b48664b3c40afaea43802eafffefe065e5 1.00 MB 2,978 501
471,248 471,248 00000000000000000096a3e82335ab91c86bfa5f129d88ac4cd436c8e1b0f69c 1.00 MB 1,758 598
471,247 471,247 0000000000000000011d3adb8cb07f8b952966b527cde9b3a1bd1fed8845c26e 1.00 MB 2,412 271
Previous 10 blocks ↓
Total Size: 652.38 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,255.50 GB sent, 74.31 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.