Loading Tool

Explorer IconExplorer

Memory Pool

79,100 transactions
29.34 vMB
0.12407214 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt 6bf196c292a817c2ff06209dce44547168d3c9205ddac67c2f6769976f3192b8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b2d33f98589839151a50f6a344f2761d8be69fa4c3861d94e33577cb288a1a4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04493415 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (657,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,402 257,402 000000000000001d808d02ca3dc2a83d1a580b7290d821c47290b39a78ae9545 395 0.14/1.00 vMB 123
257,401 257,401 000000000000001a0d781c58be599abdf74b1b164b66658fbf085101b5fbe8d1 98 0.05/1.00 vMB 39
257,400 257,400 00000000000000068b71e9c39973d9ac2b0e07f4f41b7d505bf0d783e132e39b 334 0.13/1.00 vMB 93
257,399 257,399 000000000000002852faa8e36d506fcf059245444ed3958f6a19a4f25a5c7a27 585 0.24/1.00 vMB 50
257,398 257,398 000000000000002eea60c713eaf7f9c7fc3de01673f8d2add74ea50e3e4d282d 645 0.25/1.00 vMB 149
257,397 257,397 000000000000001de1e934bc34cd6dc425742437f9dd223d8128fdd8bee7bf6a 669 0.27/1.00 vMB 100
257,396 257,396 000000000000000eb97ca070dee5edb508f71c736713977356309c705596973c 153 0.05/1.00 vMB 118
257,395 257,395 0000000000000030f365da6ba051f33e3bca9f1f673f51a6c49bc59580f7edb1 1 0.00/1.00 vMB 0
257,394 257,394 000000000000001f7449399bd15ded5f2fe6e253c095e5bc9df6fb31deae453e 534 0.21/1.00 vMB 112
257,393 257,393 000000000000001daebc08faba3872cb5885b5fa8bf968eae574ef588b8b064c 302 0.12/1.00 vMB 108
257,392 257,392 00000000000000105bcdc1d06bf58b0ba8a367f2c1aa252c203c3c770a8a2bb1 233 0.09/1.00 vMB 121
257,391 257,391 000000000000003041f11144c3d54fba1a4358cacf86bb3e97265fc95d337502 478 0.19/1.00 vMB 99
257,390 257,390 000000000000002776f91d3bd071582026dbef950b1bd436d2ee2f7537d60095 148 0.06/1.00 vMB 89
257,389 257,389 000000000000002f3f5009c99c5453c32cc3d864f3adf1a94acf2da1c378851b 462 0.20/1.00 vMB 103
257,388 257,388 000000000000001e9881ab3c5678aac1488183d9f0e4b17bdc0b23bcdff01f73 275 0.11/1.00 vMB 100
257,387 257,387 000000000000002bc5f1afdcabdf8dbf0538e16e2a9e4a157c3f39d404d9f1cf 57 0.02/1.00 vMB 99
257,386 257,386 00000000000000261741f5b001314ffa1bfc8d2b134a22acc6cb92c732687d9b 75 0.03/1.00 vMB 84
257,385 257,385 000000000000000dcf4b95f0bcdb7490ded6b443f98db542fa7dac7168b837b6 34 0.02/1.00 vMB 43
257,384 257,384 00000000000000143b1d9bd93cd8dbb9a82fbb4eef974610542a8deda5e7caa1 79 0.03/1.00 vMB 92
257,383 257,383 0000000000000005de3c83fb7861afeb80f2541a6fec495706f5f14fa9791ca1 169 0.07/1.00 vMB 106
257,382 257,382 0000000000000009748ed253d9b5d236e51b5bcbb569f0a5707de04b3dfe9897 286 0.12/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.