Loading Tool

Explorer IconExplorer

Memory Pool

78,771 transactions
29.50 vMB
0.06907464 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt f032e6583dd546760ff6d8011e99ca347f65d29bff4e48b8864d84f349f5b3f7
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 9f3af4292b9fa6436cdc3ac73f0e1adbf864328cfacdda234c1ca24ea3cb0b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,822
Size: 1.00 vMB
Total Fees: 0.00915558 BTC
Feerates: 50.25 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (805,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,181 109,181 000000000000e91b3defab049a63a3566cd03e023cc6721c26f7d4e8ab1cceac 11 0.00/1.00 vMB 0
109,180 109,180 000000000000d5e231d9af5fd2c1b6b2bbdff75d0d4da5a717b223ccb8f23317 11 0.00/1.00 vMB 0
109,179 109,179 000000000000e24ef1c430222d11e8d6992822ae2e26da309fe060c92f5b3cf3 11 0.00/1.00 vMB 0
109,178 109,178 00000000000145e7920b606ddd17a5dea08ba59e3f883f53f36af37e3bfb0ada 12 0.00/1.00 vMB 0
109,177 109,177 00000000000053836282d2debe05d6a93fb646b1c3e858da2602af9fbe947fd1 4 0.00/1.00 vMB 0
109,176 109,176 000000000000341b631429bd6372208e5c1790c643ad026bdd0503bfd2524846 7 0.00/1.00 vMB 0
109,175 109,175 000000000000182ace226ef3ad5c3c3b68cee82bfa18a926d1c1275493ac35d5 8 0.00/1.00 vMB 0
109,174 109,174 00000000000037229e41000314e99b5444e53ee7267fd7b075c97062c89edd5d 10 0.00/1.00 vMB 0
109,173 109,173 000000000000df3ea6760685a4f97d5b24bfe7c450673cedcc643e18a9307c53 10 0.00/1.00 vMB 0
109,172 109,172 00000000000089e34d1ee8e6cc4d2694b07adeb6c5131a63ad766d562d85dc1c 12 0.00/1.00 vMB 693
109,171 109,171 000000000000ff492b53a3fcb97ee4271d3077154faca916a6c6b227caf4837b 2 0.00/1.00 vMB 0
109,170 109,170 000000000001958b2f565ef4e68dc362b7542173818764eb6298530519ad85d2 2 0.00/1.00 vMB 0
109,169 109,169 00000000000170571ace4884548a493f994c60798c268a57b6581a6fa55df7eb 1 0.00/1.00 vMB 0
109,168 109,168 000000000000793b8dd9f4e947a3ae1d6f0860d03553b47f1b117c15c64122d4 6 0.00/1.00 vMB 775
109,167 109,167 000000000001a5e1c9a3c25b54bc0794a3d6904d8297198f67b60ae5c26f5b3c 11 0.00/1.00 vMB 1,353
109,166 109,166 00000000000090d68d7475127fc855bda45990980b270f0cf02ece72b983c535 4 0.00/1.00 vMB 0
109,165 109,165 0000000000012927b3be9618da7e7184b302209efb0f5cd5f01162661e50ffdb 8 0.00/1.00 vMB 0
109,164 109,164 000000000000133f4450b456c6eafdf8381bc6295b7ddae08f47a557eadc5e08 6 0.00/1.00 vMB 0
109,163 109,163 000000000000cb85e181d316901bcd8e935f024feed74822edf9841b316c0431 8 0.00/1.00 vMB 0
109,162 109,162 000000000000ccf0b961ab7502dbf9e67775fc9348d61b86f45e4dc87dff14f9 5 0.00/1.00 vMB 0
109,161 109,161 000000000001371da5a164007fbae3e0e519913e89b88c1b45509d1d33d0f621 4 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.