Loading Tool

Explorer IconExplorer

Memory Pool

22,441 transactions
10.32 vMB
0.03211918 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.13/200 MB

Candidate Block

Mining Attempt 42cd9526d25739655da90f48d68d101fce2016fbc2c2935d5e509847f8c04a05
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 8d479a2d8d01cc1e4001731ce95827ee73976db1f62f5aafb489edb57dda2274
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01530286 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (658,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,242 255,242 000000000000001271455819823a3ab8faa00b361212e8c265c7f000d7bba3b8 190 0.08 vMB 88
255,241 255,241 000000000000001b03f76a671eda3e3e03da99e11af03a518632502387fec8af 106 0.06 vMB 92
255,240 255,240 000000000000002192a95cfd276e565fca69d4648db4d92eb88a13ecfa46ab39 256 0.11 vMB 120
255,239 255,239 000000000000002ba5a63dd9c531f4e9d80db1b0d90b765e83dcae686d02267b 464 0.16 vMB 134
255,238 255,238 0000000000000037440b9ca108c63257db2818e556f9b0694e516bc1c6e7afc7 144 0.06 vMB 12,762
255,237 255,237 0000000000000008cf3852eb74d24870b014c70563f291d701536da2717fe7ab 180 0.07 vMB 123
255,236 255,236 0000000000000032e893675e869b218148a8246233a97bb10cef14e50ae98180 282 0.11 vMB 123
255,235 255,235 000000000000002092ffce37d65a1a024ac42119fafb38ff3b76971226cd4f2e 132 0.08 vMB 103
255,234 255,234 000000000000000db4754b7ab6705bee5b2b1b922cc728256d111be869e1d34a 1,127 0.47 vMB 126
255,233 255,233 000000000000003338c34ca6589ebcaf39f3c4d512c1d2201f2ea677252ae9c6 51 0.07 vMB 62
255,232 255,232 00000000000000328d47c2d8eeb74f143691bc6c0a0860ebd419190fa8501766 259 0.12 vMB 133
255,231 255,231 0000000000000030e557370ce2751bbc04d159e491c1295f66f96a84d380873e 41 0.02 vMB 105
255,230 255,230 0000000000000003acd8bd429fbc1e7071dc70d0594c08db5ab2afa3432b4076 143 0.07 vMB 102
255,229 255,229 0000000000000030d07d9dccfc01f941e1ab086877a9eaa73e54c6eca195c2ab 663 0.25 vMB 126
255,228 255,228 0000000000000037d7ec9265de84c46ef8a92087caaf8f69c20c125fae61bff7 209 0.08 vMB 136
255,227 255,227 00000000000000170022571f4409806d1eff25077f6524bdeabe293148e6a67a 336 0.15 vMB 105
255,226 255,226 000000000000002179c69d55b3a416b855af214809caace5f54811c086ab8fbf 125 0.05 vMB 104
255,225 255,225 0000000000000037e42aaffe3f01da806d869bc2edacb2e81274415c6796704a 495 0.22 vMB 81
255,224 255,224 000000000000002e8cf1364ae506d021334b30c5ca4440a99c2c58b48970c89a 623 0.25 vMB 186
255,223 255,223 0000000000000024bbfa8794c01f25cce8989314d3992a99bc73dbb165f32929 48 0.03 vMB 61
255,222 255,222 0000000000000000f67ac0d4ec359322c652079a4003fc5845472e1dad6a9aba 372 0.16 vMB 124
Previous 10 blocks ↓
Total Size: 779.80 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: 407.07 GB
    • Received: 2.13 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.