Loading Tool

Explorer IconExplorer

Memory Pool

75,910 transactions
29.23 vMB
0.08743019 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt e0d9a87753ab8b056b92c3da0f2eadc23de6c8b1a33073f2971c88ff11011b96
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 3c9c0bb5a79c26a9224834d54a28c3fd3c2dd92e92d8d51491fd63d1bbe9c4ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,204
Size: 1.00 vMB
Total Fees: 0.02419436 BTC
Feerates: 150.77 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (458,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,696 456,696 00000000000000000050ee72a4df2124144bd197b49c84719b10fa4c1ebba5aa 1,506 1.00/1.00 vMB 129
456,695 456,695 00000000000000000211a3d469b50b7de06b51d761ce604c00e2cf095aa72deb 2,516 1.00/1.00 vMB 160
456,694 456,694 000000000000000001727ba36068d0bc1ad6833c7fed14b285e84e7cb0888b24 2,034 1.00/1.00 vMB 185
456,693 456,693 0000000000000000024160eb048099d0e4a78e591f71802884831a85a093bb0f 1,887 1.00/1.00 vMB 161
456,692 456,692 0000000000000000009f8b4da8bed1fd26e3a9c9d53d3f218bf101e387d31397 2,664 1.00/1.00 vMB 226
456,691 456,691 0000000000000000010abc1b4ce1f9b5c464ca675a8c62d96541b0fa2a208d5d 1,839 1.00/1.00 vMB 137
456,690 456,690 0000000000000000023d1f7d68487ba950f24b5292fecb304dcadb500cdabda7 1,909 1.00/1.00 vMB 180
456,689 456,689 000000000000000000826bf2eecbb3a04554520121214d50682311a074b6c8bf 2,014 1.00/1.00 vMB 161
456,688 456,688 000000000000000000342de99fc7172deb78eb74c2afde31f35ec905dd40da81 1,945 1.00/1.00 vMB 174
456,687 456,687 000000000000000000e58373d8a1645b7ac591528d1ab1ee1ef5a0622de52bcf 2,862 1.00/1.00 vMB 245
456,686 456,686 00000000000000000068d9942accc6cb50fab6c89035af232bd88502a9d6f81a 783 1.00/1.00 vMB 104
456,685 456,685 000000000000000001212fe20644f8fc12672ac67b6398095d25bcd641e3713c 1,931 1.00/1.00 vMB 135
456,684 456,684 000000000000000001e65cbbec04bbf2d7a8ee72fc9878cb3e1661b0bb8e7996 1,910 1.00/1.00 vMB 150
456,683 456,683 000000000000000002575ef4095467fb60a22749e71510bef4c10a6f4859f170 1,450 1.00/1.00 vMB 111
456,682 456,682 000000000000000001e54a9cf02108d7b2b2d4d72f3e483ef4021093f46a4562 2,265 1.00/1.00 vMB 161
456,681 456,681 0000000000000000004ae6b2b98d97bfecb5274c35eaf6794d091d14eef180c5 1,903 1.00/1.00 vMB 130
456,680 456,680 000000000000000000c89d90a8b9a5b846109dfe69685e8b9130bbeb590f621a 1,501 1.00/1.00 vMB 120
456,679 456,679 000000000000000002291358ba9e80dc2189ba2a42f3dbfef37084f2821a8c09 1,372 1.00/1.00 vMB 99
456,678 456,678 000000000000000002569a5878dc6765da13ca3cf4852f3d4479a86404494349 2,057 1.00/1.00 vMB 179
456,677 456,677 0000000000000000000ac25b086d0c7d600ed1a308a410ab3b47f819e49cc3d5 2,288 1.00/1.00 vMB 202
456,676 456,676 000000000000000001dc7cbefaa0ad683cd17109107aebac2a18dc787c5b39ed 2,644 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.