Loading Tool

Explorer IconExplorer

Memory Pool

79,963 transactions
30.77 vMB
0.08720492 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 31b000cb0890109590da634f001e880ee33874917768aab2f27dee920b0c15c1
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root ebe4e5a54d811fbe0bdc7ff11d7657353e20c2e3d6f8f7e4006b71d8e245d53e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.02119865 BTC
Feerates: 110.56 > 2.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (638,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,627 276,627 0000000000000002b6bb37537faa2f1a685e0a57bcf8ab52b0eece2f950c1e6f 560 0.24/1.00 vMB 43
276,626 276,626 00000000000000035251b323bc361565d1cc253e201b281fcba1640d47216e96 337 0.17/1.00 vMB 45
276,625 276,625 00000000000000034bf5d2d9b22e9614b44de4def18ef7632c1df259c9cfd3f3 13 0.01/1.00 vMB 28
276,624 276,624 00000000000000032778a665a1ead06a4f30ae9603e8d8415e85bb86e813f885 389 0.19/1.00 vMB 39
276,623 276,623 000000000000000305c44c7de2348acc2ac1ae5caa42684d7975046b0f4f9374 298 0.35/1.00 vMB 14
276,622 276,622 000000000000000053fa76e6b7206630f27ea3ae426b29bd1e74f9e76f1b3750 543 0.25/1.00 vMB 33
276,621 276,621 0000000000000002ae44e7789e9484419d2485f3676b54e4902a874e09ec0440 687 0.25/1.00 vMB 59
276,620 276,620 0000000000000000e10a8ae1723ef3f2615923a2b1b8b2c73b408da7959a9406 88 0.03/1.00 vMB 138
276,619 276,619 0000000000000002c198a5b5eaa9f2ecb774d6c654d23cbc93c598a24ffa666a 652 0.25/1.00 vMB 60
276,618 276,618 0000000000000002b71901cd415db8efb6d17fb3e3adad96cb1d0e710e35ff86 106 0.04/1.00 vMB 39
276,617 276,617 0000000000000000b013d7d1a2ae12dd36a7bb48d141806158621ce82e535d92 228 0.10/1.00 vMB 59
276,616 276,616 0000000000000003a1e7fe92f3533009d69895f98c50eeaa7ca355aeb37b4efb 410 0.19/1.00 vMB 41
276,615 276,615 00000000000000031a6e7c94a4086f788320790364ec32082df68ba250e2d0df 77 0.05/1.00 vMB 54
276,614 276,614 000000000000000194e9de5881e03ef1fc16e0112665fd6b70962d9198e68272 342 0.21/1.00 vMB 35
276,613 276,613 0000000000000003790ff47aed9259137ad4e3aef0e3ec997d6b71883e6cd3b3 369 0.21/1.00 vMB 29
276,612 276,612 00000000000000033e8f701e626c8639da06a1075ae9a966792661ba82f0ac94 91 0.03/1.00 vMB 128
276,611 276,611 00000000000000006f50c2e7a14b799208a49a8559b90bf4b9a549e0778d1ffb 326 0.15/1.00 vMB 48
276,610 276,610 00000000000000033541b7ce8f68e5e072b0537adc7ddcbc767f1129b5316ce0 343 0.14/1.00 vMB 33
276,609 276,609 00000000000000020d75eb55c9f9d162830413d1ec20a0a64c21a3f3dcfa1a08 212 0.15/1.00 vMB 17
276,608 276,608 000000000000000380303abc3612c9bb00265cb489d454b1b5d01c23b5e297e3 256 0.25/1.00 vMB 18
276,607 276,607 0000000000000000900e9cd48f8242d885315969e11bc2eeec70083b8eff832a 1,275 0.50/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.71 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: 698.92 GB
    • Received: 16.59 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.