Loading Tool

Explorer IconExplorer

Memory Pool

25,579 transactions
5.03 vMB
0.02350236 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.22/200 MB

Candidate Block

Mining Attempt 94c305b1ec55f17f5159f871acbc8774398269e4c73fb704f253f026652b3474
Version 20000000
Previous Block 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764
Merkle Root 19f28aa9205c584ca4b7f1739ccf12ec1e308bb9f738f011c348f6f1d432d649
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,256
Size: 0.34 vMB
Total Fees: 0.01122825 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,955 (684,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,361 228,361 000000000000027f9602ebaa6e7fb974e8303c5d9355d53e013e16a40ae7ef4c 0.33 MB 436 115
228,360 228,360 0000000000000032cea4ef66e186fd3660efbfa7864cc439f545224b759b23d2 0.23 MB 300 111
228,359 228,359 00000000000001e45125de4bc3457b39e7e17851dcc1a7adf03cd56af70083ea 0.25 MB 542 171
228,358 228,358 000000000000021954edd475a82855fda705e24d2727b912353e2b50825280b0 0.25 MB 476 147
228,357 228,357 000000000000023dd71e804286a6c9d008cadf808847376185ca7cac2abb72c7 0.25 MB 581 199
228,356 228,356 00000000000001c7b149bf20e6e31b3842a79ea3641917394de805ed0f972bff 0.25 MB 411 114
228,355 228,355 000000000000020255848af3c8f261b15b025a7c03efcfcfcf38d5db9f199ab1 0.17 MB 278 127
228,354 228,354 0000000000000163e82628639bfc47e23ef72fdddaee101b1c93ded1bfbeed1e 0.19 MB 356 155
228,353 228,353 00000000000000308a771701fa33acba5c83db8183e10e99fe8ab898770b9277 0.12 MB 206 116
228,352 228,352 000000000000000f189a4474f218a71bc12d973ee81efad6e55a1efbf8af04d3 0.15 MB 218 141
228,351 228,351 00000000000001b924f77581d4617fa6b2e7cd3bfe71c4c80f69746b87e3cdd6 0.38 MB 444 106
228,350 228,350 00000000000000ebca4c9629d3745553b4dd3ec79ea59b87e4195236acd0f314 0.25 MB 785 305
228,349 228,349 0000000000000197bdcf57c67a4eab9c01ce06cbd2a9598e4f79be603b724c7f 0.00 MB 5 0
228,348 228,348 0000000000000127658786461d528f36d30381271ca9cd153731a315ec8ff204 0.07 MB 206 39
228,347 228,347 0000000000000157f6c103476da6dbe5d8429612eab580308adb3c56ca70542d 0.18 MB 275 138
228,346 228,346 0000000000000134dad50a961b5ab875f407752d4ca8c9c347a8fd81416c717e 0.21 MB 460 211
228,345 228,345 000000000000027b3ff3cee7488b00683265b78e44d0cd5d1ed1cc506b2b086a 0.21 MB 515 202
228,344 228,344 00000000000001175391794516e381bb72bb9196bdc0051edae43181de236a6e 0.15 MB 293 127
228,343 228,343 00000000000001200ab3e37ef40abdad9729245b7a4d29dd30a5786d1b9d2b48 0.07 MB 162 100
228,342 228,342 000000000000015446895de766a69195bbedbb551868682eaf39f68aa0304ce1 0.21 MB 354 158
228,341 228,341 00000000000001338fd030ecd5823b42c61b0196bd335c0cb16ee83637381ca7 0.50 MB 501 39
Previous 10 blocks ↓
Total Size: 778.76 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: 347.70 GB
    • Received: 3.05 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.