Loading Tool

Explorer IconExplorer

Memory Pool

26,721 transactions
27.64 vMB
0.06864797 BTC
Random Selection Loading Transactions
Max Size: 132.14/200 MB

Candidate Block

Mining Attempt 89ba425e75dcb60056577c509fb987ba4af39170cf146efb7381236aa0112cbd
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 840c6b3133b5494dc6687f78805ae601bdc51fa6584b9a8ed517464ec009997a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,289
Size: 1.00 vMB
Total Fees: 0.01605342 BTC
Feerates: 150.73 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (789,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,335 125,335 000000000000178925553b5fb458510e44b6d15e7af06daafa3bd9d9a03dd079 2 0.00/1.00 vMB 2,040
125,334 125,334 0000000000004056433ac12f03d052e141aec1b7e0c2109ffa148ffeaf0ca724 47 0.01/1.00 vMB 0
125,333 125,333 0000000000001f3b293322843516c28abf2b8f38b60792ea7f91d311a7a8f192 22 0.01/1.00 vMB 211
125,332 125,332 0000000000002a6f9b016ff07406da69d2eebb58204d5140bc37cab09c34ec1f 8 0.00/1.00 vMB 2,064
125,331 125,331 00000000000027cb162511a3811d3455e26298900d2ea1ae96164d56fdad2ecd 36 0.01/1.00 vMB 79
125,330 125,330 000000000000164bd1eeaa7175109f89b6506db7bbd12bae51a2df512fa6d9d2 19 0.01/1.00 vMB 0
125,329 125,329 0000000000002fefb8d227f7d44cf196316bfd9d893e48c0b0556407a2dc433c 73 0.04/1.00 vMB 504
125,328 125,328 0000000000001512455b307527e4e57092d25aac4dec8eaaec34d597c9d1e614 112 0.03/1.00 vMB 358
125,327 125,327 0000000000002b33d20837d16484b821004f68e5deac06cace8a4d29b6fe4df7 10 0.01/1.00 vMB 1,823
125,326 125,326 00000000000042b83207acea42efe1fb94f3da6818e9b53304ca181dd3161721 34 0.02/1.00 vMB 813
125,325 125,325 00000000000020fe0f569d9d51e939604c6b12d98ed7eb451f2e28272df1354c 26 0.01/1.00 vMB 621
125,324 125,324 0000000000003832bbbca7f2ea10d53b37a0ed41bdf6b80cb56946ef7ff3c7b5 8 0.00/1.00 vMB 407
125,323 125,323 00000000000013a4c1749c0172af60e8b83e64f6e2fe1e414c8192923a1c48d2 17 0.01/1.00 vMB 170
125,322 125,322 000000000000179234314b0861e3e53a190eb30a32dc7e20a1e18380bb7085af 47 0.01/1.00 vMB 288
125,321 125,321 00000000000018a0012a4992ee8492fdc3c56ea6f525a27f104d5b9fc800be3c 16 0.01/1.00 vMB 699
125,320 125,320 00000000000022dd4f494672ab3657068d5117a9b7a4b2e5b532a83e3e87f8b9 47 0.01/1.00 vMB 436
125,319 125,319 000000000000125b4f57f186ced0fc5363b988a4d449d466ec26041a96e94af9 31 0.01/1.00 vMB 360
125,318 125,318 0000000000003c19e9fea74fc2531bc1457c5bfc982fc734374e4c5d808cb32d 38 0.03/1.00 vMB 710
125,317 125,317 00000000000022c9bd1e45f24d2d625cf5705855951b17c14d7912953a20b98d 31 0.01/1.00 vMB 1,809
125,316 125,316 0000000000003d8678a5c4ddd2e442e18651c4fb78cbce3a6a459406f6e84c01 35 0.01/1.00 vMB 579
125,315 125,315 00000000000039a0bf5571964757a261800387112f2d4aa6d3ec979065fd3eef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.85 GB
    • Received: 10.75 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.