Memory Pool Memory Pool Refreshing

60,182 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,144 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,290 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,143 (386,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,097 464,097 00000000000000000010501e35143533f901447ed6727408d078fefcaf50114a 1.00 MB 1,095 67
464,096 464,096 000000000000000000d909d49fe1e477b6529fb3eb462d4fbf6d270dca441e35 1.00 MB 2,302 153
464,095 464,095 000000000000000001c5b53a0c161c0c5196a0b4ae396c6a432d8eebb1c8bef6 1.00 MB 1,438 78
464,094 464,094 000000000000000002140d2a10044677e788c303e56193341df6f11db4330f04 1.00 MB 2,069 159
464,093 464,093 0000000000000000005d92803cc67f24b676fd176742bd40bc445a9fca1aea0e 1.00 MB 1,731 88
464,092 464,092 00000000000000000004fe685ea57f9aa3257e76cfc410dbf6b669beb7b4eb72 1.00 MB 2,342 128
464,091 464,091 0000000000000000005932b2d6066cd4048230fac8ef9012ef99dfcc6f375aa0 1.00 MB 2,213 171
464,090 464,090 000000000000000001099566fcb0b256655792f78ef42c5c71bfb571ab163616 1.00 MB 2,150 151
464,089 464,089 000000000000000000f9c9b28d2e7518c0f30e9ab85e88ad46912d778fa6ddeb 1.00 MB 2,705 200
464,088 464,088 000000000000000001aece8c988137b3455e857a873bab2a5a4d80eadee7766e 1.00 MB 2,183 335
464,087 464,087 000000000000000001c569c283693060ae285304294764f71225719843cb339a 0.00 MB 1 0
464,086 464,086 0000000000000000018ee77ee04059683f734e22a706a333afa4a940a909d912 1.00 MB 1,475 54
464,085 464,085 000000000000000000acc2e96991aa9e73b51c3cc7bae858abc9a5f87a6f673b 1.00 MB 2,188 130
464,084 464,084 0000000000000000012842d8aa444a544cd7508303b94444392d010e6a6e9730 1.00 MB 2,467 170
464,083 464,083 000000000000000000fabc426b30d95080d13699cd73a097275268aaa62280c5 1.00 MB 2,139 109
464,082 464,082 0000000000000000005fb6150bb191c2f79d87de0152da5f24ef6314f087e3a5 1.00 MB 2,503 160
464,081 464,081 0000000000000000018c30340b6d740b8878aa20096e1b65ec68e164ba54f32d 1.00 MB 2,732 202
464,080 464,080 0000000000000000003bcab31f909dd9171aac3d7334b6abbeba6b5e4e616210 1.00 MB 2,756 181
464,079 464,079 00000000000000000206dc87a258bc0e91fb5c482070798884198ddc04b495a1 1.00 MB 1,319 106
464,078 464,078 000000000000000000c3bf5b3384840eb59f6f3cf33af2f2cdb068a642d7301b 1.00 MB 3,177 121
464,077 464,077 000000000000000001e2a68e1204ae60fe696a022968fbf3c6a7cd6779818568 1.00 MB 2,413 167
Previous 10 blocks ↓
Total Size: 661.78 GB

Node Information

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