Memory Pool Memory Pool Refreshing

77,369 transactions
32.03 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,723 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,382 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (291,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,459 558,459 0000000000000000001015fe95c4e65d62466a32961c6b8127702542f2281698 1.29 MB 2,957 24
558,458 558,458 000000000000000000221aca6af29cba44df1708ac1eef7ac6e9394defc39116 0.49 MB 1,329 11
558,457 558,457 000000000000000000227522827f9c8c4ee3f57555e99ba96ad683d21f0d8efa 1.04 MB 2,646 11
558,456 558,456 0000000000000000002bb8e009cecb5c4a1249eab285a479a1a83b8a17b4be53 0.05 MB 157 7
558,455 558,455 0000000000000000001c6251ef8876fa6a28368c6461d7a477fce57a71abc834 0.15 MB 423 16
558,454 558,454 0000000000000000000ba3295985f237068b89b3738200d77ba5bbc79280a76e 0.64 MB 1,587 21
558,453 558,453 000000000000000000098da82cd2b0631d0a8f65b8f6ee45ecf2455ab012af43 0.91 MB 2,448 13
558,452 558,452 0000000000000000000b0f0e79d6eb0cd83ee48dc5689b6b6cd0f39d94e50210 0.61 MB 1,503 12
558,451 558,451 0000000000000000002e9144cb22ce2e3e943c3e746c83161bceae65735fe92e 0.33 MB 639 4
558,450 558,450 000000000000000000095bd07b2e93f192a6ab494a2904e6aba215936e4db54f 1.07 MB 3,034 4
558,449 558,449 0000000000000000000dc272379fcd4f54d4c245ce0f3b3d21a22ec1378ddff8 1.32 MB 2,744 32
558,448 558,448 0000000000000000000cd9bb6b4c271cfc7b769664260de844c12d0fa27989ff 0.44 MB 1,145 14
558,447 558,447 000000000000000000197210b33eb8048eacd1e3476b1f6cfc17757f8593f31c 0.00 MB 9 12
558,446 558,446 00000000000000000024d9334f439b2232d29cbfa6e93beaec208cd470114b83 0.04 MB 111 15
558,445 558,445 00000000000000000022145e33ee71e5a0e9ad657573dc087bb881908facb9e3 1.01 MB 1,556 8
558,444 558,444 00000000000000000022876501c84cf395bda84e09fa1541b52e2251560477bb 0.17 MB 511 11
558,443 558,443 0000000000000000001b1ba19215bd2016b49ce027ddec600bab32e6b51cf933 0.99 MB 2,658 11
558,442 558,442 0000000000000000000af3fda505dcba7107afeb9cb12c23de51e794a38d5abf 1.01 MB 2,182 8
558,441 558,441 00000000000000000024aba92e2f630f6b468b3970915cf1b5be1904d8de115a 1.17 MB 3,317 16
558,440 558,440 00000000000000000018dabf21ad9c1d28628f5d3eef2dae51e7727124abd9c4 0.49 MB 922 10
558,439 558,439 00000000000000000007d326203eefe7fe47f02e493f96167c8ddcc0f2457f11 1.11 MB 2,784 9
Previous 10 blocks ↓
Total Size: 660.99 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: 679.14 GB sent, 3.99 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.