Memory Pool Memory Pool Refreshing

45,949 transactions
47.83 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,344 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,070 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,343 (407,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,484 434,484 0000000000000000021fdcfe33a0d0e156d0f14d141152b9adb9d1d08af55afd 1.00 MB 1,647 32
434,483 434,483 000000000000000000e34ac3f4a196ee697ce4fba2448be7b4176e245e2ab960 1.00 MB 2,294 50
434,482 434,482 000000000000000003d326f961481c1b5e3b2669b2cc78e32cfc529df92dbecf 1.00 MB 2,474 60
434,481 434,481 0000000000000000043f28dea71c5db8ab3fed8722375ada4d5bfa40c114c49b 1.00 MB 2,386 57
434,480 434,480 000000000000000000580cd73a97c4a7cfbb9faa714c879c5f4ac2c53158113c 1.00 MB 2,535 50
434,479 434,479 00000000000000000432012a4a18da6cf769a80428b42490c1459917da285d27 1.00 MB 2,750 72
434,478 434,478 000000000000000003cdd3a3db3719e3af0eccb6dd3e885a9b1ac7e0ae9d9af9 1.00 MB 2,102 65
434,477 434,477 0000000000000000020aa5851361c85658b50e59d29a4f9df219b4a49aa13ac4 1.00 MB 1,948 77
434,476 434,476 000000000000000000fe2c679b0a10a89c84d3f6d71d95e4df717223f5cf0cab 1.00 MB 1,881 108
434,475 434,475 000000000000000001d6378af98bb48c956fdf27de30ff702b10b2ff9c609809 0.00 MB 1 0
434,474 434,474 000000000000000003e9a0ce88fed5db5538531e96a37eb2828e71d540d1d6d8 1.00 MB 2,254 69
434,473 434,473 000000000000000003ca3484474f0305dbb6a37e0554716dde60b705cc4498ae 1.00 MB 2,557 76
434,472 434,472 0000000000000000027017ccbf8589cdd98054b5dc5381f0eb7ebac4b2e92529 1.00 MB 2,608 70
434,471 434,471 000000000000000001ada456537851e2c42008762319066e5590ddc208c0b9ac 1.00 MB 2,828 71
434,470 434,470 000000000000000001fb5f6f18b6959bc66b11d2f2639072e7c12668a3d28106 1.00 MB 2,330 96
434,469 434,469 000000000000000001ea5edf9381e5b27e71e460950648a4369cc1d25442a94e 1.00 MB 1,185 28
434,468 434,468 0000000000000000020f96b7e836c48dabc307a175e0887a334e4b6c6587a589 0.18 MB 415 67
434,467 434,467 000000000000000002f3a1ca71af0cefcbfe873591e6f81c442f1b3fdea4ef57 0.53 MB 1,292 62
434,466 434,466 000000000000000002535506cfcc71e5d0c521723160468c839db99f2feef53c 0.57 MB 1,502 68
434,465 434,465 0000000000000000024122745892587e3ee4cd40e7b7165cffeaf715c9b0eb15 0.18 MB 499 70
434,464 434,464 000000000000000000866b128ee209c374ccbd21942cc089151643d94772dd0a 0.69 MB 1,602 63
Previous 10 blocks ↓
Total Size: 647.36 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,480.41 GB sent, 45.18 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.