Loading Tool

Explorer IconExplorer

Memory Pool

28,009 transactions
7.88 vMB
0.06116671 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.32/200 MB

Candidate Block

Mining Attempt 16f8de9caeef2aa24643d3ad33fd55c998cb342730171a2d881ac23b9acb2b63
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root e750d84b0b8cb7b37bfa0275ae42722d77a04ce871a7aebca94289394584b589
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,175
Size: 1.00 vMB
Total Fees: 0.02382523 BTC
Median Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (664,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,387 248,387 000000000000008265bc2c6994d6dcd2a009042bebe80fdd59c7b57bbd888306 422 0.25 vMB 122
248,386 248,386 000000000000007e1d6492e44a2723bcd4a24edaf32e94cac8d5406e0c654b35 256 0.13 vMB 91
248,385 248,385 00000000000000119596feb78b787dbac222e036d0c23c9f4671c9b0b1822da0 705 0.25 vMB 3,526
248,384 248,384 00000000000000755d48e4e2942b4215072f3741fb4022507a9b1d0205237725 50 0.03 vMB 15
248,383 248,383 000000000000004565120957af84906891950ae2eefcd84af9abf73ee6d2e91a 171 0.10 vMB 104
248,382 248,382 000000000000002a3b7268b0b973991f97436e2f5aa568a585f0c4c2e5ea303d 227 0.17 vMB 74
248,381 248,381 00000000000000072e337cf8b298a215797c1db9ddc15c67788ddf338a6b321c 430 0.19 vMB 137
248,380 248,380 000000000000007b29f35724ca0d0f57d3bb5f290071e0d31e35cf9e3237bb42 264 0.14 vMB 78
248,379 248,379 000000000000002d775504fb958a8a49f78f91d96317d74ee61cbc108eb291c4 256 0.12 vMB 29
248,378 248,378 000000000000003ac5ee376eb7d3392168a80ab1d4651e20371ba207dc74a4d7 141 0.08 vMB 54
248,377 248,377 000000000000003c53fd359cc29dc3b6d90ea618041000e31812aa82cc9d0e06 418 0.18 vMB 113
248,376 248,376 0000000000000033867141154a17b137f335ef07d0c33638daac48571663d235 653 0.30 vMB 157
248,375 248,375 000000000000002dc8ca92f95def429689f8de0159e5475a15c55691b6147f29 439 0.18 vMB 111
248,374 248,374 000000000000002cfe6400b7b62824217d9a8588f5d00408fe65e98551c146b1 230 0.11 vMB 139
248,373 248,373 0000000000000056e0e1be98880cc26cb1a84d46711df569bed6e0fc0fd55067 185 0.09 vMB 109
248,372 248,372 000000000000003fc96ce963e35b3544346956c9ee73d1f70175e19520855cc6 588 0.24 vMB 130
248,371 248,371 0000000000000083bc3a6668651541731f132ec8f4469db4299fd0a4e0a216be 305 0.19 vMB 97
248,370 248,370 00000000000000761ae2ffc63d9e35fb0ea6765e3da943bbfd31040e2ec88e12 115 0.06 vMB 133
248,369 248,369 0000000000000083e21224f754de246632ef2440f451c9d6952e4e19431bcd7c 75 0.10 vMB 24
248,368 248,368 000000000000003ea537b7de8f3f541043832809218fe88f426fc1d0454cbac8 194 0.10 vMB 108
248,367 248,367 0000000000000082ee5b000056eaede0cab83ebdaaa5a5d4ad400c7c363807d7 432 0.23 vMB 112
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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