Loading Tool

Explorer IconExplorer

Memory Pool

17,321 transactions
8.18 vMB
0.02408793 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.89/200 MB

Candidate Block

Mining Attempt baa5103b9b9097bcb651c0072093b2f1d2c397f05142d1d151b99e765ed610e6
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root e94971b5c571bc9fefa6953076ae050e944af8f90111178326120274b9c2814d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,951
Size: 1.00 vMB
Total Fees: 0.00691681 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (728,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,166 185,166 00000000000001b74a6750334cb59598d6e04912cf9749a130fc3a53e7e03317 142 0.05 vMB 371
185,165 185,165 00000000000007b53b9d2a3f43d806c9789f5d2dbfbf0ffef9be098eb0f39ecf 215 0.07 vMB 0
185,164 185,164 00000000000002efd04c3d33e14b1fa445a94ada74536c0886356a8418d4a83c 653 0.25 vMB 214
185,163 185,163 0000000000000288e49b7c9ca1afdcbb772bf68982de3ba4ae3d0a894f4b20f1 54 0.02 vMB 215
185,162 185,162 00000000000002d270a39b1cae21f71426d3b310bcdde643916bb09f537379b8 330 0.16 vMB 175
185,161 185,161 00000000000005e9076b50ba6032a7cd45459238df80d12d7edc632619fa2ae8 32 0.01 vMB 470
185,160 185,160 000000000000007a9f8108c970cd27365a12baea66cc9ccdbb52d4ec01ada28c 24 0.01 vMB 126
185,159 185,159 000000000000018445865f515758054277cf163a0738f79241e0df068c8e56fe 83 0.04 vMB 142
185,158 185,158 00000000000005d4642dbc4c3c347f16b0c52eec8f52bcb8111801e2f27d3eb3 16 0.00 vMB 64
185,157 185,157 00000000000000398a85c2856e21d79bb5e83b8b2c45effa7c0658260b1d7f00 199 0.10 vMB 142
185,156 185,156 00000000000007a8b4bc527ea1cdc12ff61d19a515f4bc0cf138bb1f821f1bb4 21 0.01 vMB 249
185,155 185,155 000000000000019c4a2ee4658cd6a567e0dea507b134a6744ea41cd8ad45147b 45 0.02 vMB 70
185,154 185,154 000000000000089965e32ada1cb535ec1da25644b9b0e280bd1891acfa2d5d6a 524 0.25 vMB 139
185,153 185,153 0000000000000456258111618cbbbda0000532a7bf8e31a1ef5de7eca78846a2 229 0.08 vMB 139
185,152 185,152 000000000000085b68d4c8d21eb35dfe684cc6333ae3c49932d9d533aa7adea1 130 0.05 vMB 115
185,151 185,151 000000000000016f5db63e20c8b183bbef52f4efebc17512ffe25d83f2a1c7fc 527 0.25 vMB 169
185,150 185,150 0000000000000612b12c57fbb9a4e539080abe3f9da81f21a8da4d3c9d80bde3 100 0.10 vMB 111
185,149 185,149 00000000000007905b1d13005145c4bb59f16fa33b9c019edb3abe7e413b1982 117 0.04 vMB 106
185,148 185,148 00000000000002311951422da0ba967baf205f6a2688d50acaa538846b921098 57 0.04 vMB 127
185,147 185,147 000000000000015400c3df374dad447a972e999b47f0fe00cf6fb437e689bdbb 68 0.02 vMB 2
185,146 185,146 0000000000000a874fbfc0d131492ae1347bed42e097da22d235f0cc7fbcbe33 106 0.05 vMB 92
Previous 10 blocks ↓
Total Size: 779.57 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: 268.75 GB
    • Received: 1.04 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.