Memory Pool Memory Pool Refreshing

72,786 transactions
29.04 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,714 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,779 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,713 (274,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,021 575,021 00000000000000000007fa3882621c0f6630fca920ef38887c280f32235e4da9 1.53 MB 2,285 79
575,020 575,020 0000000000000000001ecc2a6b8535f3149ed2c58292f9aa0eec8410c3e33b92 1.37 MB 3,205 82
575,019 575,019 0000000000000000000d6d91ba017c79979e5e676a5fe0631203f60ae623e056 1.28 MB 3,159 92
575,018 575,018 0000000000000000001b3f0cf92b7dc62d02c113fb24d3330a43ca069b2e18e3 1.21 MB 2,366 63
575,017 575,017 0000000000000000000dec4dfa0955fdefcd1778917f8339f32db81d656abc21 1.34 MB 3,166 83
575,016 575,016 0000000000000000001d0e05d3fad2623ea8cd2a9990ace213e8e37f65cdadd9 1.66 MB 1,656 62
575,015 575,015 0000000000000000002633ea678a6e32ec310f61ca2f1c09ba608136e13c37b8 1.33 MB 3,011 79
575,014 575,014 00000000000000000004d8d19a4ea47af5748720eade68b4ad4fe622b1adad2e 1.30 MB 2,862 78
575,013 575,013 0000000000000000000cc46ba2331fd9ac6249807ab115c60f55691ae1605d92 1.37 MB 3,031 73
575,012 575,012 0000000000000000000c0d65c1dcb404327a2b19cea61dd50f20ecdbe254e5fa 1.21 MB 2,308 93
575,011 575,011 00000000000000000008ce2ca9c08aa4e2aac8eee2af4a19caff100014e5924d 1.31 MB 2,889 74
575,010 575,010 0000000000000000001d247ccf48ecebe61c1eee71acc657cb1ed4f3c4dc40c8 1.43 MB 3,134 76
575,009 575,009 00000000000000000014c4e76d179dd979112a52cdacd5a943ebab335e6efd9e 1.35 MB 3,190 72
575,008 575,008 0000000000000000000489211fd840a4adc540016ef0dcfc2237379898a3b805 1.36 MB 3,083 84
575,007 575,007 0000000000000000000f84351c84a31d3aec24add7e8c8dec270e99cc2142adc 1.29 MB 3,268 83
575,006 575,006 000000000000000000002831add9237f7d2cdc2c230bdf8730d221b6875c348b 1.18 MB 2,924 146
575,005 575,005 0000000000000000001d7934b5fa6194824961de13e8e7a76ba63ab2daec1de4 1.34 MB 2,874 74
575,004 575,004 00000000000000000010fee27aa0ce0d93f068d2d9327f2da5995f80993c96ff 1.20 MB 2,934 92
575,003 575,003 0000000000000000000365eadaeaf2a4b2f07487c0382b847fb1f2cde1c627bc 1.17 MB 2,500 56
575,002 575,002 00000000000000000009a7cd815465dbb7e7023608472b76bbfb42d8e94638d6 1.21 MB 2,897 58
575,001 575,001 000000000000000000276bcd24aa65439760f1be7e88e6bd102049d1ad13ecd1 1.27 MB 2,947 78
Previous 10 blocks ↓
Total Size: 660.97 GB

Node Information

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