Loading Tool

Explorer IconExplorer

Memory Pool

24,502 transactions
4.93 vMB
0.04702215 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.80/200 MB

Candidate Block

Mining Attempt 195e0c18603ed4cd1b65ba96985acbfcf725f161a07ae6bd2846129a0c234922
Version 20000000
Previous Block 00000000000000000000fa5ac65bb466897a717b43d83c4676d81fd778ba2665
Merkle Root bf0030c4a4f8c242fdc3326314acaa4fc4f11c1927cee6bd719ab43eb6e08339
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 0.89 vMB
Total Fees: 0.03655069 BTC
Avg Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,807 (706,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,026 206,026 0000000000000122ba48a70b1a5d2d21496882aab17284e70e5f0864ddef3729 0.08 MB 205 235
206,025 206,025 00000000000000a21b2700b75dce1ca9eeaf5f6a357aef7980f322e6d24d6478 0.13 MB 212 125
206,024 206,024 00000000000001db2cf257263618121c8d70b11cbd436aca5ef611d33ee8539c 0.05 MB 128 300
206,023 206,023 00000000000002ae234e453899ae37b26175a19d347f85c10fbc3ecd7da5b188 0.01 MB 20 116
206,022 206,022 0000000000000359ce13b7fdf1f52166b6700a02cb83672f8e7c7cdba92b31a7 0.06 MB 114 233
206,021 206,021 00000000000003ad220d7f14bc9acf70ba0bb7c125a00af13a1186fc02338318 0.04 MB 106 7
206,020 206,020 00000000000002d7b4b2821bc64f360d537f3652ec59d3f2fb1a751260671ca3 0.04 MB 97 190
206,019 206,019 000000000000041eb01bce015db8667f1c00792903f30223d75d5a062fa0685d 0.13 MB 284 373
206,018 206,018 00000000000001fdce8db9051e9c4ae819470ffb91f2a58727833525e4db7423 0.00 MB 1 0
206,017 206,017 00000000000004212e2a4308be6e6b16a96ccd3422fc2fcea9fd493f770b726b 0.34 MB 775 196
206,016 206,016 000000000000027dd9803c802b0f46d24c19c1feadb4d480ca3ab48b52dd8186 0.10 MB 130 161
206,015 206,015 000000000000037e70df59cd60c172a27392fc319203a0da6163fd5313985212 0.10 MB 241 338
206,014 206,014 000000000000031f14679f5a5f13196fc5a13f4683d5fbde6a26e36d84845264 0.10 MB 322 36
206,013 206,013 00000000000003bb4211441d12436c89cf97f38194ec09472a83d04dfb9ded40 0.09 MB 185 196
206,012 206,012 00000000000000cf48a8d210d807da7a1b5ffd70066a5bc1e79f0ba6c314ad25 0.36 MB 767 210
206,011 206,011 00000000000002871fa73e5ef6d5168150a4f146480ebb9e14e4846c7c4805dc 0.10 MB 262 336
206,010 206,010 00000000000004439e2ebaeaf60b5140c738b5eea44f6d70a09a10eab8d8b36e 0.00 MB 14 30
206,009 206,009 00000000000000bf29ef3a163c949061cbcb1977f69a5164ee4b50bc97f60685 0.08 MB 162 325
206,008 206,008 00000000000003e780e0ec165dc1bda03c9f5620e8b015bf02dcf597b5e3a4c7 0.02 MB 43 142
206,007 206,007 00000000000004b014174399d17f3763d0fbd5cc5b506bb3c008b471f9defcb1 0.17 MB 393 302
206,006 206,006 0000000000000445d6e4ea15fa81563350a3832c4e5ab313869027c6d6a160a5 0.02 MB 61 212
Previous 10 blocks ↓
Total Size: 778.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 10
  • Data Transfer:
    • Sent: 159.82 GB
    • Received: 1.89 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.