Loading Tool

Explorer IconExplorer

Memory Pool

17,143 transactions
7.89 vMB
0.02219755 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.19/200 MB

Candidate Block

Mining Attempt 9c39f7c051fcd032ab19320ae83a33c7d9afb4d84393648aa72902b08088edb2
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 017487b185a2202c81da6761e56d7a8e2d20b316ddcd7a573b4837a2c0c46c8a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00592317 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (703,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,289 210,289 00000000000001cdf7d42d2db8d9ebf57cf92344c258ec54279b2d4db2f0f59c 7 0.00 vMB 36
210,288 210,288 00000000000001d0fba82dee2245addbb8dfb4a5ab56eeef16049e1e0a0291ad 82 0.03 vMB 169
210,287 210,287 00000000000000060a2a8415812a558fc22b94d73fecd6a3c6eb6ca6dec6d374 202 0.09 vMB 128
210,286 210,286 00000000000004a3062e81cb54d80a5efcf133227c0d062b2bd6dd56127209e4 327 0.15 vMB 244
210,285 210,285 00000000000002b61124139701066418ab701d57aff2fe0973619e8e4f700b94 477 0.20 vMB 166
210,284 210,284 000000000000015292f9e36ca6d372796673ad1ccd669f4604253588fd000134 261 0.10 vMB 215
210,283 210,283 0000000000000029324b1183a8d16eab78a0f1751b2eab72d95ea4639b0af71e 399 0.20 vMB 162
210,282 210,282 00000000000000614d3350d0e1c7a57fda4acfd5d8d549ef0d58444fa13de05c 257 0.10 vMB 177
210,281 210,281 000000000000045c8af67e35b58d33f5053ba3a9a0018f85e870da78a0753ee7 335 0.19 vMB 134
210,280 210,280 0000000000000228e53941db17bc6eb44079f4e1677f39eb8afc73335842da68 806 0.25 vMB 209
210,279 210,279 000000000000044a2addc7a8be57a740015ad7610c9535956158bd641d02a635 188 0.05 vMB 56
210,278 210,278 00000000000003d12dd536fd9663e8d84d071f9274360630e3655da90ddafc88 122 0.05 vMB 221
210,277 210,277 00000000000000f47276e0bb60fe81d3b78ef7d13b0315f0a8f38a7285e419fd 296 0.16 vMB 134
210,276 210,276 000000000000040ce27a2767c4911fb234b7e85f7652723e46fda7679759cf5b 193 0.10 vMB 142
210,275 210,275 00000000000000351a6ff160ad066d99eeaf812f936c776c9fd0055120adb39d 703 0.25 vMB 210
210,274 210,274 000000000000032398bb95ffde45e64c8be49bcce488f746cbe0d98fd9b5af8b 52 0.02 vMB 207
210,273 210,273 000000000000019788fd5040b94fa006dd2c5908c6d3637187e1481e08382c1e 109 0.05 vMB 143
210,272 210,272 00000000000003874516a85ba828ffc081cd8cafa757e13f66168de0d85bf365 393 0.29 vMB 87
210,271 210,271 0000000000000414b94194c957057650ebd47b6e3f756e5f44417490472187d9 75 0.04 vMB 142
210,270 210,270 000000000000011c5da6e27b4301c683d61508555786989e10f4090b4d43d87a 144 0.06 vMB 130
210,269 210,269 000000000000003f7c9e78e8d5fda629fbb50422f1ec22a5aa2a2bae6fa9d624 253 0.08 vMB 163
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: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 246.08 GB
    • Received: 0.93 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.