Memory Pool Memory Pool Refreshing

49,194 transactions
35.51 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,375 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,208 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,374 (425,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,100 424,100 0000000000000000003acc23562e1c84e2473a7cd115d40980a0cf80da3cb9ef 0.05 MB 134 64
424,099 424,099 00000000000000000334a2ba2ae517d32f06d494f2385b032302e92356540467 0.92 MB 891 30
424,098 424,098 000000000000000000995122d6e337c4294f0a7534d9d6c374bc553251bb5413 1.00 MB 2,313 48
424,097 424,097 0000000000000000010859d947b74577d8e4878c826d0d52db19317920a60765 1.00 MB 2,167 116
424,096 424,096 000000000000000002abf32d84d63e2f7c664a29dc8d3445f0ba40f9fd96beac 0.13 MB 309 64
424,095 424,095 000000000000000004a8ee88a23c08d0dbe50128f400267851042375356e0271 0.95 MB 1,225 48
424,094 424,094 000000000000000001730f32ee7b39746c9d844a548925f53fc6b6e431bdb23c 1.00 MB 1,207 41
424,093 424,093 0000000000000000018c0b1a9af13feba84da6118d41df21a4b1c79266640072 1.00 MB 2,448 57
424,092 424,092 000000000000000000db0020e7afa95370b385cc3112e422f869c61e33ced95b 1.00 MB 2,895 100
424,091 424,091 0000000000000000035e7c0fc4cad2291271fc76ea4650f4bc3a0fa2012efaa4 1.00 MB 1,796 67
424,090 424,090 0000000000000000018d34b0939b70c497bda003c488ef76cdb7bfdd37e33c3d 1.00 MB 761 26
424,089 424,089 0000000000000000028cab28f04742a2244c467449a35cab69a7ffe01a4e3188 1.00 MB 2,389 69
424,088 424,088 000000000000000000d2bc28ceccb19c62f2b120baf3f41ed6648f0e67714229 0.64 MB 1,123 44
424,087 424,087 000000000000000001d508c98187d428cb249468bd1a1e8ccc36cd1ebcb17bd2 0.87 MB 2,077 79
424,086 424,086 000000000000000003245f08e8e38667e4743fc809d8eea281c89bb37f96826d 1.00 MB 2,158 72
424,085 424,085 00000000000000000024d85d66737ddd54ad325c8579ab727ba167567351f07d 0.12 MB 247 68
424,084 424,084 0000000000000000054139b103b909f4d9c0459cd53e97b9b4e5e21d76498aa6 1.00 MB 1,255 46
424,083 424,083 000000000000000002ebb25016c30370c09717c5d5f946add831d4ab1769b6d9 1.00 MB 2,217 73
424,082 424,082 0000000000000000001ef06ac5d5cb54b21db45956f94b0e3b399eef8d71501d 0.91 MB 2,005 67
424,081 424,081 000000000000000003e07e99f5d065d9ec44e7cb84f2b408e0dea387f4c958f2 1.00 MB 685 33
424,080 424,080 0000000000000000056330c5b86251df6699fb67f30d88cb0db861e79683b8ee 1.00 MB 1,338 46
Previous 10 blocks ↓
Total Size: 660.33 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 84 incoming
  • Data Transfer: 281.63 GB sent, 0.90 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.