Loading Tool

Explorer IconExplorer

Memory Pool

81,862 transactions
31.24 vMB
0.09970414 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt 82b6a06323f970d3b4cb8ef54a4a58660515972c95e10d08570cb6f81e17ef0d
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 17e32506a1f829e12835cd8b38284cfe423d4da8a0de30d576b22287ffdbfe68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.03086932 BTC
Feerates: 150.75 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (315,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,124 600,124 0000000000000000000ce7066310996e6685244b27d20325a824c4b4e4ae7ccf 614 0.19/1.00 vMB 20
600,123 600,123 0000000000000000001396c8804eabc727b9102fcd7d610bfbae85393f8ade3f 2,716 0.80/1.00 vMB 14
600,122 600,122 00000000000000000009482a060499acb240b80ee03c4fed844cc69d32ad837c 995 0.28/1.00 vMB 15
600,121 600,121 000000000000000000041d6f4de403d038623097268f3d7b78cb455edf745251 3,313 0.92/1.00 vMB 13
600,120 600,120 00000000000000000012d73701ffe946e71c4034aef7edc41d28dc379a87feb3 1,476 0.46/1.00 vMB 14
600,119 600,119 00000000000000000013166902c56b8e754876936b7d44ba91da3b8c0050df0a 1,310 0.42/1.00 vMB 11
600,118 600,118 00000000000000000015510d9d1db6d57f5b3c2637e1e5a15a33c21884372e5e 433 0.11/1.00 vMB 13
600,117 600,117 0000000000000000000ab50f96d046d546f640f5c9bbd4a3f4444e8cf23be739 2,142 0.62/1.00 vMB 16
600,116 600,116 0000000000000000000df25696b04930df8002fd2993af1aed79f7c2fe27ddfc 3,275 0.94/1.00 vMB 12
600,115 600,115 000000000000000000042d27246a6b30869a892219cc1f6540fa16ad1b1799dd 883 0.24/1.00 vMB 10
600,114 600,114 0000000000000000000cd2f194bbd7c4d3deadcccc0e0baf3209d0d69a0d9c5b 173 0.04/1.00 vMB 31
600,113 600,113 0000000000000000000d06e66c212447621f0fa38bb95cb40381f0c7c9f577b3 1,434 0.32/1.00 vMB 3
600,112 600,112 0000000000000000000dcaefbe19daf8cb102fd85af720c11102064ea2f99823 3,305 1.00/1.00 vMB 17
600,111 600,111 0000000000000000000fd09c22028e8c49d8c1f81584d544a2370a9e662c701c 3,427 0.92/1.00 vMB 12
600,110 600,110 00000000000000000003f63b9c9c9f7075172ffcf6364cbaea892d504aae10c0 3,589 1.00/1.00 vMB 18
600,109 600,109 000000000000000000096aa9031c4c1ca1675775afd05b5269d5388a77bb24b2 3,236 1.00/1.00 vMB 19
600,108 600,108 00000000000000000009a428d11e1ab19646c8d1b6431778f77c28ff6a1e56c6 2,056 0.63/1.00 vMB 14
600,107 600,107 00000000000000000009b744f8318c79739adf206a8ac9a459f1b6af59d9a06b 1,646 1.00/1.00 vMB 3
600,106 600,106 000000000000000000029982f7b15356aa41b8584dbcb33602fa2ab1eef80a54 3,263 1.00/1.00 vMB 20
600,105 600,105 0000000000000000000e840e9bceba6015832730c87235374f9e30790692e024 2,234 1.00/1.00 vMB 1
600,104 600,104 00000000000000000013ffc7e8cdac671bcd5a38e5082567f18ddd2aae58d7f2 2,852 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.71 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: 699.67 GB
    • Received: 16.60 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.