Loading Tool

Explorer IconExplorer

Memory Pool

42,145 transactions
27.75 vMB
0.07746763 BTC
Random Selection Loading Transactions
Max Size: 143.34/200 MB

Candidate Block

Mining Attempt 2f613af6b7ff5e9f5894d13948b22afe19b5ae428b54699267b1752d2ea90121
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root c06a516000805c1fea817b0d38140580ca79722f64bd4a855f5d89ac8c46da45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.02191615 BTC
Feerates: 180.63 > 2.20 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (109,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,194 805,194 000000000000000000043de0d33024bce0575070eea8f3f3618598e5ef28bae6 3,126 1.00/1.00 vMB 20
805,193 805,193 000000000000000000000a5f1c3b958a193b16fb777871f3f077ca0efc20e8ad 3,077 1.00/1.00 vMB 38
805,192 805,192 000000000000000000004d18e7a5b29301f9cefecf6e17bba3b953648e5dc0a9 2,337 1.00/1.00 vMB 14
805,191 805,191 000000000000000000026a3d3405d48e7eb4d4b310636bd7faa65ac79442a256 2,786 1.00/1.00 vMB 16
805,190 805,190 00000000000000000002195760f495f86d22bb17e2b7a329c40524ca062a1753 2,999 1.00/1.00 vMB 25
805,189 805,189 000000000000000000040a50cff54d900f9a1f085f52199506766ae364764523 2,915 1.00/1.00 vMB 29
805,188 805,188 000000000000000000043b10697970720b44c79f6ca2dd604cc83cc015e0c459 883 1.00/1.00 vMB 9
805,187 805,187 0000000000000000000097ce5997d3305cd9ca4af0082d0962bc8857e7d48ba9 2,385 1.00/1.00 vMB 13
805,186 805,186 000000000000000000048f9bbc2d87c93c3fabbc2ac45510bc31639a14838778 2,863 1.00/1.00 vMB 10
805,185 805,185 000000000000000000003f7751a2183d3298dbf2988f9839b2a5fd398b6dd783 2,196 1.00/1.00 vMB 17
805,184 805,184 00000000000000000002357db97c8d9be29b85bb3310f11484bb85b316022267 2,102 1.00/1.00 vMB 16
805,183 805,183 0000000000000000000396113133333b476f9086f2586c08a341a6866532985d 2,744 1.00/1.00 vMB 20
805,182 805,182 000000000000000000030b8513e9f5fa8ba2cd5d9b05292cfdcd973becc9bb50 2,748 1.00/1.00 vMB 14
805,181 805,181 000000000000000000033b16305c2085dc04d8b9101bb3c6256df672275d8bd1 2,937 1.00/1.00 vMB 17
805,180 805,180 000000000000000000042d85a3de0a290f8320a09fec5c0cd92c6977259a5139 2,692 1.00/1.00 vMB 18
805,179 805,179 000000000000000000036a7c96367ae811d6c6d1145b113a0ddb01ee4744ffb4 640 1.00/1.00 vMB 13
805,178 805,178 000000000000000000021fac105618d5c5aaf337e07cf90ee8b160396f1f525f 2,936 1.00/1.00 vMB 18
805,177 805,177 0000000000000000000170fbe408d22fbbf1c9a01f997ab3b5de5ca0d084c617 3,293 1.00/1.00 vMB 14
805,176 805,176 000000000000000000001405ee20d610abff1d6d5f736a5e7d839af57d9dca38 2,613 1.00/1.00 vMB 21
805,175 805,175 0000000000000000000469604a3fcedb421ad32e19c98d4f1dfe9edd557eb9e7 3,340 1.00/1.00 vMB 29
805,174 805,174 00000000000000000002a3e5d816cce24437afa03f9564ffd3592c032a2cf54e 2,811 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.