Loading Tool

Explorer IconExplorer

Memory Pool

72,778 transactions
27.40 vMB
0.09883547 BTC
Random Selection Loading Transactions
Max Size: 165.29/200 MB

Candidate Block

Mining Attempt bd1e77f94bd25a3405cb8affb3a3b1e67dec7ffb694df1cf7de7092fcf472828
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 75dd3e90babff11cd068078c8041d23909ebd18b3b0a284c637a71344c809697
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.03968325 BTC
Feerates: 445.47 > 3.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (762,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,165 153,165 00000000000006cf4612d761d2e57c21c277b6d2f930ebf286231aa44beaabb8 82 0.04/1.00 vMB 55
153,164 153,164 00000000000006f4fdb056c2eec20511771c5df90f819941c687388957e6d2d0 14 0.01/1.00 vMB 204
153,163 153,163 0000000000000c0bbbcc8b86c496924c82a5db119d6e328be19f4cabd7c5eb2d 42 0.01/1.00 vMB 4
153,162 153,162 000000000000045600247baf500cedb1bee721a69ae58ad8dcba1e4e39bd4732 6 0.01/1.00 vMB 1
153,161 153,161 000000000000020f8a2a1fd4e671772f37714340bdae0d902a2c0bf18f88973e 63 0.03/1.00 vMB 60
153,160 153,160 0000000000000825da5704ba4cc735ddf18bc8cc83d8d78f8e2b6cacbd9274cf 10 0.00/1.00 vMB 83
153,159 153,159 00000000000001c79a0a66c518a9af2be15faf826c0767302d33ef1c6bc9f392 45 0.02/1.00 vMB 25
153,158 153,158 0000000000000b12a782fd1f18b7a68b6cb837923e2da22817e4cec2f337c1af 14 0.01/1.00 vMB 51
153,157 153,157 0000000000000a3a7719fa2904a67239924ebf33736e82f5a3a80a16d27b70aa 48 0.02/1.00 vMB 870
153,156 153,156 0000000000000bf3eadf7f09f5035a43c474a6a6885a74a7fa30f544b96faba5 24 0.01/1.00 vMB 117
153,155 153,155 00000000000006f047f81401261e13199b42fca43383a9987371f6a2e8d2892b 4 0.01/1.00 vMB 16
153,154 153,154 000000000000067cd1d5d06040fc54b29ad296802b68d58d945a5c9c6f9e176a 12 0.01/1.00 vMB 13
153,153 153,153 00000000000002c7c0e816bbd8463abf310aedcc6b0dd7b33f7fb2fee5d44571 47 0.02/1.00 vMB 124
153,152 153,152 0000000000000a55f6eb2267488e0980b498ac8cfce8853009d823afa7225337 7 0.00/1.00 vMB 221
153,151 153,151 00000000000006f66823412eb7eda75ab6397ab0466bb51cab2350d27e16f703 6 0.00/1.00 vMB 37
153,150 153,150 000000000000099d4f3d08c38fc4f2d6af564fc4d6eb139f2d779615845e9aba 10 0.00/1.00 vMB 86
153,149 153,149 00000000000005657f6fc6f6a5f28b6bbe67122da9348df309b3c78fb55d95ca 76 0.03/1.00 vMB 119
153,148 153,148 0000000000000303779d57a44b345bbce8285fc3641f6aeadc526f7bf0083969 12 0.00/1.00 vMB 0
153,147 153,147 000000000000062c6e95c676b35422c600667414f0fc583b19c1bee4d7a4c82c 17 0.01/1.00 vMB 209
153,146 153,146 0000000000000143c2e4baad08dc77193b75b95086ad61b597c56cd2692946e2 23 0.01/1.00 vMB 37
153,145 153,145 0000000000000352f71f8b4a6ff684caa1aaf3dbe6174f283f6beded77f65f0b 102 0.05/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 783.19 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: 751.95 GB
    • Received: 18.87 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.