Loading Tool

Explorer IconExplorer

Memory Pool

41,165 transactions
26.35 vMB
0.05198864 BTC
Random Selection Loading Transactions
Max Size: 138.19/200 MB

Candidate Block

Mining Attempt a13d97d35c372faa21dc2f46a721751ff4b3f9c76672ea9907e1cad3fe9d9a5a
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 135538f851b4cd50f26ef7bd3227e56600e381fcc0c5e6360a7b413551af84f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.00351477 BTC
Feerates: 100.00 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (408,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,155 506,155 000000000000000000082672690ff2e71314d32588f28d2bb6b8e1171cc9e42e 1,364 1.00/1.00 vMB 127
506,154 506,154 00000000000000000063f0f934f50ee35559bd27a77b56fb57ee18133630afd0 566 1.00/1.00 vMB 67
506,153 506,153 0000000000000000002d28f551f0a35274a67b1d28128741e788b1db2fc5c8d4 442 1.00/1.00 vMB 45
506,152 506,152 0000000000000000003e3d5b302a544810bf2975e51c30506185c78c33a2b36f 971 1.00/1.00 vMB 122
506,151 506,151 00000000000000000026d1180ada4d432ee44128be737d25296a0641be6c2006 298 1.00/1.00 vMB 32
506,150 506,150 0000000000000000005825fb8fc27581f69d5ef96ec4d3ed4a06dc852a5b3fad 990 1.00/1.00 vMB 120
506,149 506,149 0000000000000000002a257444e0f213672750a251e40af35e533eae3549c731 861 1.00/1.00 vMB 111
506,148 506,148 00000000000000000027d32b24f7089d729171d836e87e186011d58e96f3e9f7 1,385 1.00/1.00 vMB 156
506,147 506,147 0000000000000000000a5147305b580d7b697a434daaaccfd57cd0f305e745bc 464 0.32/1.00 vMB 266
506,146 506,146 0000000000000000003cd6cb7dc3c75643ce4fdf4f18da3bcde29f878dea3a81 634 1.00/1.00 vMB 71
506,145 506,145 00000000000000000059a93d112f95c68a9902a9ad2a4a617b9dade353dfd41c 1,752 1.00/1.00 vMB 63
506,144 506,144 00000000000000000026ab77e3bfe9fe494f18bbf9ca691f6e5ea3d0470c3861 1,529 1.00/1.00 vMB 128
506,143 506,143 0000000000000000005d08065e87b8cd50c29d3e3b55e9e155011753c3e5616d 1,786 1.00/1.00 vMB 94
506,142 506,142 00000000000000000014ec08f08b9169fc87cc3aa6b31759a0e4d71999d5ce54 2,105 1.00/1.00 vMB 166
506,141 506,141 00000000000000000042e646c307b89878c7bb56efcd3af5349235afb7417918 1,934 1.00/1.00 vMB 256
506,140 506,140 00000000000000000018d1d91608e7f5d6c44a81d3cc326c48f4e1e69dc1a7c9 2,382 1.00/1.00 vMB 233
506,139 506,139 0000000000000000003b6c84ee6e87e2bd6f603e4db26852714a28f53480ab5c 1,422 1.00/1.00 vMB 264
506,138 506,138 0000000000000000003c03bb6dab2d66e1298ab5232cd3737f4426c0fc158451 1,411 1.00/1.00 vMB 273
506,137 506,137 0000000000000000006677f802e449163715ef798839361ac8db056a9ad30adf 1,466 1.00/1.00 vMB 251
506,136 506,136 0000000000000000003a909f9e3486791a0db7df90d45301ba5c49336ce98e17 1,813 1.00/1.00 vMB 294
506,135 506,135 000000000000000000539f060e767fee84aad7329b78e12dd911a9b78ff27f9b 1,998 1.00/1.00 vMB 225
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.