Loading Tool

Explorer IconExplorer

Memory Pool

82,216 transactions
30.04 vMB
0.14935398 BTC
Random Selection Loading Transactions
Max Size: 182.04/200 MB

Candidate Block

Mining Attempt 75545698e6a661a85adc526dc50026f8c09236faff97afc7b4bbb2bb2bb09b6b
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 89203b0c500b61d82f28c8482a4d96c1ce1ff26895f67174d236498026d3a8f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.07893901 BTC
Feerates: 101.65 > 7.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (299,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,583 615,583 0000000000000000000860fe5d083d68264f6ed3e74ec740eecaecb53b54e6cd 2,398 1.00/1.00 vMB 19
615,582 615,582 0000000000000000000c958c122dbedb9cbe1a4587e186fccbba90716e872c7d 163 1.00/1.00 vMB 8
615,581 615,581 000000000000000000103da67dde07d01a2d8434cd9936b168592adef09d69de 2,471 1.00/1.00 vMB 15
615,580 615,580 000000000000000000034357b1ea6a7e326a45e8e3b51908b00ab997cf6ab59d 1,822 1.00/1.00 vMB 13
615,579 615,579 000000000000000000030cb46048812e8c09287eafb1508124418c470e253d4e 1,701 1.00/1.00 vMB 14
615,578 615,578 0000000000000000000d8da82016fdbb00a65c0efc98b2052e4befc684819529 643 1.00/1.00 vMB 10
615,577 615,577 0000000000000000000960012e74c44a2d18cb935e9e4a8c8ce594c7ec33d794 2,623 1.00/1.00 vMB 15
615,576 615,576 0000000000000000000a18ab8f932f199a95962fec84900a70296744ffbb005c 1,261 1.00/1.00 vMB 11
615,575 615,575 0000000000000000000f1d8625a5f892ccfa948b99389d5ec2d05190b2228b9d 3,411 1.00/1.00 vMB 18
615,574 615,574 00000000000000000010c4a94ddfaf630fb679fb1cf3820727555dfbf5487ca9 1,287 1.00/1.00 vMB 13
615,573 615,573 0000000000000000000e5f4c6db290317f3b43f4a946cc93ae2d0a9f431c48f4 1,023 1.00/1.00 vMB 10
615,572 615,572 000000000000000000032020a24e7825966691dca9af7a5cfbca6c075b76ee4a 1,638 1.00/1.00 vMB 14
615,571 615,571 00000000000000000003fd8e62450effe772b5e3f3ebf6d8736022452f635631 3,128 1.00/1.00 vMB 19
615,570 615,570 0000000000000000000989a854bb0e45b9668b0954ed1ab030b4815a6f3fc8f2 1,587 1.00/1.00 vMB 9
615,569 615,569 000000000000000000018492d39b27072c1867c0f0267b697453233fdc5a5862 2,959 1.00/1.00 vMB 12
615,568 615,568 00000000000000000011dd3007ca8b257bd6278b29a112b4793bd7a3060eb8f5 3,648 1.00/1.00 vMB 19
615,567 615,567 0000000000000000000e9c74337f8b7bfabe74efa79a7107b4a9d2c85fc517b7 2,945 1.00/1.00 vMB 12
615,566 615,566 000000000000000000015bdc388138c230fab5bce528beacf747eaba987d51cf 3,472 1.00/1.00 vMB 25
615,565 615,565 00000000000000000007166a713bdf835190c76f1c869ad35c2707d6f8d403c9 2,681 1.00/1.00 vMB 25
615,564 615,564 00000000000000000002827f3a1b4d303de7277ae602d994e391c982e944be05 2,734 1.00/1.00 vMB 14
615,563 615,563 00000000000000000011954ddf8dbd53d174dcbe102b91f6ed4c6474988827c1 3,289 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.70 GB
    • Received: 15.99 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.