Memory Pool Memory Pool Refreshing

46,390 transactions
30.60 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,193 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,192 (75,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,624 766,624 0000000000000000000662fc8482a901dda6be5134a23d0033409c5bfd5e41a5 1.52 MB 3,124 14
766,623 766,623 0000000000000000000578e63039b953fd12325010ce83f7da4a9d4e3cfbcb61 0.91 MB 1,238 5
766,622 766,622 00000000000000000007dbc400d877b49a280e71eaf79dbb9899d543bfcbc5a3 1.24 MB 1,791 7
766,621 766,621 000000000000000000064168e2ead38fe1604bf79898fef803674c440e01b33a 1.48 MB 2,485 9
766,620 766,620 0000000000000000000580dda6644a52ccf49fb67dccf9ab6780920e6e644f6f 1.34 MB 1,972 13
766,619 766,619 00000000000000000002f3b737c40b142bab01df0de8444daa88843c24e4aa27 0.60 MB 1,032 10
766,618 766,618 00000000000000000005a2fbbe28d8dff961a4ffd1c70467c68c4e5d08cc70cd 1.76 MB 2,539 7
766,617 766,617 00000000000000000004a597c4a58897bedddc539c616404b9d5a89ccff6b333 1.58 MB 3,063 16
766,616 766,616 0000000000000000000261b1c657e5b1eaa2261e2ffef325eeb1af6cb523a2f7 1.33 MB 1,899 3
766,615 766,615 00000000000000000004690c3114324dcadd706c7808ec622d95e8f35b2c8dc6 1.45 MB 2,792 17
766,614 766,614 00000000000000000000768c783dd017e8e3d11604efb82d3894217a1c3437eb 1.32 MB 2,483 5
766,613 766,613 00000000000000000006d408ffb61d72f336a1f01cb451746b4ecb6950515cfa 1.52 MB 3,177 19
766,612 766,612 00000000000000000005b4da15045ff626a66ed289a230651880a245a0aced1c 1.49 MB 2,106 7
766,611 766,611 00000000000000000004dcce56068795e83a1e76dac3988e6a054f6bef5b684e 1.43 MB 2,428 12
766,610 766,610 000000000000000000069be04dd527d4569a821ec1b2de65df7c5cf4580c673f 1.21 MB 1,237 12
766,609 766,609 000000000000000000002e09ae71106a0533be95b941ce0bfe8e76705185f516 1.27 MB 2,225 10
766,608 766,608 0000000000000000000371aaa50c48b32715303bb6008790eb300847ccd92656 0.20 MB 403 13
766,607 766,607 000000000000000000024881296acec86c4a51195ebfe4bfedee3158773e1a5b 1.51 MB 2,533 10
766,606 766,606 0000000000000000000781cec9632b60443b7f8ae697e9fbd1e285bc51090f5f 0.07 MB 180 10
766,605 766,605 0000000000000000000462676283c6192ab02ef639684978de05bdaa2402108f 1.21 MB 2,223 11
766,604 766,604 00000000000000000007b0b0e30eb480b8fde2c17030463dce03ffc5f3ff29b1 1.23 MB 1,195 1
Previous 10 blocks ↓
Total Size: 647.09 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,454.85 GB sent, 43.17 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.