Loading Tool

Explorer IconExplorer

Memory Pool

51,235 transactions
30.51 vMB
0.09900777 BTC
Random Selection Loading Transactions
Max Size: 163.73/200 MB

Candidate Block

Mining Attempt b55187d30064a6b8835b74a07d93c620eeaa3abd51a9dc99ba1ba359a0bab62d
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 9ee722f9008f3b174d45d328df59f7f9c542301b8ab01c1f23af98174b02f9c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.02623572 BTC
Feerates: 202.16 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (235,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,341 679,341 0000000000000000000506d30e581c284686d94e5d222bcc4fc048f89c2ffdd5 2,159 1.00/1.00 vMB 35
679,340 679,340 0000000000000000000c0ffa0a0e834c30c7a1ae6b44f2da60873f115c49a476 1,748 1.00/1.00 vMB 32
679,339 679,339 000000000000000000012959bb86dc1e69d1d59b6de6834953b22b9415306c11 2,813 1.00/1.00 vMB 78
679,338 679,338 0000000000000000000701830a54ed65463ad1435eb6c8e70e050872cb61447c 2,746 1.00/1.00 vMB 111
679,337 679,337 000000000000000000068fc3303b8b2f559b69e177d8c25ab83d01b0082a3fdb 2,288 1.00/1.00 vMB 49
679,336 679,336 00000000000000000004ef46365c11e86e15c36de6c99dea535a9992ef65a66f 2,381 1.00/1.00 vMB 40
679,335 679,335 00000000000000000004e1de565b59217f39c70c5f522c6ea2a81b97d0cfe03d 2,178 1.00/1.00 vMB 43
679,334 679,334 000000000000000000075c5c39152f5c6aadcbe22adbcf8f7fa720c393e3a292 2,062 1.00/1.00 vMB 105
679,333 679,333 00000000000000000007058a744c5c03456be6423a96d54443265e45f792a33b 818 1.00/1.00 vMB 104
679,332 679,332 0000000000000000000a1a7a28086f6705812db3b213d72dfde0dd1a4ab1981f 1,981 1.00/1.00 vMB 77
679,331 679,331 0000000000000000000bd7b2992eae24d2329fadaae931fe33669d8c142dc595 1,805 1.00/1.00 vMB 74
679,330 679,330 0000000000000000000aaaa09e83cdc23e2a8834faba3d2016b059d09d2038e0 2,411 1.00/1.00 vMB 60
679,329 679,329 000000000000000000016fc79100a5d62ba616990d4bac2da59751c76c968d94 2,627 1.00/1.00 vMB 96
679,328 679,328 00000000000000000004b7e20c6f8656bd0afbe50b09abb77cc4197ecdb6761c 3,002 1.00/1.00 vMB 106
679,327 679,327 0000000000000000000beebe0e85ce17fdeba684195463d2b70be19a3219b314 3,153 1.00/1.00 vMB 144
679,326 679,326 0000000000000000000bed0dc3bd0a17967ad338eb0d7ece0358f5e677f4c7c9 2,374 1.00/1.00 vMB 70
679,325 679,325 0000000000000000000716136482138bf6681d5e921d1c9e5adbf003b0a58d70 1,462 1.00/1.00 vMB 42
679,324 679,324 000000000000000000097250f5cd00f8a5ec58a44201c2d6bc0dcdbeaf0e5973 2,095 1.00/1.00 vMB 73
679,323 679,323 000000000000000000096ca36fc5f656e0f669c147d90662b19422917c5d80bc 1,919 1.00/1.00 vMB 46
679,322 679,322 000000000000000000065baa3230d909a0026ecb4da5e812e8919de4e8d38745 2,085 1.00/1.00 vMB 51
679,321 679,321 00000000000000000003a8ccd8ecec33865a06afa5c156b9c0d1b26852a9c912 2,407 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.06 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.16 GB
    • Received: 13.44 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.