Loading Tool

Explorer IconExplorer

Memory Pool

44,914 transactions
27.43 vMB
0.06832557 BTC
Random Selection Loading Transactions
Max Size: 145.10/200 MB

Candidate Block

Mining Attempt 034023b11152cbd98a5c6f829838cde73c7b5d99fb15ec2b5b52b55e6508ba53
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root ab4e185fee0b1472d811615374358124a3bd4e1e80943098611f226097c8715b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.01683195 BTC
Feerates: 200.99 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (119,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,741 795,741 000000000000000000031880390930ac9d04811d752e14ae277d700c97d131d4 2,586 1.00/1.00 vMB 25
795,740 795,740 000000000000000000055b6717e2be985333b2da46ee0f898d42afefa087c89d 3,236 1.00/1.00 vMB 45
795,739 795,739 000000000000000000003aadc2388a2cf50fb8bc49378e6c4c2a80ed88cb89ca 1,617 1.00/1.00 vMB 43
795,738 795,738 000000000000000000008b7ea4cae7f42535a30db0fc39d938699d22f8f396b1 3,277 1.00/1.00 vMB 11
795,737 795,737 000000000000000000026e469ef54ce8a12d5c4973cf438c2be9f6e1b558fe67 4,051 1.00/1.00 vMB 20
795,736 795,736 000000000000000000032fd10930989f449b87f8d5fc3d10faaf252ff1230379 2,882 1.00/1.00 vMB 11
795,735 795,735 00000000000000000001444f97a123ce782c0990e0892b1d581bba7668eaa353 2,712 1.00/1.00 vMB 21
795,734 795,734 00000000000000000004fc4e377548b28b95c9e138b051e95e9e5f44e6892a83 2,206 1.00/1.00 vMB 32
795,733 795,733 000000000000000000023f82bb80ea805511ac44bbcf393e2f5aefdd53436dc1 1,573 1.00/1.00 vMB 13
795,732 795,732 0000000000000000000551d042c5a2cbbfb45b909ec287798e4a7883809d7ad8 3,596 1.00/1.00 vMB 28
795,731 795,731 00000000000000000002aa727eccf594be31d89f8c58f2e9a3aebf8942b57d4f 2,502 1.00/1.00 vMB 19
795,730 795,730 0000000000000000000220752dcfbc6ce8d2f5687f3419f111305d37eb8dc059 3,398 1.00/1.00 vMB 39
795,729 795,729 00000000000000000003d2115c2321c697c4bdcc9317c363fe43d56c2ec3dc77 3,294 1.00/1.00 vMB 19
795,728 795,728 00000000000000000003d71a390e2db41454bf357147f8d5e7eef00c50c96c67 2,961 1.00/1.00 vMB 36
795,727 795,727 00000000000000000003571e556e54713b6f9dfa3282bd86cb3d440225788068 2,478 1.00/1.00 vMB 17
795,726 795,726 000000000000000000031c89bfa6d6a50a143604c981acaebb7f56e43039ed2e 2,612 1.00/1.00 vMB 25
795,725 795,725 00000000000000000000702b91f60306bf38e953bde96ae7cc052065d5d714b4 3,186 1.00/1.00 vMB 39
795,724 795,724 00000000000000000004967833864a4f0073f8aa960fa2a1c8ad9696750e91a4 4,153 1.00/1.00 vMB 17
795,723 795,723 000000000000000000032d0a60859c918125ba6c2c585e08909d65be98fef631 3,236 1.00/1.00 vMB 18
795,722 795,722 000000000000000000037b1e4c1d7da5d2d44a147f5b4a86dacdb62397e2e6ca 1,279 1.00/1.00 vMB 14
795,721 795,721 00000000000000000004668a03952a0357f6d3ac42b29149891620b00c498b68 2,791 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.