Memory Pool Memory Pool Refreshing

77,745 transactions
33.09 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,596 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,664 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,595 (581,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,114 268,114 0000000000000001f987736e8f9d190322807d016cb12a80058cf7004a6278e6 0.15 MB 278 9
268,113 268,113 00000000000000088298d736b31b22cd0a4f97aef1d4c0c51a3b89eaeec46556 0.21 MB 488 79
268,112 268,112 00000000000000005144f6a7109b9f8543880a0a5f85a054ec53966bc2daa24c 0.33 MB 530 67
268,111 268,111 00000000000000009ae51d24f3cfd6c9d07c73fcdc56105046a480244a5be809 0.19 MB 165 30
268,110 268,110 00000000000000046c0743b413ef30090452bd5fea0365670de329010e90ee60 0.15 MB 382 26
268,109 268,109 0000000000000008f59d060d48658e5a91070e4602c50076aa79466978e3c23a 0.25 MB 469 70
268,108 268,108 00000000000000097985d32c27603314cf52cf715c63c55aeeef3e73c0d18b75 0.45 MB 729 61
268,107 268,107 00000000000000065df7c30c471ce8a88d524f54c02d79277f70f33072273884 0.09 MB 182 62
268,106 268,106 000000000000000a03ea8c90161a275ee63d077ec35c1b582c77934c0be12a02 0.40 MB 643 61
268,105 268,105 0000000000000005e25ca9b9fe62bdd6e8a2b4527ad61753dd2113c268bec707 0.15 MB 304 109
268,104 268,104 00000000000000004c2ddbab169a6f1d616ad5e659495d4a1c2fd23340e8a5d9 0.18 MB 247 69
268,103 268,103 0000000000000009af2fb94ae2c79d0d581970d494af47e7c6c6fe836be70c06 0.34 MB 613 63
268,102 268,102 00000000000000065a77383f46f6f64e2b7b0653fa942f28bdf1f49883665546 0.50 MB 1,088 36
268,101 268,101 000000000000000a2bbb0dc41644f468fbd1e9bde224d9fe9af7bda30220e653 0.25 MB 435 118
268,100 268,100 000000000000000a6b380a29e3570fc08f4d9001fc203c4355beab1f9037c02b 0.25 MB 487 147
268,099 268,099 00000000000000006fbe3b1358c60f6eb40042089426dcd4a0b57c0b9bc64f49 0.04 MB 71 32
268,098 268,098 0000000000000000856c4a884be044a1c83b3474936c7bc54becba23039b4a22 0.15 MB 201 36
268,097 268,097 00000000000000084ebb56b618539de7b80b64f1a4e594e35b85607143520963 0.23 MB 431 69
268,096 268,096 0000000000000004e342722c67e223f223b0fc4328f1485a41f8684e39fc977a 0.03 MB 75 18
268,095 268,095 000000000000000716c0c99731ed019ecdc04e731d747826f8e043895b677d8a 0.13 MB 234 43
268,094 268,094 0000000000000009c37d43051806cf728b754a48d7caabaa40f988bd7c4fc4f7 0.06 MB 84 37
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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