Loading Tool

Explorer IconExplorer

Memory Pool

50,190 transactions
30.12 vMB
0.11813237 BTC
Random Selection Loading Transactions
Max Size: 160.65/200 MB

Candidate Block

Mining Attempt 71d6f2a6acfd860bfb655fb1ca8d5baa9de2111e9ebb5d116db35a1d3b3b4603
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 019ba6aedd4ce94a734b733b75f8e6fec4688973969e1797f4eab2ca344681ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,423
Size: 1.00 vMB
Total Fees: 0.04596457 BTC
Feerates: 179.69 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (447,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,472 467,472 0000000000000000014587b38c3ddbc890f071b69c1a9568338088df5590b7a7 2,037 1.00/1.00 vMB 319
467,471 467,471 00000000000000000079a9b015f7616decb477fbd3eebb23dc9ae0c074b7ee0e 2,568 1.00/1.00 vMB 308
467,470 467,470 000000000000000001e11b355e0aee87ffcf33600aef80cc2e249a595e8de75f 1,829 1.00/1.00 vMB 245
467,469 467,469 00000000000000000172bb84f0ab90c7b48caf49df69a5efb67664f7f3d83168 2,403 1.00/1.00 vMB 287
467,468 467,468 000000000000000001bbfa4bac2d3196b4ca6836ea1369ba334b0ccb6da3ac13 2,305 1.00/1.00 vMB 253
467,467 467,467 000000000000000000a6c6cc589c7b7c55ff5ce2aac55a42e41c68e43635157d 2,182 1.00/1.00 vMB 308
467,466 467,466 000000000000000001ee925f0e1570c6b61990ac9777fd4a73983b623494e894 979 1.00/1.00 vMB 174
467,465 467,465 000000000000000001d22f4d6a05420ba43ee2eb457efea06be8280f8a5f14d2 2,502 1.00/1.00 vMB 285
467,464 467,464 00000000000000000018b381c5c127d85d61e028eb5fb13dc5c3628564bf7032 2,078 1.00/1.00 vMB 258
467,463 467,463 000000000000000001b1b8f26dc62b5fb63876e1dca6e8c72159926037523a4b 1,831 1.00/1.00 vMB 182
467,462 467,462 000000000000000000b0cd21155ecff4d357427aaa34add3b87b95500e7c6848 2,457 1.00/1.00 vMB 295
467,461 467,461 000000000000000001e87f502a32bb4217f9cd0091290d03901468387fde8a18 1,838 1.00/1.00 vMB 188
467,460 467,460 0000000000000000013462bb099a7e9d6f7712963972acbe004e6a0efff86d8d 2,055 1.00/1.00 vMB 211
467,459 467,459 00000000000000000113f056d613c2b623d19c1053a8308a606607badd2c0dd3 2,260 1.00/1.00 vMB 199
467,458 467,458 00000000000000000148ea7383251af6e4298a4c65ac787da24de196484a5d45 1,265 1.00/1.00 vMB 185
467,457 467,457 000000000000000000cb5cf769290f3adba26fa235050148d6367178647ee181 2,714 1.00/1.00 vMB 304
467,456 467,456 000000000000000001e55a18d2f72c20c6bdd0e4c2d64f013cc099fffff44cb7 2,369 1.00/1.00 vMB 264
467,455 467,455 00000000000000000084d6667b34f500acb4d612043ce4553724bd65b1c1fbc9 1,506 1.00/1.00 vMB 194
467,454 467,454 000000000000000000efd284e3679f1ac26d62136f560efeea218c287f5ab5b2 1,306 1.00/1.00 vMB 132
467,453 467,453 000000000000000001f64ae0cd03f61468f9d1154e1603d179f643d725c64be3 2,393 1.00/1.00 vMB 277
467,452 467,452 0000000000000000003aa9081bbea9a8ebec6d3cbf69915c22345ed4227a2684 1,873 1.00/1.00 vMB 204
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.