Loading Tool

Explorer IconExplorer

Memory Pool

79,748 transactions
29.65 vMB
0.08874586 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 5a78d3c1cedb0ca4f032c37f49631f4ebdaf8d83c4cab1399d15464415cf9962
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 9dfd8c5ebd2c401106ed0e741a53ff8d3beda26454735a038cddf9b714834d13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.02559030 BTC
Feerates: 100.11 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (176,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,471 738,471 000000000000000000001821fdc36a2ca3f5c9c9b2169c78878635438ce9c047 2,655 1.00/1.00 vMB 8
738,470 738,470 0000000000000000000765e196847df157387966bbe2a09761e790e3d52a3834 2,847 1.00/1.00 vMB 12
738,469 738,469 0000000000000000000121f51cf064912cff4f6e8734933912d452756963e7a2 1,278 0.42/1.00 vMB 10
738,468 738,468 00000000000000000008150c8fa25cbd097b8e87c7e1d2b5e7c61c291cee5b73 1,436 0.70/1.00 vMB 10
738,467 738,467 00000000000000000003fc7d9b095459c2b1bda005bf16edaa24cb21dc2d5cbb 1,219 0.42/1.00 vMB 10
738,466 738,466 0000000000000000000017540e6cf43ede4aecce46f6af8e9489f69d5be06db9 618 0.37/1.00 vMB 4
738,465 738,465 00000000000000000006d779301223be2d2560d128f11e822331f76f5174b65d 2,109 1.00/1.00 vMB 7
738,464 738,464 0000000000000000000013170aeb9c8cd4d96079c6328e5d3cbb3b859d91cf9e 2,318 1.00/1.00 vMB 8
738,463 738,463 00000000000000000007f3675aff30ed96dbc99fe52c6ab3894077dd131f4f70 1,640 1.00/1.00 vMB 17
738,462 738,462 000000000000000000017743ebc0154d8aa0e79d1f1527cf58560406789d6e87 2,622 1.00/1.00 vMB 12
738,461 738,461 00000000000000000006470bb88798c6d1fdd480c701148dbc1fadeb4d8bdc7a 1,180 0.48/1.00 vMB 8
738,460 738,460 000000000000000000093be1859a2776702c7504feff6b3426c694820f09730a 108 0.03/1.00 vMB 9
738,459 738,459 00000000000000000005746a571e5dd72f93c9e314dc032143e9d1c4067a192b 1,971 0.60/1.00 vMB 11
738,458 738,458 0000000000000000000914f6997b44b835e06a9ebee6b965f7707bf792e087f3 1,641 0.53/1.00 vMB 11
738,457 738,457 000000000000000000088c7b746057ddb299773b07b53abafdc17a80e7c784bd 1,725 0.63/1.00 vMB 10
738,456 738,456 00000000000000000001171d500dbc455279e07a2ce1a97944b0b2d65fbeea4d 1,711 0.59/1.00 vMB 11
738,455 738,455 0000000000000000000652c3ee9f65fd7b48bb90436c8c3045c72ed2e15ac7f9 1,097 0.43/1.00 vMB 11
738,454 738,454 00000000000000000005d6ded1f9e62d21e1f600be73e82cdae1926a111f2c0c 458 0.16/1.00 vMB 9
738,453 738,453 000000000000000000029fa3aa8210ec7a654e16fea884de53c25afe732070b6 80 0.03/1.00 vMB 11
738,452 738,452 00000000000000000007da55d508827c761a506c8d3b8164fe744d3170b593e2 1,570 0.79/1.00 vMB 8
738,451 738,451 000000000000000000083e50bb5a2b388bb25593adc812f618e708e34883eff6 2,240 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.