Loading Tool

Explorer IconExplorer

Memory Pool

42,603 transactions
28.50 vMB
0.15755317 BTC
Random Selection Loading Transactions
Max Size: 147.05/200 MB

Candidate Block

Mining Attempt c1d675776806f86e58f1f46eea8f4febc7e12417e2afa8ea8e025b021c27c09c
Version 20000000
Previous Block 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4
Merkle Root 63312925e6570bad3a4d242a6fba97468bbe3c508b1f7ea4a98d342237e647fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.08726597 BTC
Feerates: 265.25 > 8.74 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,267 (817,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,595 96,595 00000000000768c88af8dc4012d0b8ccd3f9b38528b376a613c1e6bcb13bc363 1 0.00/1.00 vMB 0
96,594 96,594 0000000000020ad3e3ec5daf7cebbc99ced9239c424597130ac004835c131382 2 0.00/1.00 vMB 0
96,593 96,593 0000000000070c19b9bd5e8b0e28d054ff0e444382d94a6bdf0c9754826b1509 7 0.00/1.00 vMB 0
96,592 96,592 000000000003daf66052f86a5c4b5efb492540f416da8444a7dbdd379d42e96c 3 0.00/1.00 vMB 0
96,591 96,591 000000000001131346b5b9f18b29bea872e585aeff6d4a47d0ed4f5578fc1be3 2 0.00/1.00 vMB 0
96,590 96,590 000000000005a66a8645134d88c4f9c2b4515d44bee15cce8d47cddf3013faef 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.07 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.29 GB
    • Received: 8.71 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.