Memory Pool Memory Pool Refreshing

99,692 transactions
30.01 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,498 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,740 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,497 (216,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,841 632,841 00000000000000000003ae2c7ccf3c5e2c2dca8fd0f134e14b022bf7f10f6ffa 1.28 MB 2,407 73
632,840 632,840 0000000000000000000064b999a5258dcd0d190daa21376125ff3b85d2a331e3 1.33 MB 2,273 74
632,839 632,839 0000000000000000000dde1b657aee0357796439331bd98f2e24ae6fa0aa08d8 1.37 MB 2,051 76
632,838 632,838 00000000000000000007353c06a4182619b630067a38f1d4c978784b20b87517 1.29 MB 1,811 87
632,837 632,837 0000000000000000000695f5a3608e3317e4fc7d603b7201f47cb0c495284c0e 1.31 MB 2,241 105
632,836 632,836 0000000000000000000ed8579e64df04fb80cc66948811ddaf77e5a677d57702 1.29 MB 2,034 90
632,835 632,835 0000000000000000000c870717b22cd27f68934dbe02382dab50f3aaf9948857 1.33 MB 1,931 32
632,834 632,834 00000000000000000009cddd28982a727f5d8cebaf1b1a1948c7f757d67dd280 1.27 MB 1,947 34
632,833 632,833 0000000000000000000eb03731016c766a7ade9fbefc96d778e31b3e9ea16978 1.21 MB 2,002 21
632,832 632,832 0000000000000000000ad1fb40fbd86d5e6894c1bc9f62a7b2bf23eac9dd4471 0.00 MB 1 0
632,831 632,831 0000000000000000000f6b1d568618c898bd734bede957bbd3df881f0f8e2e5a 1.36 MB 2,091 62
632,830 632,830 00000000000000000006d1ff88ca90702191232febfbc98c5db7ec86c6a2de28 1.08 MB 664 56
632,829 632,829 00000000000000000009056a0ac19a104efa709740efc2f3ab65f85eb5f9983c 1.27 MB 1,725 77
632,828 632,828 00000000000000000007e6a5ce6cbfe54e74677f336f1b96eeb700805b57cd58 1.31 MB 1,807 8
632,827 632,827 0000000000000000000f92105ccd5bc0e4a07d36e25c07334370e54fd6cd88e6 1.83 MB 638 7
632,826 632,826 00000000000000000006c3215281e3912fd4688ef2b88f9a27fde647774381a3 1.59 MB 1,344 8
632,825 632,825 000000000000000000032d24d85518165e649efe227e32028fa3f36f04629821 1.21 MB 2,205 11
632,824 632,824 00000000000000000009b2e059c0dc066d0b187cfd8b7a66db1d25a2e7a208aa 1.28 MB 1,222 52
632,823 632,823 00000000000000000001b8d6722dabaf4b76a9a17ac7a39c7ad9878488b0ca54 1.23 MB 1,958 41
632,822 632,822 00000000000000000005d41297b08906e1a61742e3623a3ef612bd483a69af11 1.16 MB 2,768 12
632,821 632,821 000000000000000000047ce07e04193de53c9c606dad770052d2e3b15a6bde9e 1.21 MB 2,202 36
Previous 10 blocks ↓
Total Size: 660.55 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: 438.14 GB sent, 2.11 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.