Loading Tool

Explorer IconExplorer

Memory Pool

10,830 transactions
3.67 vMB
0.01284142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.44/200 MB

Candidate Block

Mining Attempt 00a925eaf40917846c7b75e4a8028044b44880f90c75501247515bcd11a82633
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 1102941d76c4d5b0218a992090fdc2cc2b18fc9b64b3c1f9d7ea9bad356e29c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,746
Size: 1.00 vMB
Total Fees: 0.00890690 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (728,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,200 185,200 00000000000001cf6f9b6fa17873c98c2c16c13fd13f768ed51ce25084bae401 169 0.09 vMB 623
185,199 185,199 000000000000011844b478c3c89bee7a443c5d22acf1111640735834cf15a737 98 0.05 vMB 115
185,198 185,198 000000000000030f1d7ea10f451a6394404544a9995023d6e1f133a7155d3ab1 80 0.12 vMB 65
185,197 185,197 00000000000002174fc9c3f41a29e2230da044eea605e8a4e7ef0ede8cdfba48 406 0.25 vMB 85
185,196 185,196 0000000000000527caf2207ad3bc9dad644c88a4af3fa68b497e3c405f534798 5 0.00 vMB 42
185,195 185,195 000000000000062c387c936954ec4846d7a4b498222c001445d5a3916653c614 7 0.00 vMB 60
185,194 185,194 00000000000003243a497a48d03cd43aa79511293364dd76caa14f36e91f4901 10 0.00 vMB 104
185,193 185,193 0000000000000a4454ce9d68e6975e834792e3fd6839d34e32b27f33b6565beb 96 0.04 vMB 228
185,192 185,192 0000000000000657bfda5f76fdf81adc745217d8be34b0baab984fef89bab18e 107 0.06 vMB 176
185,191 185,191 00000000000008503371a92f80d43af2a1cac3345c051d8a8dc84e4365632911 64 0.04 vMB 162
185,190 185,190 00000000000004d38db0fe5db05b4b347d8d8c857f1427860eb97d9d4b6d72e1 349 0.15 vMB 115
185,189 185,189 000000000000085b53c3f95188fda2ec7c8436c2692f465af11b014ca1752f57 175 0.05 vMB 60
185,188 185,188 0000000000000732fdc30c6839bee92af59b30df238a043366092ab493f70ce7 640 0.25 vMB 162
185,187 185,187 000000000000046b404d73f42444a90c51bd5d51487ecee90a3620ae7031b113 1 0.00 vMB 0
185,186 185,186 000000000000007b3cb3c59fd54a5f107fe313f6115db41bdeefd848893af048 449 0.25 vMB 134
185,185 185,185 000000000000022e20634c9b13e06426fd2613773888ce635984c10565ef93a7 597 0.25 vMB 156
185,184 185,184 0000000000000580bb172fa3b1fabef4a515d7a71d7a338a92d1baa757199da0 171 0.06 vMB 415
185,183 185,183 00000000000004add900342e5f6e38d289fdef6d3ea58bc2e4f474fd94054b31 9 0.00 vMB 354
185,182 185,182 0000000000000181cf09bcb54f559a24b09d03a0b4e9bc6cfdf4492bdf982f11 120 0.05 vMB 233
185,181 185,181 000000000000042ccc6e660c9df893353b2153ebbf9fbf3da6aa5c1e5b0d863c 119 0.04 vMB 71
185,180 185,180 00000000000003e843f6bba0d16d91da76c7d39a4e582bb843bafb518f5c45cc 566 0.25 vMB 180
Previous 10 blocks ↓
Total Size: 779.73 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: 367.48 GB
    • Received: 1.78 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.