Loading Tool

Explorer IconExplorer

Memory Pool

40,032 transactions
28.13 vMB
0.09232354 BTC
Random Selection Loading Transactions
Max Size: 144.32/200 MB

Candidate Block

Mining Attempt b0074e3896167ae38c01af76a536dd7d31cb916db5867328ee4a6b3ef508a5e0
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root 9ac72bb15be37d3cc6e213eaaef8d78a50a86477e965e7066f28c956ecca3a02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.03361655 BTC
Feerates: 402.11 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (817,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,589 96,589 000000000000e952b4f9a508f91a69083374b5d2ffb409f96881bead9ada6bb0 4 0.00/1.00 vMB 0
96,588 96,588 000000000002e4a21dfd9a011d3d447f71d0b59176943aba715314f6bac9f993 1 0.00/1.00 vMB 0
96,587 96,587 0000000000010b9bdb2b60432987adbe03248e4bde25ec868188b89da9e72dd8 2 0.00/1.00 vMB 0
96,586 96,586 0000000000051e92e403565bf9abb0bdcb56fbc73b5965ffa6a1a4f189e7ffba 2 0.00/1.00 vMB 0
96,585 96,585 0000000000049ba6bd00f6353cce456176b2438aa6df839c3a720f91ce54f1aa 1 0.00/1.00 vMB 0
96,584 96,584 000000000004b2bfefcdfb5650d9a888be44f8e29759a7e2a299676230768b39 1 0.00/1.00 vMB 0
96,583 96,583 00000000000092b324b886dfd889b254c5a3aadd058e9303fd038055c1f941f4 1 0.00/1.00 vMB 0
96,582 96,582 000000000005c0e65546cba83b16b9a63a829531083f8c276808074fedf4aedb 2 0.00/1.00 vMB 1,499
96,581 96,581 000000000004684a74b8e0e07f02be279c6e46b28872eccf1d499bbfdeaa3f9f 1 0.00/1.00 vMB 0
96,580 96,580 000000000004ade46cc413ed49768fc4c07d3fd7a4369922fbc92476062f5248 2 0.00/1.00 vMB 0
96,579 96,579 000000000007d2383522f6f02b9da1900188465d16540a031ac4743e6bc23d62 1 0.00/1.00 vMB 0
96,578 96,578 00000000000681ac43d6f2c612048b5b2ac48105f033f4409909a034b6e67f35 2 0.00/1.00 vMB 0
96,577 96,577 0000000000042322c36b02a56a1026ff82946d105dc8e8513569e376380b48a9 1 0.00/1.00 vMB 0
96,576 96,576 0000000000019d35a1408496efe446283a996fb5be09c2e518a2592f07c3bfb6 2 0.00/1.00 vMB 0
96,575 96,575 0000000000057ecdeb6ca8d9dc6a45c2c65a3809cca8bfe9ad4ce92f8a16a564 1 0.00/1.00 vMB 0
96,574 96,574 000000000002755cb431e7f9a56858ab6e13c2ac6986d4aa650141f1ee595794 2 0.00/1.00 vMB 0
96,573 96,573 0000000000018da5f3204e44a1d3310a0eba92345c616b01b7ceb090bacfe4dd 1 0.00/1.00 vMB 0
96,572 96,572 00000000000528aeeeaa6e95eda0832c8232bb19bb03bc173e8539aa0cbfb380 3 0.00/1.00 vMB 0
96,571 96,571 000000000001b3fa3a5febc9efb632bafd21e09381d49ba2e062d3497964817f 1 0.00/1.00 vMB 0
96,570 96,570 000000000004b05b0a02ae210c181151918aafee92b8fece4dd00216e5c484e9 4 0.00/1.00 vMB 0
96,569 96,569 0000000000046aa05c4cd405ce07acc3f6113df8bb64e2888147a50a7848319f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 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: 578.38 GB
    • Received: 8.76 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.