Loading Tool

Explorer IconExplorer

Memory Pool

75,780 transactions
28.68 vMB
0.06802258 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 3f9d127148af1cec9724dc424720969c80b2ecb51a5e3c80e44a7fe4be7cfcbc
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root e6a7bf337112bb5ef031855c4db128d604baebba09682c5adb58523c818ea2c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.00547794 BTC
Feerates: 26.17 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (635,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,580 279,580 00000000000000017b62ee09dc1ef0377860e6addcd5aac452159c11b1f03c9e 198 0.10/1.00 vMB 40
279,579 279,579 0000000000000000ea20643f470a5da3a9639dfb4872d9b29781f9c118c45c8b 86 0.03/1.00 vMB 75
279,578 279,578 0000000000000001b7a0a8b7f8615f2cb59503ffc0cb3c43d9df2b5eb5e06b4b 123 0.06/1.00 vMB 42
279,577 279,577 0000000000000002dbf8677aa81fc6f117fb62683a01c7c9e779a0d14e2576ff 141 0.06/1.00 vMB 61
279,576 279,576 000000000000000108d3e847c5e508fd276167a52933efd1af6a459b97daae04 237 0.10/1.00 vMB 45
279,575 279,575 000000000000000295c7e33bb56a9c038ae71372680cc88d4ce40ab1b0124189 112 0.06/1.00 vMB 35
279,574 279,574 0000000000000002444645a06658822a65ddf074c4b4647ea24cfbd03972253b 43 0.02/1.00 vMB 14
279,573 279,573 00000000000000026444ec1597f161916db80e4170d90dcd9bd8ae7618e44a1e 691 0.36/1.00 vMB 52
279,572 279,572 00000000000000012d66e5461e435b4a970286b2b7df2e79b3c61048f0fc3fad 156 0.08/1.00 vMB 32
279,571 279,571 000000000000000055f545d2e07a0589b22011fdb7b4769aa31609421860c0bf 33 0.02/1.00 vMB 14
279,570 279,570 0000000000000001bd717c9dcf0e5cc8d31b1a3e8c5718087c9e3dc1ed7eda31 106 0.05/1.00 vMB 41
279,569 279,569 0000000000000000ee218c08dcfdb5b235f231e9db35c4ef1f42c9d656cc7e4d 489 0.25/1.00 vMB 48
279,568 279,568 0000000000000000cf096c3b17cf169217e1703d6cb67ee7963ae3e8c0405e42 76 0.04/1.00 vMB 14
279,567 279,567 00000000000000011839ff546920ee7f1847cbaa6a8b1cf37d36e30c4ea94591 565 0.31/1.00 vMB 51
279,566 279,566 0000000000000001cea99f3a7acb74b696c7453a135d4df8c60fcfc514e43d27 461 0.23/1.00 vMB 46
279,565 279,565 00000000000000008ecc7f5f9db0a47023811aac394a7f650c3f18c944b1c986 810 0.54/1.00 vMB 33
279,564 279,564 0000000000000002814cf5b9068d73cbd5a6c3e821c467e80addc552a6f7a4d2 94 0.10/1.00 vMB 15
279,563 279,563 000000000000000127a24c48380d12514f8d86ab30fd413c5065a323fd51ee85 46 0.02/1.00 vMB 64
279,562 279,562 00000000000000020370d1dfa17e198e161f1b8474b3d5cb3393623e9132e671 39 0.02/1.00 vMB 63
279,561 279,561 00000000000000018347712096c7063a9a21516b90c39e771e377766d301b60b 236 0.10/1.00 vMB 40
279,560 279,560 00000000000000002c03ff5d6ac7d6de77f12b6571ea198e84c1add97b22df6a 105 0.04/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.82 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: 710.68 GB
    • Received: 17.08 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.