Memory Pool Memory Pool Refreshing

59,457 transactions
26.23 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
849,439 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,391 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,438 (578,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,612 270,612 0000000000000006af70bf4bad143a7c76938f081ac2249ddcb8fe18ad636358 0.25 MB 716 155
270,611 270,611 00000000000000013de083a7cc4fd926a965281ce19e83aa407848c9dfed4c30 0.16 MB 450 74
270,610 270,610 0000000000000002e1ce99bab8a494cda6000dce4b89fc8f8e6515a23d166818 0.14 MB 332 63
270,609 270,609 0000000000000002890e15edd582772649775bbe7618c7fb7c7930d590b307e6 0.11 MB 75 12
270,608 270,608 00000000000000057fbc3b60d47b8bc647505aa62f806c5aeb9c7a8d276f064f 0.25 MB 677 125
270,607 270,607 00000000000000017086c3a4f31d0ea39efff07ee19353ff5034dcb3c3d4f65e 0.22 MB 295 34
270,606 270,606 00000000000000051eee1b856564abd0c5a76e3d0951c57c5dd0361aff018cd1 0.50 MB 991 62
270,605 270,605 00000000000000070bedfe64cbc81ec40a594289f1c122e38528266fc8d39752 0.25 MB 582 84
270,604 270,604 0000000000000000338f9175a1bef40d0861b0a0e693669c8216b88648727423 0.50 MB 1,131 43
270,603 270,603 00000000000000051255b4786a6024174de3fb3270131c04992cf53d4d6b6a4d 0.25 MB 751 171
270,602 270,602 0000000000000001be5d9ec9e5613f63ca467d70026123986b28e63ac89ab0a8 0.15 MB 276 33
270,601 270,601 00000000000000067f70f83dabb03baa79c235fd55c9ace804a18225d93b4d8d 0.20 MB 271 89
270,600 270,600 0000000000000004db2825b463e3eaaa33b7a9805589475262fd977c028e70fa 0.03 MB 70 9
270,599 270,599 0000000000000003f8aef2e4c895e85e7056ecbac0b47dcec2726dcdd57cd43e 0.36 MB 699 52
270,598 270,598 0000000000000004f0dbe5cb4b8a114ba3f78f8d13ae40639c785eb83c2939ef 0.36 MB 752 62
270,597 270,597 0000000000000000247aba4cf55769cdfcb0b1227d1940a047f1c7389c64b182 0.15 MB 114 17
270,596 270,596 0000000000000006bffd1992a4a81febfa8651f7afe96cdc0e7af5a04cb5e03f 0.08 MB 181 48
270,595 270,595 0000000000000005ef9e8ef3408f9ab779bd8a46f4263261655bf20ce4ad7501 0.21 MB 462 31
270,594 270,594 0000000000000005541b9d76afe079be09e390f9a214b5969866b87fe8b3b3f7 0.25 MB 521 177
270,593 270,593 0000000000000004330fd90f9b2dcef58835bb4c79e3545813bad725779c7ea2 0.32 MB 604 58
270,592 270,592 0000000000000005ec0807c70c89549fb4089917a9f47dab71b14dd8f7703350 0.25 MB 130 11
Previous 10 blocks ↓
Total Size: 660.44 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 355.62 GB sent, 1.49 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.