Loading Tool

Explorer IconExplorer

Memory Pool

20,549 transactions
8.90 vMB
0.05007466 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.14/200 MB

Candidate Block

Mining Attempt 8331a8f44108c200cb712fc326e4c568e3a9e278f846081080fee2999ba7766c
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root f76e7f59e0d3c8a6fbbe17dbb25a41abc5bae624842a0c81d365bf2dd2307956
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02893299 BTC
Median Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (715,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,194 198,194 0000000000000255ddf6b0ac1e5cfef08ba2c2ed8ec58fd1b0ebc92166010859 156 0.05 vMB 230
198,193 198,193 000000000000038c9f1bda35a9952d51f20ef75248a747220b2e17e9625da0fb 287 0.11 vMB 128
198,192 198,192 0000000000000024242dc9b96634f5b16237d6e11290aa4f36db10fbfafe1b27 42 0.02 vMB 130
198,191 198,191 00000000000001e6d785da3bd99672bcb51e85d456831eeff05f24c0611becd0 90 0.05 vMB 183
198,190 198,190 000000000000047a287abf3b04e798748b55d9dd85da1a031c7535e1ef32d149 221 0.15 vMB 69
198,189 198,189 0000000000000383e13466c319a36bb12d6a56bb88f00e474f2f1fb2a1115593 431 0.16 vMB 152
198,188 198,188 00000000000001f6611fb0c35d416002ba5b71427005f77c7ac7f01cbf9501f7 145 0.10 vMB 265
198,187 198,187 00000000000005cee0e67cabf64ee38a268eca3ecd64f37df4a01b7fb5ac5b53 464 0.18 vMB 327
198,186 198,186 00000000000005edb6ac766bac5007b6dd56afe01883388863356fef263cfbba 131 0.10 vMB 647
198,185 198,185 0000000000000207dba45b5b6cd7a6dc9d7d760371f6a584bdab013d8e5a1069 542 0.23 vMB 139
198,184 198,184 00000000000001056681e85ffa7f1942b3303b74fc75dad6e78910d97b53b89b 20 0.01 vMB 1,189
198,183 198,183 00000000000004a0487bf8740afedad64f59205fd33f7d238ab4e9933bf6ebfe 182 0.05 vMB 91
198,182 198,182 00000000000001c9a9cd2653affe6a318b6caeb8422ba021e818c2d8468b0da6 150 0.06 vMB 1,068
198,181 198,181 000000000000054eb044218e7f4098c82b98c02c568d93002c958b111d8842a7 149 0.05 vMB 108
198,180 198,180 000000000000033942cf7abc49beff447862f7a1e2fb8229e814bf8f3df9f165 25 0.02 vMB 51
198,179 198,179 0000000000000145989df3775c688c355941fdc5f2083645b08f54dca8c3e83e 136 0.05 vMB 39
198,178 198,178 00000000000004a00ea81cd3ba5461a33bfd9d765d5b67b863ebd506f7117e8f 653 0.24 vMB 158
198,177 198,177 0000000000000024aa6ad88c3a87e3e6b798d2e0616931bb73ec029510decd68 276 0.14 vMB 106
198,176 198,176 00000000000004d0d12f316a25657510972dda53c88c980bee7303da120bd001 117 0.08 vMB 105
198,175 198,175 0000000000000102146ef85941735720aa04c6ff4d08b01b89ce2ae6c3b0594d 253 0.10 vMB 108
198,174 198,174 000000000000058d0862a06f59535847b98f6b33d3bc09681ce4346872d1389d 143 0.07 vMB 111
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 249.64 GB
    • Received: 0.95 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.