Loading Tool

Explorer IconExplorer

Memory Pool

36,622 transactions
27.01 vMB
0.12299613 BTC
Random Selection Loading Transactions
Max Size: 138.07/200 MB

Candidate Block

Mining Attempt 3b0729a8eafec41fbd3a314e262de6b6174265c4ee637c0caca0a4a0d50b839b
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 2a6a32312533d72e826b7ca8b3b2c06c796a4317cdfbbc944da897f0bb55764e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,126
Size: 1.00 vMB
Total Fees: 0.07259183 BTC
Feerates: 401.82 > 7.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (700,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,190 214,190 0000000000000143dbe5cbec371e01cb417ad1dab5b9806a8b20ed9a1f2d8034 112 0.05/1.00 vMB 265
214,189 214,189 00000000000000e55055d68c6eb929245be9341053b764353faac68837cc41f1 346 0.15/1.00 vMB 157
214,188 214,188 0000000000000451c7de4c0132703b53320c1bfffac37d335184d3cd064fcab7 175 0.08/1.00 vMB 137
214,187 214,187 0000000000000240b7a7907c1865408081fdbb5c5168d74da0e04af3dca5e8b3 12 0.00/1.00 vMB 15
214,186 214,186 000000000000033aedcf0f7d77b16b6a90e9a6937187c38ab46952d741e11284 260 0.13/1.00 vMB 144
214,185 214,185 00000000000003c4d3e18531562cb19fefc7e61bb8c447bcadaa8312f9f3ffa8 529 0.22/1.00 vMB 255
214,184 214,184 00000000000000b71a575494950a8fce14078c1db7d7aede2aaa130468bc19ec 66 0.03/1.00 vMB 144
214,183 214,183 00000000000002b164548fafb9c202457cf4d1fe4d0ec5307aa26b3617f9b91a 127 0.05/1.00 vMB 182
214,182 214,182 00000000000005765b725bfc6062ead27395ca9768793b43f9c50c0d7f7be213 32 0.03/1.00 vMB 35
214,181 214,181 00000000000004a4dcb24fae9dd51ca48535298169f47f3b05ad0d3431a28cde 209 0.10/1.00 vMB 155
214,180 214,180 00000000000003f3874f351389e38b55360a1a91f650b556fa966e82e6650f48 389 0.20/1.00 vMB 149
214,179 214,179 000000000000034cb1f6b9e72d282a7ee3f5293a0840161185eb171994b49c0e 415 0.25/1.00 vMB 122
214,178 214,178 00000000000003bd1c96913fd86db5a2f34f28d170cf521848b47d8722aefb65 681 0.25/1.00 vMB 217
214,177 214,177 000000000000030d00bb4a24413e9ebf75d611f5f48cde2537be1397b3adf6e1 114 0.03/1.00 vMB 3
214,176 214,176 00000000000004f4e2fff19b5f8bd2f88296c5c10903c756aec3325606f3254c 461 0.25/1.00 vMB 154
214,175 214,175 000000000000008086f1e8252e0ea53c1fb9676f0da84aa98b74295b4bfad8ec 629 0.20/1.00 vMB 246
214,174 214,174 000000000000043615ab1e655840ce4950b40fcfb08e6b465a874ef1c11b4046 145 0.05/1.00 vMB 145
214,173 214,173 000000000000013d0f7ace23dc7c9140e58663477de63c443c90560593bd0834 4 0.00/1.00 vMB 30
214,172 214,172 00000000000003f015a0426f07a5b5e75c42e27628fab867ee7ef3113046097b 545 0.30/1.00 vMB 156
214,171 214,171 00000000000000acb0c4c3756ca775ec88d9c47c93b8e533cb9e48c5d30db319 362 0.13/1.00 vMB 299
214,170 214,170 00000000000005257fc31b6f84de206620758c86a4d9a4a7237dd471fab1fa0c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 578.67 GB
    • Received: 8.81 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.