Loading Tool

Explorer IconExplorer

Memory Pool

79,401 transactions
30.30 vMB
0.12501014 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt d62164f1fbc8991150c7afa06ba1729bec9a636a033e61ea736e41a5342efe2a
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 410864a214acdd51eac7c0bf7dd2ca71e7ea6ef8508cf451ae424b0374c96fcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.03189676 BTC
Feerates: 301.69 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (184,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,596 730,596 00000000000000000004342d1a350959ad2623153418b16f40c824f9e05bfcb7 1,827 1.00/1.00 vMB 6
730,595 730,595 0000000000000000000037c9273b5996e40268883af6a1fbb383a02a509928d7 2,865 1.00/1.00 vMB 10
730,594 730,594 0000000000000000000579a43ca188e759b0e6817aa58a2f89b5e8b7e9fa8c33 3,123 1.00/1.00 vMB 18
730,593 730,593 00000000000000000002f95c1447e70b363ce87de1236629093f9f86541ef5ce 1,352 1.00/1.00 vMB 3
730,592 730,592 0000000000000000000290d5c61cf67614dabb8871d7e0e8a03cbcb6a1fd186d 1,990 1.00/1.00 vMB 6
730,591 730,591 000000000000000000047ab70d1eef94b9be7890d4e9334682f4864c559012dc 2,254 1.00/1.00 vMB 11
730,590 730,590 0000000000000000000280773731cd02f415cf5ba03fdd56ebce7a66b4567a5a 2,237 1.00/1.00 vMB 8
730,589 730,589 0000000000000000000282dfb577e6f043e24f8a4e048857fb544e8097a8cce1 3,092 1.00/1.00 vMB 12
730,588 730,588 00000000000000000009087a8a6564e7c1d5636c0167bcdf2e9aafa392d8b120 3,055 1.00/1.00 vMB 7
730,587 730,587 0000000000000000000634119a88b26cebeaeb60b597c9e09d831247f0d93a02 3,018 1.00/1.00 vMB 19
730,586 730,586 00000000000000000004d173f9c386b827d0e6d8847908c62112435d8c824aa3 3,059 1.00/1.00 vMB 14
730,585 730,585 00000000000000000007d27ff8619d6a2e1986c77b4d8127c84fbdcc52f9bfc6 2,757 1.00/1.00 vMB 10
730,584 730,584 00000000000000000009570355b688a63a49e5c88c552734bae63e2fadf39e39 3,073 1.00/1.00 vMB 8
730,583 730,583 00000000000000000008cd62d2dc741f513f92006dc2cc2a0fd696b60467e460 3,151 1.00/1.00 vMB 11
730,582 730,582 0000000000000000000232dbe9088f2a6796b23fd486986cfe0dff5f6cdadd83 3,381 1.00/1.00 vMB 9
730,581 730,581 0000000000000000000377c2c61b26a6583e1e50f115d1d7fb9089fa4012b9f2 3,488 1.00/1.00 vMB 11
730,580 730,580 000000000000000000079d009aee70b7fd317388a1e0013dfd6f4937e4aa6b53 2,819 1.00/1.00 vMB 12
730,579 730,579 00000000000000000009d64f1d5e6174d8eb1346d239b4ef88380756d1b18b20 2,085 1.00/1.00 vMB 14
730,578 730,578 00000000000000000008bff3dbb33a9682f4d598281c1fbd701f16b29d78691e 2,712 1.00/1.00 vMB 33
730,577 730,577 00000000000000000001d5578c772ef1eaad7a002a261998301eb557b359c0cf 2,752 1.00/1.00 vMB 7
730,576 730,576 000000000000000000030768e43a8179dfb275288b24b08c70d9a26531aa1fdf 2,841 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.