Memory Pool Memory Pool Refreshing

78,877 transactions
32.97 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,668 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (301,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,840 547,840 000000000000000000216d5c5f14bf51005991a7c8e7e8f7f6a4bf6ae6c3ed45 1.31 MB 2,444 14
547,839 547,839 00000000000000000005729c688f76f8e63cc568c67fafe555bf2aa5664ef440 1.28 MB 2,656 23
547,838 547,838 00000000000000000001f9c6471a819c394ba663132de3c3480963c4513f26ee 1.29 MB 1,492 24
547,837 547,837 0000000000000000000fe8305f5be48ece3cfc4b9127f6834bdd165bf8426c90 1.16 MB 1,811 22
547,836 547,836 0000000000000000000846ba1c3debf426abd781971efcdf36eb605d41a2d9f7 1.09 MB 1,578 58
547,835 547,835 00000000000000000018792dddcc4d385d9cbdbffacb60dc4b125c64d472150a 1.03 MB 935 74
547,834 547,834 000000000000000000110619b8f4713033fc456c76646af894b856047842c866 1.29 MB 2,792 5
547,833 547,833 00000000000000000004983e13c58a85f894050deb568d0eec21d0e9b4f3fcf7 1.21 MB 2,697 27
547,832 547,832 00000000000000000001d5c84216c226186288fad3bedb057a25b393f44cae0d 1.43 MB 2,783 16
547,831 547,831 000000000000000000234fd9baeeb359609b6ec6fc2adefa834938f65c551303 0.84 MB 2,151 31
547,830 547,830 0000000000000000001d5c796194379ed5af91e9f4372893bacc61c0e1654411 1.14 MB 2,487 15
547,829 547,829 00000000000000000023ec99a309d9998475d07a7f12f2563051125009a6be89 1.16 MB 2,765 16
547,828 547,828 0000000000000000001b6a69ca0427fc873754bd357ba59b108c66b40c4866a6 1.18 MB 2,789 3
547,827 547,827 00000000000000000024a08211750e56bec0288b3d74a6e9f1edf197500c05e6 1.22 MB 2,317 21
547,826 547,826 0000000000000000000380d37f0c08c75d166f73bd7b3d9f7dee450a86bacb97 1.24 MB 2,588 18
547,825 547,825 000000000000000000214f39cdb95eb84f68c33decbd8628cecdad04da0e852a 1.11 MB 1,786 9
547,824 547,824 0000000000000000001826cb02eb608af58fcf0683baef9f32b6fced0d3e61ab 1.23 MB 2,436 12
547,823 547,823 0000000000000000001652e8994e7953ecf9a56c882e08b9d1327d106f0d48ef 0.28 MB 442 47
547,822 547,822 00000000000000000010821d1bfa8684ff8fffb960830ce0428ae535a2561a89 1.21 MB 1,203 2
547,821 547,821 00000000000000000002b783fc1b993e8d4d5a0b3a70b3197546584b53201f0c 1.15 MB 2,402 3
547,820 547,820 0000000000000000002567838455718b809732e2f6f6574b419023574e837a3e 1.19 MB 2,291 18
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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