Memory Pool Memory Pool Refreshing

80,886 transactions
37.34 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,655 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,792 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,654 (274,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
574,847 574,847 0000000000000000000bb116f106c3297471373b95ca1277956c38a53766c6ab 1.26 MB 2,020 39
574,846 574,846 0000000000000000000e1044baad231fd82f7d094b5886ec3d8a46d2a9543bf0 1.24 MB 2,790 70
574,845 574,845 00000000000000000017e2337e52acdc1069d2551c018935eb1ec5719e89c7e3 1.26 MB 3,148 77
574,844 574,844 00000000000000000000877917f539f4cbac0ce9c8ec38ff7c66b949f7cc287a 1.18 MB 2,079 55
574,843 574,843 00000000000000000011304b2c084371945880861c832c8cfb7c4df1bdb98486 1.28 MB 2,591 38
574,842 574,842 00000000000000000006ae2304bce600c49d7ce62bbf871aa69e9634b9d1efdb 1.21 MB 2,902 72
574,841 574,841 00000000000000000012f0cfe0a43eb27914a1a09828d409bc8ceb34e044269f 1.13 MB 2,322 5
574,840 574,840 0000000000000000000dd42bd624efb0a1cad96c385dc27b825e8b4f47ef657b 1.19 MB 2,370 30
574,839 574,839 0000000000000000002339a72a5558cf2bfcd163ebb464f9e69d33eeb6070fdb 1.16 MB 2,093 14
574,838 574,838 000000000000000000292c70be4e057c62a5f13f013a77b577fa11bf6b23b77d 1.26 MB 2,721 59
574,837 574,837 0000000000000000000418898a097fdbf0f70c75e4b09ba40a7589afc2f17cd0 1.11 MB 2,733 28
574,836 574,836 00000000000000000026ee56cecebaa423bceb4dcdc721ccd775835a15daab4b 1.28 MB 2,713 60
574,835 574,835 000000000000000000038ec8f80b65bf8a34e09dbaa09fb4f0559fc13ec533ec 1.35 MB 2,304 55
574,834 574,834 000000000000000000232e0c9f0707edc5e63ddbfad347179072144750d866c0 1.17 MB 2,495 69
574,833 574,833 00000000000000000014ca19a8fe685eb1c2151184f609a7e93d5be835bfbce1 1.21 MB 2,047 62
574,832 574,832 00000000000000000010415dcb876614adaffaa2acd61c021ec48fe2409394b2 1.16 MB 1,986 71
574,831 574,831 0000000000000000000350ba2780d3d8139f6665d9c21db8387e716f37e28563 1.12 MB 1,225 56
574,830 574,830 000000000000000000281e3a7c4a665f8667aef5fe1e83ef78401ee303bdee17 1.09 MB 1,542 50
574,829 574,829 00000000000000000025b892eb68f7676885c2916a88f711b6f239d7a1110e0c 1.12 MB 1,439 53
574,828 574,828 00000000000000000015301050696513af03bf05c1b77f8e590c721b2b2db19e 1.15 MB 1,691 55
574,827 574,827 00000000000000000027cb0db4508e7293841b8ed6b009f309d96180ad13b29b 1.19 MB 1,590 58
Previous 10 blocks ↓
Total Size: 660.85 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: 585.25 GB sent, 3.44 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.