Loading Tool

Explorer IconExplorer

Memory Pool

23,572 transactions
11.38 vMB
0.03168550 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.48/200 MB

Candidate Block

Mining Attempt 1a2018ba38a1c21b5111c6e314751c71acc5c6bca3f8501906e82456585583b6
Version 20000000
Previous Block 00000000000000000001928e9819079ee436b3e602af2a9b168112fd6ce0c842
Merkle Root 293efdfe27f0fc62a4ea5f07f58c3d83d3615da1cd54f4df2af90b31e5be4b23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,304
Size: 0.997902 1.00 vMB
Total Fees: 0.01300225 BTC
Feerates: 200.70 > 1.30 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,634 (705,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,269 208,269 00000000000000c1669e6579581dfa146960c809a10795262aa3eec7f2e30ac0 189 0.09/1.00 vMB 122
208,268 208,268 0000000000000322464cff674aadea692b83961b7b6b52df1bc56be1ab000944 56 0.03/1.00 vMB 160
208,267 208,267 0000000000000460a6299c8f0d71cee7868585fc2c11e6fbdcacc24238d3f8d7 537 0.21/1.00 vMB 314
208,266 208,266 000000000000024147a5869f3e882a035bd0affeb1c7081c7b552516fe1c4ffa 5 0.01/1.00 vMB 47
208,265 208,265 00000000000003ef08bf4913add9b4d7dd6b6982cbbaf491e7fc44a9d49eae46 71 0.07/1.00 vMB 102
208,264 208,264 0000000000000178f9abf537fda089085ed17701eb726c4687437b263cd503b7 594 0.31/1.00 vMB 72
208,263 208,263 00000000000001a7287ce4db94d90336206682c7200dad2b0fff78231d59cd86 90 0.04/1.00 vMB 168
208,262 208,262 00000000000001f4d1ad2d17d0b38ea3ccc47b5b9c9a6f67eea7c30ba0b13746 74 0.04/1.00 vMB 287
208,261 208,261 000000000000000c98890173a78bee5ed45d8fa335967ee937559b5acd754258 167 0.08/1.00 vMB 170
208,260 208,260 00000000000000cce7fed059098ca78f5fc30fa1d55b1b73fe2e8b24aed73213 154 0.05/1.00 vMB 50
208,259 208,259 0000000000000217ff5f62727df0c3cb4f58af01038e68d5f8e92bdc349039f6 211 0.08/1.00 vMB 169
208,258 208,258 0000000000000194f8e927a5a27219c5587fac6b4364e53c6c09539936295271 370 0.25/1.00 vMB 156
208,257 208,257 00000000000002b026fc6abd2e3d194721e35b87d26f2690ad10f7731d8af977 1 0.00/1.00 vMB 0
208,256 208,256 00000000000002cd7d1c84fa3f5512d96b31a397fbb1008fa88666c466275572 388 0.19/1.00 vMB 174
208,255 208,255 00000000000001e8fb72e065604846dfc143ec3eafa084e88cb2c4238955c9f8 586 0.38/1.00 vMB 118
208,254 208,254 00000000000000cbe8a09a6383bcc250aaf27e474845da21604aabd99000aa08 566 0.22/1.00 vMB 201
208,253 208,253 00000000000000d12d7a41d93deb19e49923d8ddd037ccbc4c41b55abc5f69be 148 0.06/1.00 vMB 151
208,252 208,252 000000000000001a9f25187d8577e46dd2e54243b304be892063dae48ea20560 143 0.05/1.00 vMB 79
208,251 208,251 000000000000024bf4431f453f348aca2a0ee3aca1082d7c6db0e10cd32df5ba 396 0.12/1.00 vMB 149
208,250 208,250 000000000000004b6db4401b4ac57f717ef21e8ba52cbc715fb0bba29eb4de96 67 0.04/1.00 vMB 73
208,249 208,249 00000000000001f60b4723e157aede1a55facd507c5fbd9dcf5b84744681796b 588 0.24/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 779.96 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: 469.42 GB
    • Received: 2.92 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.