Loading Tool

Explorer IconExplorer

Memory Pool

80,648 transactions
29.94 vMB
0.09109261 BTC
Random Selection Loading Transactions
Max Size: 178.62/200 MB

Candidate Block

Mining Attempt 01138e9aa543f4b99583ad97df7ff05731612bcff3e9cb55916d0883b37a247a
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root a52eb0aaa3ad55919a9f25147689a8a76532ec71cf11a5904efe853efd2ee320
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,669
Size: 1.00 vMB
Total Fees: 0.02897812 BTC
Feerates: 100.37 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (534,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,401 380,401 0000000000000000092153a36e2339db5d34099e77736565dd8b590ab3e290fa 174 0.13/1.00 vMB 24
380,400 380,400 00000000000000000e83d2a3a5583ea444f1f01c60d274f88330fdc219c42ba5 949 1.00/1.00 vMB 11
380,399 380,399 00000000000000001077654c6b150c8b8db1a0623eb2474506c5a63f3e0ef003 2,450 1.00/1.00 vMB 56
380,398 380,398 00000000000000000e7d77accc3bbafa947ca1926f58b9e317968fef9ff6b2e4 794 0.50/1.00 vMB 37
380,397 380,397 000000000000000011ee21edc85a4b737b1b4a664efdc7ab2483ce461e24d1e8 483 0.38/1.00 vMB 33
380,396 380,396 000000000000000003294f6f0b709f108921bf2b4443870e7322a81a2ae4dbfd 1,577 1.00/1.00 vMB 30
380,395 380,395 0000000000000000115d89a4806d2a19664d470634085a06166c0d4ae7974443 22 0.07/1.00 vMB 3
380,394 380,394 000000000000000002a125600b4caa8954e145578206753d3f88c377a5e29989 178 0.12/1.00 vMB 22
380,393 380,393 0000000000000000045b5da39555e98bbc0fd102b07a60b3598cf5370a7c5b5d 1,719 0.77/1.00 vMB 35
380,392 380,392 000000000000000002b39c9ac6728db3da6ccaedf87834eeb375dd0662c550fc 1 0.00/1.00 vMB 0
380,391 380,391 00000000000000000f85a145ee3de773f9eea5392abbc6c8db0b62cb86ab33e5 1,031 0.53/1.00 vMB 42
380,390 380,390 00000000000000000f1fe5415e5993fd22ecebd15a95514997ac213934d3a44e 196 1.00/1.00 vMB 1
380,389 380,389 0000000000000000094db5907dbdaf0a102d5dce4cd19f541b6b25a9c30d2bb2 1,456 0.84/1.00 vMB 35
380,388 380,388 000000000000000011dd2eb1c63e4867db1fb922d1870d722ac6630bf6591c2b 522 0.32/1.00 vMB 32
380,387 380,387 00000000000000000bbba3d04d2c06313c31394881a78c312593b77393efba50 183 0.11/1.00 vMB 31
380,386 380,386 00000000000000000fe77ce721c12ac24fcd1e0d6c2d749412e48ca3ed63cc80 1,091 0.91/1.00 vMB 20
380,385 380,385 00000000000000000bc4c0bf3b2fb2732eb532130586a91cc5cf9aaa6beebffb 2,056 0.93/1.00 vMB 40
380,384 380,384 00000000000000000dbc73f48662d35f9bc7b7f6239004eb282cac6f8d084b62 1,044 0.38/1.00 vMB 61
380,383 380,383 0000000000000000003edc8c139ab3294f7deb8a70355c7f3a484aacf70c5e25 1,392 0.68/1.00 vMB 35
380,382 380,382 00000000000000000a967f30a21f0d557b0e7a0b3e3c1374b86466609aa401c1 1,519 0.68/1.00 vMB 41
380,381 380,381 00000000000000000fe570b9f3f1c8b9fda342c64db9de5e0846a53cb0b3901b 534 0.29/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.42 GB
    • Received: 15.51 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.