Loading Tool

Explorer IconExplorer

Memory Pool

32,237 transactions
8.21 vMB
0.10948458 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.65/200 MB

Candidate Block

Mining Attempt 95daf488c60dc6d45d558bdad1c57511c22c5c0e9ffad6ab01b2983125dc93af
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root f60d8b79a486832b51dbaacd53b4c6c256dbdd278075d73e5036c85650f6e378
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.06824211 BTC
Avg Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (661,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,177 251,177 0000000000000032ba928d9c040e1a5a5b96ec1053c3a893f014187eb122f1d6 0.02 MB 36 63
251,176 251,176 000000000000002aa97122fa41b0cceb329a7f4c1444be1de4ced8d5fe4608f2 0.10 MB 185 67
251,175 251,175 0000000000000066d92cecf46b1cb00b81a81d88252383a754b94a7b1a48a7c2 0.16 MB 413 107
251,174 251,174 00000000000000070367a49767a3ee665788e4e5c18644b220113da091319cc8 0.17 MB 399 108
251,173 251,173 0000000000000068358b92448e6553ed6b79c2196e4885fc19fa0a0175954e02 0.22 MB 408 92
251,172 251,172 00000000000000256a7b81a8c06d9ed4407e368e8c197c9025b43ccd0fc10336 0.25 MB 712 129
251,171 251,171 000000000000006698e6326f9953b149ee45fe7c7a4519e29201d853bd2d6412 0.06 MB 140 149
251,170 251,170 00000000000000010669551b12ba7606541ed04d9bceb85d673fa7e2597f2f44 0.24 MB 521 79
251,169 251,169 0000000000000065e248d2544ac779d4fd33fa4fa3b3c52aede06ad34bd9157b 0.06 MB 121 83
251,168 251,168 000000000000006b750a4315b1b912738f802dae1871a7e8085848641ccdf430 0.05 MB 117 108
251,167 251,167 0000000000000069bda12647309b827bd85cca129e3c7ee56defb33839ef8cc4 0.03 MB 70 114
251,166 251,166 000000000000004a58f576817a78d172811d6f15aaedc819d6c0cfcf6abb6c1e 0.05 MB 120 152
251,165 251,165 00000000000000681229c323f9f454a8d5b0945e0ea6fc806ea16ecb7ebcf8e7 0.04 MB 65 101
251,164 251,164 000000000000006ee2899520a28dfa0f0c1b56ad2fb12ede2a06533dfa2e4f8e 0.17 MB 399 106
251,163 251,163 0000000000000048f7d8b93e563ee132eca2e14374f0a4cef26abac24da9c0b1 0.04 MB 87 63
251,162 251,162 000000000000001f10816c2e93f2f3fa6e1d50b00d34a6577246713012e77c98 0.22 MB 448 53
251,161 251,161 0000000000000069db817bb59b1b460d0bcdcc9a2acc3121c8d1c1ccc6e6510d 0.25 MB 620 167
251,160 251,160 000000000000005417d0f00cc6eb016be4df576af2c498845ffdab54aff4ec55 0.21 MB 523 127
251,159 251,159 000000000000000e6c0cf408ef9d4514f1f4d6f63a7d7193d589be5f6b86d821 0.05 MB 103 105
251,158 251,158 000000000000006a686902a6e06f014b55561839b1e18cbb39332ed0577d6b16 0.14 MB 363 166
251,157 251,157 0000000000000013852692d674bf094e3f955b73b7330e6adcb0565efcb85d1b 0.21 MB 562 64
Previous 10 blocks ↓
Total Size: 778.87 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: 399.03 GB
    • Received: 3.57 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.