Loading Tool

Explorer IconExplorer

Memory Pool

14,384 transactions
10.80 vMB
0.04581160 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.11/200 MB

Candidate Block

Mining Attempt 4ef026e92a5f282efe336eab750d547541fc4bdf2fed216142a36671661b50b7
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root b4a650f14631209d48e98abfcf5b8aaaf5a0a3d5a889121f9e87cec53a1fb2f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 0.99794275 1.00 vMB
Total Fees: 0.02637893 BTC
Feerates: 202.69 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (759,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,174 154,174 00000000000006297a7a4467991b306c85e4a8893b4ea3e833d383ca49da1efe 13 0.00/1.00 vMB 16
154,173 154,173 00000000000006a42966c54cbb06ece9199c6c9af338a063da84d97593538a46 42 0.02/1.00 vMB 46
154,172 154,172 0000000000000915cd834508aa0bc83588101515b0953ae227354ee428a97e96 46 0.02/1.00 vMB 103
154,171 154,171 00000000000003408eb50e2bd40a6c6ef88399f4bc59e8a0def64bdcdc5e31ae 25 0.02/1.00 vMB 38
154,170 154,170 0000000000000705e1c228c28abbf63fdf04b6d426e053c8b3ba849d1fabbbcf 23 0.01/1.00 vMB 10
154,169 154,169 0000000000000c6f93298565bd9f1556c71b25f8b2f0b2f8ccd5a011e50cce97 12 0.01/1.00 vMB 465
154,168 154,168 0000000000000ca1f0fbd5185d7041139880f04f4a05b433dc96edac6d45263b 91 0.03/1.00 vMB 59
154,167 154,167 00000000000004de56fb35e699b3bf51381a983e04dd9f0e846c6e1d9fea3fea 16 0.00/1.00 vMB 12
154,166 154,166 0000000000000b57a22df87981951a91acd1bd03d786310e145c785eaa926add 45 0.02/1.00 vMB 126
154,165 154,165 00000000000006980e0f85ec77c6c575db4d66b0aad01dc921299a11fff570b9 103 0.05/1.00 vMB 127
154,164 154,164 00000000000006c61b44b6e22060b1016d166a7e35e126d1fe24ab6f5550cc2f 13 0.00/1.00 vMB 57
154,163 154,163 000000000000044264c1b46e482627c13eee27e216c81bb23693e2fbd35806cc 29 0.01/1.00 vMB 82
154,162 154,162 0000000000000bf5f42c12492484a36de8a21cc5d35cb32603991f5d4fdf1281 122 0.04/1.00 vMB 42
154,161 154,161 0000000000000b5fe89a7399e33dd4131bfe4ad829894e5d1c3f174954d49488 101 0.04/1.00 vMB 71
154,160 154,160 000000000000062dfca1a6def7df743b6d7f1dd298b903f8575db889061a6f63 16 0.01/1.00 vMB 79
154,159 154,159 0000000000000c6d409ee04b79d5cfa543f0602099b92971aecbe205301746bd 13 0.00/1.00 vMB 120
154,158 154,158 00000000000009757659d953901067700362c3c7b32786a41d1ed99510baefd4 73 0.05/1.00 vMB 106
154,157 154,157 00000000000000e6ef81cf886515a3b9beceb9d1c850a890bace94bd250b5ca6 33 0.02/1.00 vMB 218
154,156 154,156 00000000000007d9086b2c962eb14267b43251c8e2ac28b1ed00cb4c1fa7e4b4 80 0.04/1.00 vMB 72
154,155 154,155 000000000000082421e41f7f4d3560c95f1cd9ea10c4475aed76758d91e6b70f 16 0.01/1.00 vMB 134
154,154 154,154 00000000000004dbf69a9464fb33ab312af2cbd116631692b6d5a139a0a21120 18 0.01/1.00 vMB 1,867
Previous 10 blocks ↓
Total Size: 780.28 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: 516.60 GB
    • Received: 4.46 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.