Loading Tool

Explorer IconExplorer

Memory Pool

19,325 transactions
8.81 vMB
0.07481383 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.05/200 MB

Candidate Block

Mining Attempt 94b4e8cea3a30b65e0d8089323c3cabcf327af0a22c9b9d9c5e44b4af47d5624
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root 45c5f37524eeae53b0bbeb95bae3e4feb8f1ef7301d6bd68f527adabff1e5d07
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.05480023 BTC
Median Feerate: 1.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (689,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,555 223,555 00000000000002a59f3a271c3681411743086da26cf244ba3bce1b8dc38ed06a 321 0.15 vMB 215
223,554 223,554 000000000000034d13dafc08a5a3d04681e4e8ad093b61ca11a650a6a58e64c8 63 0.03 vMB 264
223,553 223,553 000000000000000106ee49ea47a30b18faa24e4eb968ee76c1fed6e25f5e7f71 279 0.11 vMB 256
223,552 223,552 00000000000003386177411697bceefaffffe214ff1e01e8b037777eb0473507 223 0.09 vMB 20
223,551 223,551 00000000000002d3f6850d462ccc8baae96e2f9d3f8dccab978b5268ed3157c2 183 0.08 vMB 186
223,550 223,550 0000000000000352606771c44734c6a24a3fd93955e636bb95003ef2eeee8ef1 329 0.20 vMB 174
223,549 223,549 00000000000002aefe2659289ad893230898604d63a875b5070c1b5f703f7b0b 532 0.25 vMB 179
223,548 223,548 00000000000002eeefd981d334a8b534c4d909f1254b566265635dcf4b19d80a 771 0.25 vMB 326
223,547 223,547 0000000000000153608a43ad7caf286553f833e0dcf40e2daee5dc19a8dc678d 118 0.07 vMB 177
223,546 223,546 00000000000001e8aed3543800cf99041a0ef44bf0dcf43a22164adf7c65fe2e 315 0.16 vMB 173
223,545 223,545 00000000000000b8c91c328188e68fced9cb554d19052dfd0ae155344ef2bae5 121 0.05 vMB 103
223,544 223,544 000000000000045d33c455583a8102c2274a4fe91db78cd70c127ba53ee3ba11 639 0.25 vMB 226
223,543 223,543 0000000000000114636aa5f12c82faacd308c5adfe7588e54b7e00fa10140785 192 0.11 vMB 3,901
223,542 223,542 00000000000001933ea3b8a204ee55ddea0662c33c1c85409043627b283c8570 509 0.21 vMB 256
223,541 223,541 000000000000032c3896bfd834eb43712e7b84ebeb1ff830dda73a07ba4aa14a 659 0.29 vMB 218
223,540 223,540 00000000000000895cc2dd44f63627afad0aa715b30ec02c809be6c5097edb0d 161 0.08 vMB 156
223,539 223,539 000000000000014b9f11dc30128ccc381361bd88d35f90356a7c26a85ed88a82 455 0.23 vMB 185
223,538 223,538 00000000000000c59a366588bf621fbdf61fe280bdc83cd31dbbe39ee77ee6f6 235 0.16 vMB 115
223,537 223,537 00000000000003090af012d597b0be466c6ae0091fe669d400cb2ec678b6ec26 585 0.25 vMB 233
223,536 223,536 0000000000000152c87c4635e0f4e9806d9b60ad1d556160ec05f95db1989b01 111 0.06 vMB 135
223,535 223,535 000000000000019a46597e8874b616db43a76aa84046157485571a6821ded676 589 0.25 vMB 214
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: 10
  • Data Transfer:
    • Sent: 245.90 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.