Memory Pool Memory Pool Refreshing

67,368 transactions
37.39 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,332 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,108 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,331 (621,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
227,844 227,844 0000000000000203358d221beb7bef6dde2a99307a3475342eacda537d90e174 0.24 MB 569 156
227,843 227,843 0000000000000084565a05d03c39bdbbb37bc4473588c7d4e5e8a475a0d339f2 0.25 MB 716 207
227,842 227,842 0000000000000102eb8f1091860e39ecd7ae0a0271a73d475a15368e64a4e05b 0.08 MB 191 132
227,841 227,841 000000000000021aee35a6167181c5c011c85264ba194ef0417b7aa738ed1109 0.15 MB 320 140
227,840 227,840 00000000000000b958fbe8228d403119a010cde8e7cd7364acace71f18e9a1c3 0.18 MB 349 157
227,839 227,839 00000000000000f633429faaed00f83bcf40e63f4030203ae9e345e7f605edb2 0.25 MB 574 172
227,838 227,838 000000000000023a77c673201551b111b890ad0bc90c087fb32e949e3ce64230 0.16 MB 346 204
227,837 227,837 000000000000002579bc6db5a836a81d3a217b549721a0ef1facdf8f069ce0cb 0.20 MB 505 205
227,836 227,836 00000000000000d0dfd4c9d588d325dce4f32c1b31b7c0064cba7025a9b9adcc 0.04 MB 100 158
227,835 227,835 00000000000001aa077d7aa84c532a4d69bdbff519609d1da0835261b7a74eb6 0.05 MB 122 112
227,834 227,834 0000000000000170edd741e5b1691d0bbad395f5f60db80acfe02a17ca39d121 0.15 MB 228 102
227,833 227,833 00000000000002812b85c715b3394d59d3b5af8373af1b6518e64da24406ca20 0.05 MB 107 95
227,832 227,832 00000000000000fc91f265453e87eb661a65975ec2d6f6ab36cbcc7cb287bbe4 0.25 MB 575 192
227,831 227,831 00000000000001ecdd32ca5749fe82d331ffc7c15c9dd25ebc96b374e059923c 0.10 MB 148 87
227,830 227,830 0000000000000208e0f6cea2e4f5d63560d5fc34bc972e276091b6350f33524c 0.25 MB 709 219
227,829 227,829 00000000000000129d4845e254c09684181093d6a2c9680d61c27506e3e46231 0.23 MB 534 181
227,828 227,828 000000000000013953dc17102c7060c1228f78bd753f9e6f8b33bfbd7a5c0a6a 0.15 MB 324 181
227,827 227,827 00000000000001af67d198bc8979b04ff95d623eb0c907c25cbfaaeb776658fb 0.04 MB 64 131
227,826 227,826 000000000000008e759e2d73abeefa1e31f93be319a8dc0c0b50cd1a8e9cf9fe 0.06 MB 168 129
227,825 227,825 00000000000001e3a6167209a7d029340c1ec141c203f88956dd680d88c630e0 0.05 MB 111 131
227,824 227,824 0000000000000265aaa5166031bd6cb3aedb388eff48667a250ce0b22234bd08 0.14 MB 255 129
Previous 10 blocks ↓
Total Size: 660.24 GB

Node Information

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