Loading Tool

Explorer IconExplorer

Memory Pool

82,702 transactions
31.91 vMB
0.09571204 BTC
Random Selection Loading Transactions
Max Size: 189.73/200 MB

Candidate Block

Mining Attempt 08c8fa128512fd31e804045f6b1c39caa527cd5d90261cff78a78079a877e93f
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6bdff07146ce2a6d30019ec0029b04ac18eb3392502ee0aaaad2411d772b69e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,309
Size: 1.00 vMB
Total Fees: 0.03205530 BTC
Feerates: 101.66 > 3.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (423,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,176 491,176 00000000000000000089375361861625b3bdd7a7615d430e176ce1d7d489768b 2,716 1.00/1.00 vMB 138
491,175 491,175 0000000000000000002e8b92b39c733288d069156b1bc1df3ac2f75e350975b0 2,324 1.00/1.00 vMB 131
491,174 491,174 000000000000000000d7bc0d9da8653ab4b88ab26ee3081fb0c9f9ee0827b954 2,683 1.00/1.00 vMB 144
491,173 491,173 000000000000000000a01d2dbb9bf850fe421809ba3d93df304da3046ff999be 1,935 1.00/1.00 vMB 151
491,172 491,172 000000000000000000a7bc5d823baad3fdea37d55c686e81944a451f24cb3c0d 2,339 0.89/1.00 vMB 174
491,171 491,171 000000000000000000656b1fe2b720a20ea0423561f183b6520f0b4b581cac97 2,457 1.00/1.00 vMB 111
491,170 491,170 000000000000000000151b9d527488e70842fdce508eefae73f73acaf5486c74 1,673 1.00/1.00 vMB 160
491,169 491,169 000000000000000000e4139694d7b1d1f9de780d653eaf51714e903039c25928 989 1.00/1.00 vMB 36
491,168 491,168 000000000000000000e586a2c8fc7c72b67dbd0c050745fb87eeae58e0ea30a3 1,618 1.00/1.00 vMB 98
491,167 491,167 000000000000000000540e1494fd9e5394149362ba0fd9ac906e066dfbb9676e 2,010 1.00/1.00 vMB 121
491,166 491,166 0000000000000000003299e5b527fa5da91c931a526a88b62e7c2bffb657f386 1,048 1.00/1.00 vMB 21
491,165 491,165 0000000000000000004dd6ff5c5c5c04a5ed3c2807547227f724862465359228 2,082 0.93/1.00 vMB 129
491,164 491,164 0000000000000000002b46703c18b04f32c3fd11fc95bc2a86c405c53ea3bb80 2,536 1.00/1.00 vMB 135
491,163 491,163 000000000000000000a5cd82b5982512bbfb37fab8412adcc9eb383628a7ed6f 2,415 1.00/1.00 vMB 131
491,162 491,162 0000000000000000007d5ebed9b3bfbbbc6e4a2874d6657d53315ac5660be62b 2,367 1.00/1.00 vMB 42
491,161 491,161 000000000000000000a0cdd5358c4f4031bcda49508d4811d7303052729e6e49 1,921 1.00/1.00 vMB 99
491,160 491,160 0000000000000000005ca1e66bc0498e4451a1c7e2b734b441fc5dd39e0ad988 2,766 1.00/1.00 vMB 135
491,159 491,159 000000000000000000e619b0586f48402fb9cef3d8b4f504b3286b13eccbb3d6 1,471 0.95/1.00 vMB 295
491,158 491,158 000000000000000000de8b98a54359934ed894a203ae22bbfe44eccc945fd237 2,329 1.00/1.00 vMB 139
491,157 491,157 000000000000000000b819f6d392e119b48bbd48483a596fa78fd05dbe2a6957 2,623 1.00/1.00 vMB 200
491,156 491,156 000000000000000000e781f8721b9af8fc6bd79eded7ef6bc5b69d3025816ee2 1,137 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.31 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: 658.73 GB
    • Received: 14.58 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.