Loading Tool

Explorer IconExplorer

Memory Pool

83,555 transactions
30.91 vMB
0.08055446 BTC
Random Selection Loading Transactions
Max Size: 189.89/200 MB

Candidate Block

Mining Attempt 63b5c1001b6975a20bb15eae767b76b3cfd25388ad259ace37ece4c0ead0d48f
Version 20000000
Previous Block 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3
Merkle Root 6ac055776b9de2a7f92706711927859177dcb03a9c3dfac9d550568def3f3ced
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,405
Size: 1.00 vMB
Total Fees: 0.01124239 BTC
Feerates: 199.45 > 1.13 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,330 (449,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,339 465,339 0000000000000000006876fc95505a90646d124611b4ad8c13cc62e3ff5c6ad7 2,105 1.00/1.00 vMB 259
465,338 465,338 0000000000000000002e72010ab2418abf18484becaaaf79df4e394685250aea 2,036 1.00/1.00 vMB 230
465,337 465,337 0000000000000000008b91c37d33041338c4bc6671b95cd1e2f16cd22db78ee8 1,904 1.00/1.00 vMB 172
465,336 465,336 00000000000000000072a67bb31a204fb82ee27a3565d3e8b95cfc3e42debba1 2,332 1.00/1.00 vMB 157
465,335 465,335 000000000000000001f61273a28a4317757b89b9febda0f739fed3dd48a1ecc9 2,295 1.00/1.00 vMB 212
465,334 465,334 000000000000000001e96c6d5d289a1f52e2bfbf37033fedf5d8e602b6e739d3 1,943 1.00/1.00 vMB 132
465,333 465,333 000000000000000001231c7c723f06e36acaed457c6f739c6ffb782fe4185516 1,948 1.00/1.00 vMB 260
465,332 465,332 00000000000000000131e7b2c063da1e59ea22f3e0f0d95e3dc7fe6fb96c0ab2 2,061 1.00/1.00 vMB 199
465,331 465,331 000000000000000000a0c1c9f29659ed6af081d8195d5d2f342f4c01832b2ddb 1,443 1.00/1.00 vMB 177
465,330 465,330 000000000000000001568e1aa5d3f74b0e06d6ccb9edfb35e6ff0863a7845f24 2,134 1.00/1.00 vMB 173
465,329 465,329 0000000000000000007c43b0de2e7aa9fc9c1a0b88bb98e04374330e13c514e5 2,194 1.00/1.00 vMB 160
465,328 465,328 0000000000000000008ce59f3fe6b20f70cce59373d56e2a54d0160cb8f85998 2,257 1.00/1.00 vMB 196
465,327 465,327 00000000000000000028e830e241cebe49ec3ad41e0462677211766af0b5ddea 2,267 1.00/1.00 vMB 216
465,326 465,326 000000000000000000d43dd632c57fdad0289048129b198963d556dd09952916 2,387 1.00/1.00 vMB 209
465,325 465,325 0000000000000000013ec0648206ce40fa4f3fca4a4b4107e4f9d8ec0829850b 1,913 1.00/1.00 vMB 365
465,324 465,324 000000000000000000b9348b5c08df027a93e4a3ec26e562e6f23137f87911e1 1,966 1.00/1.00 vMB 262
465,323 465,323 000000000000000000dac261e373358c36b1a17429da70cf11142c440be65f95 2,331 1.00/1.00 vMB 217
465,322 465,322 0000000000000000014f882b82b779f07ee79a6b27e76acb9bf00fd53322952c 1,950 1.00/1.00 vMB 184
465,321 465,321 0000000000000000005d8827700258e29d6523b8ae29e088fde47613c39d6925 2,665 1.00/1.00 vMB 172
465,320 465,320 0000000000000000011dfaa5f1c6803f158e4b5a488c296e923cb729ba2ca673 2,472 1.00/1.00 vMB 264
465,319 465,319 000000000000000000fb2601547dc10b36b09db4b4ed85d7e8920ae10ec8a3f3 2,548 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.96 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: 715.71 GB
    • Received: 17.73 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.