Loading Tool

Explorer IconExplorer

Memory Pool

39,238 transactions
31.40 vMB
0.11098485 BTC
Random Selection Loading Transactions
Max Size: 155.85/200 MB

Candidate Block

Mining Attempt 68bbc7c5fc0d3ce4a67e55274f3bea3d3fffc9180c386a431051590be092569e
Version 20000000
Previous Block 00000000000000000000ee795ff54651a33f647300ad5c032d27420e322873c4
Merkle Root 0ba386c9936f2b326a5a23d1b3077d4fe5051317749103c95d35b568ae9b0f2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.04646189 BTC
Feerates: 301.57 > 4.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,370 (865,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,621 48,621 000000000524b860e13342a466aba69601c81ce3e82d5a30c8dcc71c5c0af5db 1 0.00/1.00 vMB 0
48,620 48,620 00000000210c7d3379da42ff736702d21cd295b7a7a7ef15e70e30e369d5dc54 1 0.00/1.00 vMB 0
48,619 48,619 00000000075d3c069768bbe79eaa0a4ded6415f1734d38328c4a728d5d2c899f 1 0.00/1.00 vMB 0
48,618 48,618 00000000078c557ea9c354aa9367106bf85a7cc7169f24fa83e1cf4beb9fe424 1 0.00/1.00 vMB 0
48,617 48,617 0000000004febc5598d6ca268ffe7fff3559879ef16a48428798c577b436c794 1 0.00/1.00 vMB 0
48,616 48,616 0000000018321b57b856810fedcca8b477b90e56926244d63e07b6ff5e624ff3 1 0.00/1.00 vMB 0
48,615 48,615 000000000001af5ec05c35ae5fb542732122839c00ad4ffe8043d747eaba7898 1 0.00/1.00 vMB 0
48,614 48,614 00000000257e91dd00a4f96ac40780b1a9337514aa488b006cf5d30f2bbac523 1 0.00/1.00 vMB 0
48,613 48,613 000000000be9e0e6e2e5a9be4900865c6210b2db1d251c016f75a8625ec3ab64 1 0.00/1.00 vMB 0
48,612 48,612 0000000025633436a06677fa6e2747d851b0166d0db2d367c648c1e1634f5ba9 1 0.00/1.00 vMB 0
48,611 48,611 00000000059a8bfc0937d8a8a208252e9b37491f755e3011fb7ca563d80443c7 1 0.00/1.00 vMB 0
48,610 48,610 0000000024a608d0873c4650eabb1a10e721d15a86776483315f37ed4da00a87 1 0.00/1.00 vMB 0
48,609 48,609 00000000068c99f93f92f8d8ab94f1a29ecc14479e8accb3b967c822324fdf7b 1 0.00/1.00 vMB 0
48,608 48,608 000000000e85d2decf9db15f54744c7b252f839bd8ca4f00b47305aeee20dc81 1 0.00/1.00 vMB 0
48,607 48,607 000000001089b4c8c6bb8340fd67b3157a3da9929ef5ec83d9bdf4582f2a893d 1 0.00/1.00 vMB 0
48,606 48,606 000000001c5bc1cde2b5e9419979c21f26e3a298a168409cbd1be2b3e2c5312d 1 0.00/1.00 vMB 0
48,605 48,605 0000000015ac83945f4377632c538f76fcf4380a42165e341eaab6342ef302da 1 0.00/1.00 vMB 0
48,604 48,604 0000000018de46c759cef87dadc2ebe11d3e5a1e90aa982967c367233f05c7e7 1 0.00/1.00 vMB 0
48,603 48,603 0000000027d1cac470a24f22eb60bf1059dea2a2c2a1fb02ad73cd72c8c49b22 1 0.00/1.00 vMB 0
48,602 48,602 000000001c6d1e2babedeca2578b1eb6f51ee2603756454b752455a20b088cab 1 0.00/1.00 vMB 0
48,601 48,601 000000001529a98ded32f46cc9dd70afdb2083d72bc46acee57adb712da31316 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 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: 594.89 GB
    • Received: 9.72 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.