Memory Pool Memory Pool Refreshing

100,506 transactions
34.61 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,703 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 6,079 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,702 (651,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,730 192,730 00000000000005539b246d3a16f3e4783d1f6b5b01105868e9ebf98a90d9baf3 0.00 MB 9 58
192,729 192,729 00000000000007068db9080b334309bdfa8b59f258c80c5a8db292080e05e183 0.22 MB 749 33
192,728 192,728 000000000000029607e788e13efc2bfc5bc90e34ad91a02605382c28fb7eb1ea 0.01 MB 23 119
192,727 192,727 00000000000005e77b81bbc2e64d9bb5b85157158ad836f1d0faafaa8b217ee0 0.06 MB 112 126
192,726 192,726 000000000000059861f537827356180d4ae63435a057e37881277de90e82109d 0.05 MB 126 135
192,725 192,725 00000000000004043827daad922242de46f1e02be3440cfb75f1ba047630a433 0.08 MB 223 122
192,724 192,724 00000000000000a68387288ef07d3b7ecf038490c769c120d8d99e84af1e2ef2 0.06 MB 144 144
192,723 192,723 00000000000002dd8f8412ce99aa8e4cdc78ac77413bab688d1cca1a610665a8 0.14 MB 160 110
192,722 192,722 00000000000006ace6bc87c2870caafd16813cc1c1ef58965c16c6eda8cc32aa 0.06 MB 116 94
192,721 192,721 000000000000038db4a7f523fa0d53e6078b0a62b94c2a9c0d2b1493617cdfbf 0.14 MB 364 520
192,720 192,720 000000000000003b94df3458a90d54efec00e90887259fc3050e398e67982e32 0.04 MB 129 9
192,719 192,719 0000000000000391c43e4fb82b22335c09120b3826f440a5de7caa07d7d1e75f 0.10 MB 234 120
192,718 192,718 000000000000022a6e169b63c2c2f2641182707ad67d58f387be81a120912972 0.07 MB 163 128
192,717 192,717 00000000000007ac247931d5c63fe3d58b08a0e225776f1e7e1c6f381fcf5edc 0.12 MB 321 171
192,716 192,716 00000000000007ee0510fcabf6845ce48f93f7b0bdbac23e15c91bd51929deda 0.05 MB 121 103
192,715 192,715 000000000000059fcfc43245eb630e0612a9680c426326daa2c9cec2caf2f1c4 0.02 MB 70 136
192,714 192,714 00000000000005b2c7a3342e034e164147b6e75648166928ad72efac80611df7 0.24 MB 512 107
192,713 192,713 00000000000006fe8e9d7ffd83d3f561e34827dc891fa5cbb82a2bef1718bf05 0.05 MB 131 1,157
192,712 192,712 00000000000000cba4f3450441af957213672b5533c44dc76e7de199e49bc4be 0.14 MB 308 132
192,711 192,711 00000000000006d4d976134acc21cbe96db4b652673cc3186814465891c30bb9 0.05 MB 115 88
192,710 192,710 000000000000004d271ae25e651358eadcbebc361e8c52bfc8534b6012a494c8 0.10 MB 253 173
Previous 10 blocks ↓
Total Size: 651.84 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,179.61 GB sent, 71.06 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.