Loading Tool

Explorer IconExplorer

Memory Pool

84,695 transactions
31.62 vMB
0.10816360 BTC
Random Selection Loading Transactions
Max Size: 193.84/200 MB

Candidate Block

Mining Attempt bdf4c09fb574be431aa95ce93d18bcb4e50eaf5738ee0334177be402ac8e8c3d
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 58494aabe1121eebaa65dba48f38ae73409ba95026b35f1f291a2b8d6dbed831
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.03450145 BTC
Feerates: 301.57 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (175,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,304 739,304 00000000000000000002169d2b133e7345ef412fe755350c71375f01826014f5 2,698 1.00/1.00 vMB 23
739,303 739,303 0000000000000000000345a13e2578ee8372df1a64a097cfb826eefb46747dd3 1,696 0.87/1.00 vMB 3
739,302 739,302 00000000000000000003e3313530420ed1f8f487a5305e42d39a536b4ecfbd9b 2,832 1.00/1.00 vMB 17
739,301 739,301 0000000000000000000752b2d3a3d35d05c4d8681c89f2e75a3fd70f7bd36750 1,970 1.00/1.00 vMB 16
739,300 739,300 00000000000000000002a77fba33a57dff4ac1b61c204769f809f9109a5584e1 1,648 0.76/1.00 vMB 8
739,299 739,299 000000000000000000081413df3e054e3e37fd89feda96c059cf0ba7748ffd86 2,378 1.00/1.00 vMB 9
739,298 739,298 00000000000000000002e7f36ac712690a0ee2899786b1f1141934457a4c8cdd 2,778 1.00/1.00 vMB 3
739,297 739,297 00000000000000000006cfa7e592e30faa3728225733468652706766811c3551 3,081 1.00/1.00 vMB 18
739,296 739,296 00000000000000000004e1f4e15eb3f1a6e9ee8cb27bbfd6f9dfd0d729d9ac5d 2,511 1.00/1.00 vMB 6
739,295 739,295 00000000000000000003006377c9bd95de67b1a19bf3219f68b4640140645373 2,250 1.00/1.00 vMB 18
739,294 739,294 0000000000000000000748c4c811b541b26e5d51547b2fb1a4db9677896c42d4 1,898 1.00/1.00 vMB 18
739,293 739,293 00000000000000000004df9eaf154e6517341bb8d2d65e8e77f2d4a25c199138 2,299 1.00/1.00 vMB 14
739,292 739,292 00000000000000000008f5b855f00bc7d0e9ca296d6b5d6a53eb09506285671e 3,422 1.00/1.00 vMB 22
739,291 739,291 0000000000000000000067457e222825834f213c465faea85aa0855950fb1d9e 2,438 1.00/1.00 vMB 13
739,290 739,290 00000000000000000008ddba6dcfad47d720bec3c9f5fbfe704b773f6bfaf120 3,542 1.00/1.00 vMB 24
739,289 739,289 00000000000000000008dc1566be2f47f05013b9e8ec68cde49f9027b9856414 302 0.09/1.00 vMB 11
739,288 739,288 00000000000000000001f03e42da345d01707f9fed7873dc1abffeaef410dcd5 2,745 0.98/1.00 vMB 6
739,287 739,287 0000000000000000000205e3dcf2926884b15dfd2af49b30bc4e1e7ccd559bbe 2,134 1.00/1.00 vMB 11
739,286 739,286 000000000000000000072a310f44fffd07f4cb249fca1072b2020e1f114db945 1,406 1.00/1.00 vMB 20
739,285 739,285 000000000000000000013281b8b052d1f9edd13a69b912f892d6dd3f0d40d29a 841 1.00/1.00 vMB 19
739,284 739,284 000000000000000000021cef9258a46096a9fd8adee6213e0e14e346034ce1cc 2,962 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.78 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: 709.59 GB
    • Received: 16.92 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.