Memory Pool Memory Pool Refreshing

61,265 transactions
34.37 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,672 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,646 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,671 (661,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
188,381 188,381 000000000000054fd6b4453d7d622da98f887d3733f60041aabd0e01c9846d52 0.08 MB 214 129
188,380 188,380 000000000000000d16b34a8b89a686f9038f748ac9728f8c7643a831793c2040 0.25 MB 720 151
188,379 188,379 0000000000000122c7d4552cf8d3e7aa235c7ddc4a15b059acb73b5430c5b079 0.05 MB 167 77
188,378 188,378 000000000000015756b4cd10b7833c53797593c20af9c8fe0cb2590f22c5894b 0.01 MB 32 131
188,377 188,377 00000000000006fcfb1ac89d21f638407b5740c93b4885fb1a5960bea81a0607 0.01 MB 32 8
188,376 188,376 000000000000096170593b661327ae56d4407258c6ccc0b7fdb05b4b42844423 0.25 MB 611 137
188,375 188,375 00000000000006ccef2bc464c55e6a170bd9e613793e868c8b1a6c749ff1fb91 0.05 MB 144 99
188,374 188,374 00000000000007d0a7937657db105301968e70331a104898ed7ea1b6322ec1dc 0.07 MB 203 452
188,373 188,373 00000000000008444445a518038bb5149fc10c290ea3acd4d54f326717dbf4c1 0.09 MB 309 365
188,372 188,372 00000000000008518b1fb0d01d4d8f210007bc7adb7dc54646ad352610162e86 0.16 MB 378 115
188,371 188,371 00000000000004d7bc8069a1411def624afc8e4417337497576985cee33f52aa 0.01 MB 32 5
188,370 188,370 0000000000000377c1bd402243e69a0217acfb6eea5fd21d3c89a3561a96c48f 0.22 MB 641 153
188,369 188,369 0000000000000075ebf7470cf65ed85c96bea28587ad18a1d4fc9d25c0b69b7a 0.25 MB 388 109
188,368 188,368 0000000000000223dd544d12613e3da0f3e3c6f886ed336d56a45caca7f77107 0.05 MB 146 39
188,367 188,367 00000000000008603ad460c1f3bc4840b332a28f10b7f91179652bd8d81c23c4 0.25 MB 827 170
188,366 188,366 000000000000098e1372f8554e11d3d5b8f5fd78c056a7bbaab072a72cc0ef52 0.01 MB 25 59
188,365 188,365 000000000000068d78349d8b3c443eb3593860c9cb0feee66e40eebcac8ce9fd 0.00 MB 8 0
188,364 188,364 00000000000003ba52ae8bbd04275c86a11453f9103ff7954bdf6ce46b532fae 0.25 MB 448 116
188,363 188,363 00000000000007f7e131c42e86092c956bc33b416f80b77e491946bce900191e 0.05 MB 135 119
188,362 188,362 00000000000007fbacd77e29c53c0b32aaa6407487723591f25889846bbaefa3 0.05 MB 83 485
188,361 188,361 00000000000003c9c0df9b77dad0b39c8a9d7f52ba6a9df63cd44e43b0750ab6 0.10 MB 218 96
Previous 10 blocks ↓
Total Size: 660.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 621.09 GB sent, 3.61 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.