Loading Tool

Explorer IconExplorer

Memory Pool

21,997 transactions
9.67 vMB
0.05674210 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.27/200 MB

Candidate Block

Mining Attempt e53e2a7909ab137873e5800d84383602223785c7d78f21c2b0573f1fa875860b
Version 20000000
Previous Block 00000000000000000000a3fd4cf7aba24283a6dd34eebfa23d724a9d68b5e291
Merkle Root 31ce5aa31d17a22fc71a37eda71f20559feb7e198ceb7115ec4a477143b38525
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,314
Size: 1.00 vMB
Total Fees: 0.03083470 BTC
Median Feerate: 2.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,426 (657,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,965 255,965 000000000000003e4690c83030d39cf6b76cb82695ee89a060b77a89db1ddf08 519 0.25 vMB 120
255,964 255,964 000000000000001f6493122347a1bda91e7b939523d61fc2b209b3c05ba49b7a 700 0.25 vMB 165
255,963 255,963 0000000000000026d946674c9848b9727d0e3ab12f18fa572f75eee5d0e46cc8 93 0.13 vMB 46
255,962 255,962 000000000000003e27cef41e7688033b606e2fdc92652dad488c937c23affcf6 638 0.25 vMB 135
255,961 255,961 0000000000000007d5b8ebfa8128277829a8114f61a69829f0f9421fb49a47e0 222 0.09 vMB 109
255,960 255,960 0000000000000017bc30eed1604e6f6770d37811cd36ad87c4a6034bbee1cf03 60 0.02 vMB 131
255,959 255,959 000000000000002f9041d9ae2591fb92161a8a2f4ef1b3fcb0b5165e52521b72 30 0.02 vMB 56
255,958 255,958 0000000000000025f49d13ea5d9a809bfdf4524c4c9a55c94f3d63594aa7f7bf 178 0.08 vMB 82
255,957 255,957 000000000000000cd940e5d4cdd6a5217361047bc528dcf2061ead2f6f3459dc 126 0.06 vMB 64
255,956 255,956 0000000000000020b2b8017e2dd487ab7b66a82c19a260ec1f9391c6210c99b3 201 0.08 vMB 229
255,955 255,955 00000000000000140b2cab328d74f4b7984f17a1019d465ad9d01d5ee1b7acc5 161 0.15 vMB 37
255,954 255,954 000000000000002cf486c567fc2b2af3b4217f14847c8c636b1c7b3f287cd09f 659 0.25 vMB 65
255,953 255,953 000000000000002fb163eb51c1a619656f9cc91df2ef94a8880fe13a8bc8862a 637 0.25 vMB 150
255,952 255,952 000000000000003c5be833cc03ef979b4dfa21895fc8e03dc8d2287b99243079 637 0.25 vMB 179
255,951 255,951 0000000000000041283283e76c8f39a44ab93f1f1da27df9eff6cae137774858 514 0.25 vMB 117
255,950 255,950 00000000000000321f48d3e5223179aa321db7a1fa96b3bac3be46fc62ac35b6 555 0.23 vMB 115
255,949 255,949 000000000000002b2dbb728dcefeb5ef1222eda4800939dcbfc7571ea3090056 290 0.11 vMB 101
255,948 255,948 0000000000000010e76fa987b18e14a92e447f4b37b3ac7a91cc2bd5e0648985 73 0.03 vMB 85
255,947 255,947 000000000000002493cb164d84b789ecd0443c60ae248c5484f2d5e79395882d 457 0.19 vMB 108
255,946 255,946 00000000000000225918323bb444bc5c2cd9422f30e98a6fbd1a4b4951653ab1 126 0.05 vMB 139
255,945 255,945 0000000000000007b0317e4f4f68f356f52b37bc3d6f4c9b733007117c357704 525 0.21 vMB 124
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

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