Loading Tool

Explorer IconExplorer

Memory Pool

78,327 transactions
29.39 vMB
0.10441864 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt dd0a43d8b59b3ba4f7277b36fbf9162a81792eb89d25fd5dfab7c233630fb1bd
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root bc8bf3ef6fa41f76cb7051c75c8cbba986dd50abe9813060a47059e69fba1f59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,181
Size: 1.00 vMB
Total Fees: 0.04484934 BTC
Feerates: 101.66 > 4.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (465,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,439 449,439 00000000000000000102bf6ff6da7458cf78065a581cb27b58361b290b5d0f51 1,050 0.80/1.00 vMB 39
449,438 449,438 000000000000000000e67e4f8efd30766e49a12a99eace4b6a8774a8e1c84434 1,478 1.00/1.00 vMB 58
449,437 449,437 00000000000000000298acf143f69a74a301441e9f3334de9474642f5e9ce80a 2,316 1.00/1.00 vMB 84
449,436 449,436 0000000000000000029f3aa15235793d5de8197b0e4d850b396ffe40a29c45a4 2,211 1.00/1.00 vMB 90
449,435 449,435 000000000000000001d4bc9a4216ddc4f4cbfbb8f1590efbb2425051c096bcea 1,798 1.00/1.00 vMB 69
449,434 449,434 0000000000000000002652ca7bdab2ac6834bcd43510b1f880bb32b22acadb02 2,675 1.00/1.00 vMB 74
449,433 449,433 000000000000000000582a270c8765f14c25cfcd88539d161e54ac6a7ad97afb 795 1.00/1.00 vMB 77
449,432 449,432 000000000000000003291e10039fd4e1f42db74c7eec3d5adde9c8c2f6a2efc8 1,789 1.00/1.00 vMB 100
449,431 449,431 000000000000000001c7a6d9232f148a2d342fec8b9ded1ffd20005f85542eb2 1,603 0.75/1.00 vMB 71
449,430 449,430 000000000000000002925ca477344a16663601bb8b9eddd12e36c4cbac72ada2 310 0.12/1.00 vMB 79
449,429 449,429 000000000000000002f2ee2af958332a9b4871200a96e58ea9b39e2656609008 210 0.18/1.00 vMB 54
449,428 449,428 00000000000000000026feb5bf99f790e68a6e32efa36e53392bbddf2d5ef1d0 1,109 0.67/1.00 vMB 45
449,427 449,427 000000000000000000b87ead6143e32e0e57ee6b58b062a73365fa7fdf841bed 2,311 1.00/1.00 vMB 80
449,426 449,426 0000000000000000002b001e574700fda20d7fbc36b6883ece0028087990b88f 2,807 1.00/1.00 vMB 92
449,425 449,425 000000000000000001822761dcce237d28d1e83f68fe0fd0c38179441ffba794 2,317 1.00/1.00 vMB 83
449,424 449,424 00000000000000000243e7090785547f8f876895669d2a246fd50c243f10b430 166 0.06/1.00 vMB 83
449,423 449,423 0000000000000000020fda15f8a1f34d8b104b194c70d291fac8d22e19b90f5b 869 0.75/1.00 vMB 46
449,422 449,422 000000000000000002e6cc4099f279aaf8da972a55a851128a4ff846b2fcbce5 1,803 1.00/1.00 vMB 69
449,421 449,421 000000000000000001ad61bde3ddf30c35c8d91dc2bbe3c72676048f2bad6397 1,890 1.00/1.00 vMB 72
449,420 449,420 000000000000000000c453a3a93baa0ae968cdfdb70b67e1873b395952ae674d 1,859 1.00/1.00 vMB 96
449,419 449,419 0000000000000000017525da61aab235399409c92a6bf3057c9af9e128d9e9f1 2,202 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.