Memory Pool Memory Pool Refreshing

58,458 transactions
40.49 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,079 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,956 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,078 (370,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,731 471,731 00000000000000000138dd25c7ae3609ab422e0224a8838cd60dbd867d71d780 1.00 MB 531 77
471,730 471,730 0000000000000000006de9873bb0c495b0af214f6622dc241447b281b2a4270e 1.00 MB 222 39
471,729 471,729 00000000000000000002b74cfa87dc59c7e2558f9764665d70db979c01e5a267 0.99 MB 2,168 290
471,728 471,728 000000000000000000869a66f905d9a8932ce3f8f4948891da131f1db7b99dfd 1.00 MB 1,969 71
471,727 471,727 00000000000000000037816bb961648dc273a15d328239bed1ea2dec5102c87c 1.00 MB 2,334 312
471,726 471,726 000000000000000000b270c5769ef49c83438f0dd9ed8b0a3cf3cfaa557f5761 0.99 MB 2,274 300
471,725 471,725 000000000000000000b073dc8813d5abc7b0a6c43410eae70c4aa330c5f0996a 1.00 MB 2,488 358
471,724 471,724 0000000000000000010d6107565958da4d4d4531a91853d2d738d8d96624d54c 1.00 MB 1,659 241
471,723 471,723 000000000000000000cdb3e4ea0ca27c882d9cac980135e79e86f036a2541f39 1.00 MB 1,601 279
471,722 471,722 000000000000000000ff6745d6100eef0871eb3b904a9e48410cfc9fd79a4d39 1.00 MB 2,028 84
471,721 471,721 00000000000000000089954ee2bd3e305596ea83ea7f839664de132e4b8a4f5f 1.00 MB 2,261 321
471,720 471,720 0000000000000000011b2c208c5a41812585118eb780e586ccd275c3dd807c34 1.00 MB 2,343 176
471,719 471,719 00000000000000000090c8393eecd1bee5c61f9eb31a9fef1aff87d9e3efd581 1.00 MB 2,645 130
471,718 471,718 00000000000000000072cdf37e549ec93ffd1f3c747a47593719f4ee924e7a55 1.00 MB 1,923 338
471,717 471,717 0000000000000000012341fe41de8cc68b6a985a2756778a817d7a26185ff01b 1.00 MB 2,066 205
471,716 471,716 0000000000000000000cb6d7781d36abf4c92e27fb65ff08d225b8cc1e82f7c9 1.00 MB 2,516 344
471,715 471,715 000000000000000000076a7992ece748e05cf1b5053a2af1a753a4f153a5d746 1.00 MB 2,503 404
471,714 471,714 000000000000000000596df3b3fbf78edd25e046af0695c9fe69359319575d9c 1.00 MB 1,807 248
471,713 471,713 0000000000000000019a4153d92aeb8229ffe8ea6e7da266bf1ced81004adfc3 1.00 MB 2,479 366
471,712 471,712 0000000000000000009f62b7184a111c98704a344104110bbe6707131bce7f19 1.00 MB 2,106 312
471,711 471,711 0000000000000000011bd9c4fa79a9b431c1318508ffe583c129f3332ace9b3f 1.00 MB 1,972 260
Previous 10 blocks ↓
Total Size: 646.90 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,432.64 GB sent, 41.23 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.