Loading Tool

Explorer IconExplorer

Memory Pool

48,130 transactions
30.25 vMB
0.08544799 BTC
Random Selection Loading Transactions
Max Size: 161.53/200 MB

Candidate Block

Mining Attempt 5430ca2a6df5033937a33e2d6038ea0bcbb8d884a85fed9ec8cead00c284cf65
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 0ed41436c40eadfc8fd636ed16aae5219e7f0d79f503da50abb242dcba49e31b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.02520609 BTC
Feerates: 101.56 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (738,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,115 176,115 0000000000000235f3e5d6a715c92f8713c9014a4bd293613eddceb0379d9cee 92 0.03/1.00 vMB 103
176,114 176,114 000000000000068c77d367073161c4dfcb2edeb2773baf4cbefe4d63b7c7396a 58 0.11/1.00 vMB 598
176,113 176,113 00000000000008c71cee4bd73868eeec8e44ea29c521591cfb72395fdabf7df7 9 0.00/1.00 vMB 6,953
176,112 176,112 00000000000006e30da3a0c239bfc4a9aac10f5263aa6f0f4cfa957d594516b1 67 0.02/1.00 vMB 139
176,111 176,111 000000000000065733a00ff0a4d552b3900162e0e9f7ff6f99f2cc2cb72ff5a6 145 0.05/1.00 vMB 79
176,110 176,110 00000000000000a27a526e812940f72deaa2563826cb8cd3c70dbc81f8a9b69e 114 0.05/1.00 vMB 134
176,109 176,109 00000000000008eae6f5e0a4d4c7570d7cbbc5ede923b7e821466d294f88c272 58 0.02/1.00 vMB 155
176,108 176,108 000000000000070a32a2f581be2a58305da2617c135afa70590ef0fb1c7fc1a6 33 0.02/1.00 vMB 324
176,107 176,107 000000000000013d2a4d838d6cfd5bdf508ef85a044935314bbe0babb46e6f8a 146 0.05/1.00 vMB 93
176,106 176,106 00000000000009de63d088c31b48da0ecee5a985969b64556b1c54e06580e4b4 11 0.00/1.00 vMB 15
176,105 176,105 000000000000005264faebbcd8b0b9c1e1892d74196bdac4340b4315e2856733 59 0.03/1.00 vMB 28
176,104 176,104 0000000000000140dd040fe47bc9d6d68c2af7bc49598d0f85353e6ac4f5015e 20 0.04/1.00 vMB 177
176,103 176,103 0000000000000448b9fcad3304e2ab6ccb6a933ee5a3cb57113789e890f25014 71 0.03/1.00 vMB 65
176,102 176,102 00000000000006f96d1d98bc5e3255c90fc5c904c57a2555c845034909c9f09a 47 0.03/1.00 vMB 216
176,101 176,101 000000000000060b1f56b8da04c28178301e774129f43a51bddfdd1bfebb7172 31 0.01/1.00 vMB 5
176,100 176,100 00000000000009584b73c24f8d861249ca01df96910430f246f2b71ea5c47d1f 12 0.00/1.00 vMB 16
176,099 176,099 0000000000000867dbd876e12005592bc1d95658abe464828d2cd4f16e7ab97e 16 0.02/1.00 vMB 7
176,098 176,098 00000000000003f028bb76c77a2cab7b91a42186752ce032016b61aed9134af3 34 0.03/1.00 vMB 15
176,097 176,097 00000000000003098b70cc483fc36bd4ce219e564dadb84155775fb783f954a3 67 0.05/1.00 vMB 301
176,096 176,096 00000000000007c72d43cc605dccb806767a576236b3264ee777f5b5ac7084cc 168 0.05/1.00 vMB 67
176,095 176,095 000000000000045206c82f8238f812f540a3e9e7d7cc697ee41a6fe16b0d1483 183 0.17/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.