Loading Tool

Explorer IconExplorer

Memory Pool

85,175 transactions
31.89 vMB
0.19358129 BTC
Random Selection Loading Transactions
Max Size: 189.51/200 MB

Candidate Block

Mining Attempt 321c3dbadd5b9a43aa311405568734a498c27d01df9495e0f87fe90b1fbfa9e3
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 1cdc4b1956958f5028b7c498d25c3f1a4163d69dddadc34e93b8c5cd0c7e4de5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.07380180 BTC
Feerates: 301.64 > 7.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (55,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,494 859,494 000000000000000000011293779212a6c36aea6f90bf308fafef2c0b99d82f0e 7,021 1.00/1.00 vMB 3
859,493 859,493 00000000000000000002e78fe65d0b8dbc0215a3b24949646dd7e1a40b84274a 7,770 1.00/1.00 vMB 2
859,492 859,492 00000000000000000002791f9cc6d9c16ca5c1251ed97d1c91ff63fae4185755 3,344 1.00/1.00 vMB 5
859,491 859,491 00000000000000000001ccf89875263f3762c1ee230a34d916de4dc249ea5260 6,665 1.00/1.00 vMB 2
859,490 859,490 000000000000000000007bf289f14ba1d0667b445cb0408400b7c4056fd6febc 5,357 1.00/1.00 vMB 3
859,489 859,489 00000000000000000000a38ff76db7f9782df997bd5702ba0cc52bc6377e3b51 6,978 1.00/1.00 vMB 3
859,488 859,488 000000000000000000024f52b2ab2610a10f39a68a58a0537eec7ffd26cf4581 5,695 1.00/1.00 vMB 3
859,487 859,487 000000000000000000010915948e0d6b2c40aa4144ed4277f978e231f4c44732 5,875 1.00/1.00 vMB 3
859,486 859,486 00000000000000000000a87e35372788775f4d676c257622269e6f2a5b63ebb1 5,352 1.00/1.00 vMB 4
859,485 859,485 00000000000000000001ce6a2e8eaedfd58e129793886aba15e59c1563451418 4,207 1.00/1.00 vMB 4
859,484 859,484 0000000000000000000200806d8c588c75a76f6bd45884c823ebccf9465818e6 5,993 1.00/1.00 vMB 3
859,483 859,483 00000000000000000000ea81c063f6235f99546b27d090aa9b0c6359e79bde6d 6,121 1.00/1.00 vMB 3
859,482 859,482 00000000000000000002296bcf503add7ccf9fa685376222f1bc5abd6c51c6df 7,306 1.00/1.00 vMB 2
859,481 859,481 00000000000000000002b6201c1cc0eff3b05e08c0662a77e27544614fca9211 4,724 1.00/1.00 vMB 4
859,480 859,480 000000000000000000003352ca44c2b9b2f533bc5f76289a9ccc52912f08b795 4,198 1.00/1.00 vMB 4
859,479 859,479 000000000000000000004565af8da97b77532df66605e695caa6fd447773d703 6,869 1.00/1.00 vMB 2
859,478 859,478 0000000000000000000034ce4b87f49eab5397685de40591a75e47feb0fa4c2d 4,633 1.00/1.00 vMB 3
859,477 859,477 00000000000000000001ff74df56523219ac3870282014c910f05d94c0d344de 7,412 1.00/1.00 vMB 2
859,476 859,476 00000000000000000001b7cf49f43e811b5b4ce5798c6a51c6c0b96ad1a429f7 7,169 1.00/1.00 vMB 2
859,475 859,475 0000000000000000000181f2408a3e201a42efec386ced19d9df9231ff009b70 6,665 1.00/1.00 vMB 3
859,474 859,474 0000000000000000000120160c63150d934d0fbe5c445588c94ff8a22417c61d 6,426 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.