Loading Tool

Explorer IconExplorer

Memory Pool

79,864 transactions
29.83 vMB
0.08080091 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt 12a51849b2b9f3f05d7f9f64a06e6a392d5ad73b59c2d670b54b6b5e286a76e1
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root d72afdd50bcbeda8c9481e07ee6b0679277f3ae2ffff5724449563f9a989e823
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,684
Size: 1.00 vMB
Total Fees: 0.01995247 BTC
Feerates: 100.29 > 2.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (283,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,635 631,635 00000000000000000004a4bd0e24f19d1897b31b4f20b1705e33900a9724df88 2,158 1.00/1.00 vMB 105
631,634 631,634 000000000000000000056b83204a23b1f944934cd6bb9c9dbc416754b7fb85b1 1,992 1.00/1.00 vMB 83
631,633 631,633 0000000000000000000c98aec518a2c6dc2ae851756bd2d3ba33c7f423111a4f 1,716 1.00/1.00 vMB 95
631,632 631,632 0000000000000000000fa26ddd86818817238bb09184665b895706261192ad9a 2,319 1.00/1.00 vMB 92
631,631 631,631 00000000000000000004953fb1b1f8a4ab0ef67b4295fcb9365fa11f7124ccd9 2,310 1.00/1.00 vMB 35
631,630 631,630 0000000000000000000ab12c3b8652cdb5cf9faa3b1d9a556888fb33c023364c 2,998 1.00/1.00 vMB 150
631,629 631,629 0000000000000000000203fdffe4a5a3b262d9bdf4139f18df8c6d9d9990992c 3,166 1.00/1.00 vMB 158
631,628 631,628 0000000000000000000c0a50e521ef33235a7a9409166d0b633b0cd6312d956e 206 1.00/1.00 vMB 3
631,627 631,627 00000000000000000007c3f8d7eae161522a8813d3ba4243e49aef05e912d51e 2,363 1.00/1.00 vMB 73
631,626 631,626 0000000000000000000cb60a381ac8114b8117b9577b2870fc412484138dfedb 1,052 1.00/1.00 vMB 26
631,625 631,625 0000000000000000000cbfd827d97d65a402a30df0b45ea143d44399a3882b14 1,219 1.00/1.00 vMB 43
631,624 631,624 000000000000000000046817fb3a846381017457e8f66aa4628300dcf372ce63 253 1.00/1.00 vMB 9
631,623 631,623 0000000000000000000167f8e402288a4378d384aae9b8194124c3fc6f84f60e 901 1.00/1.00 vMB 35
631,622 631,622 0000000000000000000759799c3fefaead6ee4e5395770aad0e05c916eb1eed0 635 1.00/1.00 vMB 33
631,621 631,621 0000000000000000001190dc56d9980800b04656fca4f911828ef4d8c0c0dcb6 1,986 1.00/1.00 vMB 66
631,620 631,620 0000000000000000000ec38f8d816aa98c80d64515c6b1bbe73c17f6e40a8501 930 1.00/1.00 vMB 17
631,619 631,619 00000000000000000009beadb333a068e2113b43224df12196066fe428851121 2,567 1.00/1.00 vMB 25
631,618 631,618 000000000000000000071302b3f05d0bc32159eabb8e2c07d0198ef81c06337c 2,624 1.00/1.00 vMB 67
631,617 631,617 0000000000000000000ff157471bd1801a3f8eddebee0b56cc70f4f83b79b30e 2,701 1.00/1.00 vMB 107
631,616 631,616 0000000000000000000b86f97aad897862e4ae9076915bc99d3e80b64892c3af 3,129 1.00/1.00 vMB 178
631,615 631,615 0000000000000000001142eb9a7ec815500505555699aa93610a47d88ef1247d 1,052 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.04 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.