Memory Pool Memory Pool Refreshing

74,280 transactions
31.76 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,559 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,930 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,558 (177,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,353 672,353 00000000000000000009856d4c5cbc1d920cadf151bce4a655113e5bcbc654bd 1.40 MB 2,410 76
672,352 672,352 0000000000000000000128fc206792ba85c10b7c7de1d606a1d800b563a7fc01 1.33 MB 2,799 153
672,351 672,351 000000000000000000071342747bc78364916ac5ede7c56d2eabc0f297b8fe66 1.35 MB 2,408 50
672,350 672,350 00000000000000000003d07421943f8720fd4912e8463bdfd0c7f43af7226900 1.48 MB 1,759 58
672,349 672,349 0000000000000000000227006f4d34431a90c51b2e48d7acd7045aef78b9f81c 1.38 MB 2,754 112
672,348 672,348 0000000000000000000270d8781fc2b36044c6e902d17e5d6e49fa282d3a523e 1.40 MB 1,467 43
672,347 672,347 00000000000000000009ce41e2694748b9730282f31cc7060e57ac50c336e54f 1.45 MB 1,546 42
672,346 672,346 00000000000000000005b878a70679196c4fee8c88cd5cc5c160dadc30eb74e0 1.58 MB 1,589 61
672,345 672,345 00000000000000000001b5122fb1104aad85e92622c9ad9f3c57716d7eef19cf 1.37 MB 2,666 114
672,344 672,344 00000000000000000009e2887f48a0476fec152555776d7b209e05e936c84487 1.33 MB 2,332 74
672,343 672,343 0000000000000000000c01010e7960c8b9850ee6b7e8e0265d066e8cf13fc1a2 1.20 MB 2,184 53
672,342 672,342 0000000000000000000002d16334c5555f543f29903cd20e42a959ec9f4f5d5c 1.44 MB 1,201 52
672,341 672,341 0000000000000000000619adeeac00e7d7683aba6cd6118e74095e3f156a4f7a 1.31 MB 2,391 76
672,340 672,340 0000000000000000000a6925dc4aa105cc250b80d1c1d6f56a2b8ad6a0f156c7 1.17 MB 898 137
672,339 672,339 00000000000000000004a101e42dfd5ea83b3837bb855c05afca195b317b0539 1.30 MB 2,597 120
672,338 672,338 00000000000000000007072efe1ac8b3611f66913368a634a1200a750218e3f6 1.24 MB 2,559 111
672,337 672,337 00000000000000000001f59cacc228f85528b860eb4ed5c0cd924a6cff513579 1.31 MB 3,274 83
672,336 672,336 00000000000000000003d38cda02b2ca7b7bb4cfb0a859a55671da67554ce5f7 1.30 MB 2,894 84
672,335 672,335 00000000000000000008fa7cfd26cfc8bb757dc57e497c44ccf003fbcf5c8552 1.40 MB 2,503 153
672,334 672,334 00000000000000000002405b7eb72945fefd534d75e11180c8dd91c4b19251d7 1.21 MB 2,838 69
672,333 672,333 0000000000000000000577cc5fab69f3d5edfc1577bd7473c39bcb77c6eae295 1.18 MB 2,472 81
Previous 10 blocks ↓
Total Size: 660.66 GB

Node Information

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