Loading Tool

Explorer IconExplorer

Memory Pool

74,866 transactions
27.62 vMB
0.07416445 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt 08e473e8941246fb5c0df3473170ffe7fd4b026544f0cf314ac555883f6abb52
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root d2fe7270d39f4ef6f0b22aa08ae7bca5f0ea9c1755c69bfe3548586eabf1523c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,305
Size: 1.00 vMB
Total Fees: 0.01523937 BTC
Feerates: 100.35 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (88,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,187 827,187 000000000000000000031ce5bc392e9ad7dcc4ae83e41d61ecb493e0df3ce2b3 1,675 1.00/1.00 vMB 33
827,186 827,186 000000000000000000006abbe606d1d39bbf4985462b31dcabc66371ece759d8 2,594 1.00/1.00 vMB 51
827,185 827,185 000000000000000000035077945e29ec2afb495315fd88e06f5c863d4ee0b7b6 1,201 1.00/1.00 vMB 35
827,184 827,184 0000000000000000000323f182d9123193faf121707ebd3e52326f9c75e43a1d 2,532 1.00/1.00 vMB 48
827,183 827,183 000000000000000000025eb43aec302636839046a5b2a5ea80de1574d3a14354 2,763 1.00/1.00 vMB 52
827,182 827,182 00000000000000000003d0627077894ac68f4b5ad028669703eef5e75d0e4671 2,915 1.00/1.00 vMB 57
827,181 827,181 0000000000000000000093f32da7c9d147f8720435acbfe84c004a7a45af8ab2 2,249 1.00/1.00 vMB 40
827,180 827,180 0000000000000000000396a02f3aa57382f0d07ead8c34fad0c1a7d3b24eaf4e 3,147 1.00/1.00 vMB 70
827,179 827,179 00000000000000000003f2406e062e68a820cb0117fbff7f7249390976be3d31 2,294 1.00/1.00 vMB 37
827,178 827,178 00000000000000000003068361ac9836bb2cf5948452eb2b076f054afd862a49 3,189 1.00/1.00 vMB 39
827,177 827,177 00000000000000000000ef3f4a05be529f9da1a1919e127c076eaa809f1e1e76 3,012 1.00/1.00 vMB 39
827,176 827,176 000000000000000000015a6945966300b6d780e03e524e5033e6d5173d5ba665 3,140 1.00/1.00 vMB 56
827,175 827,175 0000000000000000000068a01c98e0e3a3d28d7033b75998885ab622d26d115c 3,309 1.00/1.00 vMB 33
827,174 827,174 00000000000000000002eb1c2fe4fa577b99c5997ea0e82a2a08dcd70cdcd94a 1,935 1.00/1.00 vMB 31
827,173 827,173 000000000000000000015a673bb02eac8b9fef4eeaf9b114a2213ec5c6dfd1a3 1,929 1.00/1.00 vMB 38
827,172 827,172 000000000000000000012db511b9f2f87ce2971ac56387d1f5f65ede8ee0b0b7 2,652 1.00/1.00 vMB 48
827,171 827,171 0000000000000000000049793ca8d8b1a01831c3fdaa9a2ba899e7eb7055803f 3,286 1.00/1.00 vMB 56
827,170 827,170 0000000000000000000293fc2e8ce78bea83764d568b4b65e07f3e41930d7e67 2,196 1.00/1.00 vMB 45
827,169 827,169 000000000000000000027236aa0be18097b381803e20ccf1c468c569a54bbfa7 2,750 1.00/1.00 vMB 45
827,168 827,168 00000000000000000000c78b8a0cb08005153143eb1cd6fa70dfb2ff82d10b49 3,576 1.00/1.00 vMB 56
827,167 827,167 00000000000000000002ca4a459d8b400d4e0dcb3fee75dab03e8719880c7041 1,930 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.