Loading Tool

Explorer IconExplorer

Memory Pool

80,916 transactions
29.51 vMB
0.10241174 BTC
Random Selection Loading Transactions
Max Size: 179.72/200 MB

Candidate Block

Mining Attempt 232b718856c67988c1876ba33111fb692f17a937a1577bbabcd41a82ebf78d56
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 7b6e75b67a372682840c1cad758f6486afbebbbfa7d10fc9da5c1650254bc2e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04032630 BTC
Feerates: 146.36 > 4.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (849,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,734 65,734 00000000089529ba5656e2fc8bc4d22400e687e5c60849d79362e6fd0f337405 4 0.00/1.00 vMB 0
65,733 65,733 0000000006b00fd56e725d12b1ed01eda34b94b897b524f1bdf97f62f244aff7 2 0.00/1.00 vMB 0
65,732 65,732 000000000397a27847dbe168472e0b02b82998b7c8acf48156f13fe28ee1dafc 1 0.00/1.00 vMB 0
65,731 65,731 00000000040a1b8629f0a469977a1c8e8aed19798df2f159ad785df47e47ff39 1 0.00/1.00 vMB 0
65,730 65,730 00000000000a70d84ec03eef58bdc5128003e6739be73723ae3becf1a1dfe480 4 0.00/1.00 vMB 0
65,729 65,729 0000000000d90b882ab9c4ca6ae4f4b4b6afffc9c234f12b88f5a5ab9f4922d2 1 0.00/1.00 vMB 0
65,728 65,728 000000000645f6fbb9890f9e038e68dec751e478358df1f6a669cce6ff48cb35 2 0.00/1.00 vMB 0
65,727 65,727 00000000023059d0407ad21c23cf65f86782ec7d7194b0e23e5eb6f029f56909 6 0.00/1.00 vMB 0
65,726 65,726 0000000001947eedbc40cd6cc9c6b8ab4a1b52fa2a57985985215038684e03c7 1 0.00/1.00 vMB 0
65,725 65,725 00000000003722ff37de31f6d97b53e5ed04e8fe610db5b0007ff2ffefed0055 3 0.00/1.00 vMB 0
65,724 65,724 000000000559be31f282756296f2f44f5cb44510d947aaca33cfd13ba49f7ca3 3 0.00/1.00 vMB 0
65,723 65,723 00000000012628def2334efee9e5d501d38037b04ee54bf19e16e28ed49e437c 3 0.00/1.00 vMB 0
65,722 65,722 000000000490b09880b82fb56cc04abbc1315f24e22f800fba4cc70838ce852d 1 0.00/1.00 vMB 0
65,721 65,721 00000000060e0b041a295da0473274c134d23996a9cd0ef3e3535e28ecae5449 1 0.00/1.00 vMB 0
65,720 65,720 0000000001ac784be1ea5a8319ea0c85b981538ab4ea7508b8238697fc81afd7 3 0.00/1.00 vMB 0
65,719 65,719 000000000197a9083059b899ac6db3c3686545f914727810fd9f01c4409f38be 2 0.00/1.00 vMB 0
65,718 65,718 000000000a0ae440678b264fb0fd60d13e82d9741cdb8f5d35d06058d11ab9a8 2 0.00/1.00 vMB 0
65,717 65,717 00000000077861b14338254e7a5b1349b96124aa11ed16f84705a11debb09e82 1 0.00/1.00 vMB 0
65,716 65,716 00000000099c1dc7774c111e8c3c3123c5a112e04c02666010b2401f8457061c 1 0.00/1.00 vMB 0
65,715 65,715 0000000003fec14980511e1f98c169b40e79f52221be592da979003e764212b3 3 0.00/1.00 vMB 0
65,714 65,714 00000000002c8372efa9b50a0821f3ace036c0ee58c0139e910fc1c3452eaac8 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.