Loading Tool

Explorer IconExplorer

Memory Pool

83,064 transactions
30.99 vMB
0.09245151 BTC
Random Selection Loading Transactions
Max Size: 189.56/200 MB

Candidate Block

Mining Attempt 3b70671e6cbc4101f789b9f484e26eaec08ae486374ae68fa272c8a9a4d9acfc
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 8a84c868fbe74768af9676a588e29bb5bfee3b582857a9a0907af6b385b28a89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.02083270 BTC
Feerates: 150.92 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (434,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,325 481,325 000000000000000000cb7863ca2dc498849f08e377b7b57140a280c2ee452062 453 1.00/1.00 vMB 54
481,324 481,324 0000000000000000006fbb345f46d527a3d419272a104ae8b7100e168f7be9ca 310 1.00/1.00 vMB 34
481,323 481,323 0000000000000000008db9702e04a3710d748efd5b799cbf3d28a637bca71743 716 1.00/1.00 vMB 57
481,322 481,322 0000000000000000001b832898d2462709c92bace762da4f1fe5b08b92542a85 1,177 1.00/1.00 vMB 76
481,321 481,321 000000000000000000f8781503eb2c5b2bbacfaace382143f23d7beb464216b1 2,325 1.00/1.00 vMB 243
481,320 481,320 000000000000000000909dbf0da4c8b2786ca5165e10dad07a763f3d1af03402 1,619 1.00/1.00 vMB 125
481,319 481,319 0000000000000000011c75d143206e051d9e6f300c2ffeba805401aaadb195fa 658 1.00/1.00 vMB 54
481,318 481,318 0000000000000000002ab50b565a431e30231408a2f319f13ce790858b75e48e 2,161 1.00/1.00 vMB 138
481,317 481,317 000000000000000000deb3584902760b4992d7f7b4ca36c8325910c42d37033b 2,221 1.00/1.00 vMB 60
481,316 481,316 00000000000000000101f0252db18734f31c045b4bac216d4afc987127ce2b6f 1,765 1.00/1.00 vMB 60
481,315 481,315 0000000000000000012c20a23ea465e2e1890fa1cabe17a9e6c529dff68a46f5 2,046 1.00/1.00 vMB 193
481,314 481,314 00000000000000000099ce4b2b96856788cb48af56bf709c8b07da396aba60df 2,219 1.00/1.00 vMB 41
481,313 481,313 0000000000000000004b63d5849ba273e88a455641d21eb3343e4b67f722ecd1 2,178 1.00/1.00 vMB 226
481,312 481,312 000000000000000000c97ad0cff7f6fa9ba225ae74ab0f5e93652a1e64116e6e 1,790 1.00/1.00 vMB 261
481,311 481,311 000000000000000000a925ae4a74dcd9d40c267caf215b31717ac5b70848e2ea 2,105 1.00/1.00 vMB 76
481,310 481,310 000000000000000000b7af426b53c2ce86694dbd65a139ddec33f29d12181757 2,156 1.00/1.00 vMB 102
481,309 481,309 000000000000000000e84645087d87a465f96b3cd041f9603baa19767d0063e3 2,193 1.00/1.00 vMB 174
481,308 481,308 0000000000000000003a98901d69c6de81ed08ac302e60516ca53fd758e65b49 2,044 1.00/1.00 vMB 237
481,307 481,307 0000000000000000012b7d4d7e77a0fec4c2b5a859fd8d8a67019ab23f7aed30 2,109 1.00/1.00 vMB 260
481,306 481,306 0000000000000000004233bc5acf3bf0fe0aeb02c6c2b6c4f434bbb5a8b3fb62 2,342 0.99/1.00 vMB 320
481,305 481,305 000000000000000000f4eb7878591edd73436465f457b205ee148baf5fe9ba5d 2,161 0.99/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.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.