Loading Tool

Explorer IconExplorer

Memory Pool

74,759 transactions
30.68 vMB
0.09020089 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 16be6b7f79c9d4322e233e193c3279c62dc854c80d2f938aff61e9a02b7a0d8e
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root c887b873c5881632dc76cd8896fa6f9f54e5d68156539810ac83f19649d7d099
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 500
Size: 1.00 vMB
Total Fees: 0.01318394 BTC
Feerates: 150.93 > 1.32 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (626,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,640 288,640 0000000000000000e5bc7c17a0e1b8967f8311108f4e2709300c0de8f4a033b2 477 0.29/1.00 vMB 29
288,639 288,639 000000000000000037d494d81211fe51ac8ddc763b437b4894138d71b5fe2f42 430 0.25/1.00 vMB 32
288,638 288,638 000000000000000048f7475f8977e61c3ec91cc0311587e5779e92a1aaefc7e5 1,183 0.70/1.00 vMB 30
288,637 288,637 00000000000000006e7bb41577d8412fc20db31a5395b2478ab9dbc9deb9bfb5 194 0.22/1.00 vMB 18
288,636 288,636 0000000000000000289c1574be6403f2aa1310ff5f3a83c9259b742adc302159 64 0.02/1.00 vMB 63
288,635 288,635 000000000000000001f21ec7e14b263207b8aa2d70d8e31010ed9f2886417050 330 0.33/1.00 vMB 23
288,634 288,634 0000000000000000507be8a50cf317b455351e7f98d74d15977e946cc0c7e7a8 148 0.18/1.00 vMB 18
288,633 288,633 000000000000000088c037af0f1aed2bf040e14e54a0f77044048dbd9bdfa05f 209 0.53/1.00 vMB 14
288,632 288,632 00000000000000010fdbf2805b41540f1229eda9c9a2c739205ffb1e2bbf003a 589 0.35/1.00 vMB 25
288,631 288,631 00000000000000004a6a7cb97ef70ebd7f5b5b5d340a5b6bf96f8a08bffc9c22 1,140 0.35/1.00 vMB 56
288,630 288,630 0000000000000000cd031eecad734b51d6c9ed6009d69957c0d5b35b3ccc5443 1,263 0.50/1.00 vMB 39
288,629 288,629 00000000000000010724b86a7ad0b4cb6c531167dc7c1341f8c6cd1b7b70339a 512 0.18/1.00 vMB 67
288,628 288,628 0000000000000000732ad8e77f1a94734d56263f58f75b308671dc968ea8c0ba 418 0.24/1.00 vMB 31
288,627 288,627 00000000000000004571303a8ef08e04bbdbcfe0b5a22227304f45a9f383a16b 641 0.31/1.00 vMB 40
288,626 288,626 000000000000000101ac478417c8b72323eab1c0a8887b0dfa9547febae43ba8 275 0.21/1.00 vMB 26
288,625 288,625 0000000000000000de019b3c0a9a08ce976a08c134f6a9a7ca6ee779f1337459 105 0.06/1.00 vMB 33
288,624 288,624 00000000000000010e57dcee6bf27da02970e136ec4b8c77a84a2e9b41c9c22c 270 0.18/1.00 vMB 29
288,623 288,623 0000000000000000ce0f3397bec05cd73e8a6d5daa185d993ab039b2d82ff211 540 0.45/1.00 vMB 23
288,622 288,622 000000000000000025af6e414b9abfa291d78b988dffdc1b52717523dce7ff3d 644 0.25/1.00 vMB 47
288,621 288,621 00000000000000010699d85f8342a16f3c26dad4274493d1705dcc191c3bd805 138 0.08/1.00 vMB 41
288,620 288,620 000000000000000038f424870b033cb4dcfe5a18b4145aa190ac4a077ae617f3 318 0.19/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 783.12 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: 739.00 GB
    • Received: 18.61 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.