Memory Pool Memory Pool Refreshing

77,948 transactions
35.32 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,641 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,114 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,640 (150,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,273 699,273 00000000000000000004f188341af005070c56106477f9139a43da8da7225633 1.37 MB 2,166 12
699,272 699,272 0000000000000000000580d7f98bc1590d268271c0a1487f15a1c93c79d03b79 0.09 MB 71 5
699,271 699,271 00000000000000000002b55b83d014d6a9dfeb167e2b1e87b0de119eb46cc926 0.91 MB 841 4
699,270 699,270 00000000000000000003707c6def11498ba7608b03a7186cd4ffc38e4f57e654 1.34 MB 2,147 7
699,269 699,269 0000000000000000000beaef66c163470045d2d92e61b3198a07b31f43fa2764 1.31 MB 2,378 17
699,268 699,268 00000000000000000001550290f7a877fd2bbe9e78fabeddd7f17e386a3a9742 0.12 MB 182 12
699,267 699,267 0000000000000000000c404a2e03fca520970a7a00e33b8266567db4ef5ceb8d 0.23 MB 365 9
699,266 699,266 0000000000000000000e67955fc35f89ae8f7c57c2c152da066d7f69673df035 0.76 MB 1,144 22
699,265 699,265 0000000000000000000e144b38928da7255f194feb39d83dfd0d7a68bf79ef4c 0.05 MB 96 10
699,264 699,264 0000000000000000000a12f18ad12ae21d75ce6d3ff4554fb4043ea1f55b52c2 0.02 MB 49 13
699,263 699,263 00000000000000000004b438053014f075b351e5629cd8b710539e1c961ea751 0.73 MB 793 8
699,262 699,262 0000000000000000000053ac82694ebea8a7d525de6a641c9a4ce13290bba4ae 0.31 MB 522 14
699,261 699,261 000000000000000000041fe31fc542ab9946cc52f91962a3c569263c2846b458 1.15 MB 1,664 9
699,260 699,260 0000000000000000000896a648e9856c6e0fb3315ce909ff5a0f884bd8be564e 1.14 MB 961 5
699,259 699,259 0000000000000000000f5baeb14c1bf0604d946f51aa3f626427a4a41da56e77 1.44 MB 1,120 11
699,258 699,258 000000000000000000096384e484e737806c826c77be3c563546e26be6ddad7c 0.06 MB 61 5
699,257 699,257 000000000000000000069a482a8f6a46219ec35b7ba22a5f17e8990efaf6ac74 0.68 MB 638 10
699,256 699,256 000000000000000000078443182c038065f665e16f6acd888f846ab685a246b4 0.02 MB 36 7
699,255 699,255 00000000000000000009bfe9ab27560713df4fae4b8f29befa63fc8b6f450dce 1.25 MB 1,356 4
699,254 699,254 0000000000000000000c2f72018341505049783e5c73089a56aae1fd4585135c 1.40 MB 2,533 15
699,253 699,253 000000000000000000039505fc1a8d2e0dde7d0df3aad5e45c6ee64fa3fc2cb3 0.91 MB 1,712 15
Previous 10 blocks ↓
Total Size: 660.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 109 incoming
  • Data Transfer: 575.54 GB sent, 3.30 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.