Loading Tool

Explorer IconExplorer

Memory Pool

54,504 transactions
32.21 vMB
0.22369981 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt badf635e03d4d55c8d71880bff46ebb6cacc9fdbb566708a1506443584d0b59e
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 20a24e8cab6aea139d40d1ef29d48afda858f94777730ea874ee62f4f398c85a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,919
Size: 1.00 vMB
Total Fees: 0.11844493 BTC
Feerates: 101.66 > 11.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (687,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,472 227,472 00000000000002d7c22ed73ec3a4b8b9a9f2e1ae696687131a3b8b0d8d49f3e5 326 0.16/1.00 vMB 138
227,471 227,471 00000000000002d637d26a1f82fbb3ace27ab5754b02ec4c450f91c9c588fe8f 342 0.17/1.00 vMB 171
227,470 227,470 0000000000000245cc2b024405f046433420cc5b3d200237eba29079769ceb8b 419 0.21/1.00 vMB 197
227,469 227,469 0000000000000022b3539238e62051fc23ebb6d0b7daf30051fe22c330fb8003 49 0.03/1.00 vMB 150
227,468 227,468 00000000000002d6eca01477f5fa244b828fe389c22f0ba207800c50668dc06e 156 0.13/1.00 vMB 31
227,467 227,467 000000000000024e688e7e188586e81cac680c987abe431b3e87ceed7f899608 69 0.04/1.00 vMB 77
227,466 227,466 00000000000000761899fd15d4494661293f72b3f617b395fb09ee820596c9e9 534 0.35/1.00 vMB 133
227,465 227,465 000000000000026e052ab1bd9c328509f9d6472b8b36c4bcd2dc2b5a545b79cd 950 0.42/1.00 vMB 221
227,464 227,464 00000000000002a32e991f1ffc3671a8c9a462f2df2acd3a47855f8bcd19de50 127 0.15/1.00 vMB 59
227,463 227,463 00000000000000a34af37dd24985a92b9478c68ab0c38e0f56ea0594fd3f2eb2 129 0.15/1.00 vMB 58
227,462 227,462 0000000000000358eb6289a48943b9a8ee01eb1905a081c3c9bbf19a8dc99665 602 0.26/1.00 vMB 195
227,461 227,461 0000000000000347cb08fb86affb357bce55176a5b6e7e193fda6492d4ebcf9c 215 0.10/1.00 vMB 167
227,460 227,460 00000000000002a07e76269bd817f5ebe0fc26b3f494f03ab742fdb75157dc3c 257 0.18/1.00 vMB 138
227,459 227,459 00000000000002ff8d38bef3b9dc65d97783ab79d05c3db8f7b3c4a1baf8525a 78 0.15/1.00 vMB 46
227,458 227,458 000000000000021d013fe27aa199d7d6e03f2ac26cee33c07fc2d7794dc12922 151 0.18/1.00 vMB 88
227,457 227,457 000000000000016d4a12b2ff56b4c913c3a3d67bb3c6a884e4149f6c613711c2 1,109 0.47/1.00 vMB 270
227,456 227,456 000000000000014991e997a6ff86f1847c2e22abaf6a5155c01cf64e8728240b 9 0.00/1.00 vMB 169
227,455 227,455 0000000000000323fa0a16715131e13d87e30f4a448bf193ea075b996cc2039c 277 0.11/1.00 vMB 119
227,454 227,454 00000000000001e1be7151903298c1e39161ff69fdebf5b028c6167ee05a1a96 518 0.23/1.00 vMB 193
227,453 227,453 0000000000000115507d950faa8ce76b52dad60dff3d1122c54598ab22f403f1 52 0.03/1.00 vMB 172
227,452 227,452 00000000000002e80a290aa7a0b1986a7bec88b1d6fb88ca3fa4276fea1993ab 169 0.10/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.