Loading Tool

Explorer IconExplorer

Memory Pool

86,045 transactions
23.24 vMB
0.06292051 BTC
Random Selection Loading Transactions
Max Size: 155.35/200 MB

Candidate Block

Mining Attempt a5806bd12d7a3fddf6405a2352d0dc80a433f267169e28383fe8acbb941d8edf
Version 20000000
Previous Block 00000000000000000001435a5b89f6b1cc901e5e6bd59005a9d5935fc6833a93
Merkle Root 8881038b4bcfec487cb001ae8f6285196fad07259e084d802d6b984682e3f05c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.00876827 BTC
Feerates: 91.48 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,111 (832,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,687 83,687 000000000025786fede83fff752496e3ea8fa56eb042548049b9724a1d69be42 9 0.00/1.00 vMB 0
83,686 83,686 00000000000044b77ba6e72e3e7d4d96bf2c326494030af9b2dfe309aa50d111 5 0.00/1.00 vMB 0
83,685 83,685 000000000024ee5ada2dc82bf0704314b5d9524839ccba0f5d52bef26a9b14c2 3 0.00/1.00 vMB 0
83,684 83,684 00000000002f78368f75a9936e0f5c3eee8cd0b1d207ee6aa5db10a753a041e8 4 0.00/1.00 vMB 0
83,683 83,683 00000000002f0b254f2053c1ea5ee1510fe7aa91585aa8da32d87c77f9b34214 2 0.00/1.00 vMB 0
83,682 83,682 00000000001d519638871447ea210ce42a29c38fd0f79e7dbcbc06a13d924d37 1 0.00/1.00 vMB 0
83,681 83,681 000000000018b7144dd58a0ea01d5c10a69f805ca0e6537c097fb4cbba946f67 1 0.00/1.00 vMB 0
83,680 83,680 000000000008b86081ecf74c089dbec81f6d70afbc884c4d7ea8e34ff6bfc717 2 0.00/1.00 vMB 0
83,679 83,679 0000000000279dbf8ed35d413e41fe7d2bfa97b56542efd6f762aa8c5d08553f 1 0.00/1.00 vMB 0
83,678 83,678 0000000000316153b0ac66979658500f898d6e842b5035c39c315fa24bf6b95c 2 0.00/1.00 vMB 0
83,677 83,677 000000000029f637a41a414d1849ab57c8533db21b76d3c88197fe8c78d307c8 3 0.00/1.00 vMB 0
83,676 83,676 00000000001ac4ad675376f831c9304460ab7dbe5be7ca447ae7df854bb802bd 3 0.00/1.00 vMB 0
83,675 83,675 00000000001e748e80a55bce5c9409d75c393c7de5cbe3ffd5b7dd898bcc7394 1 0.00/1.00 vMB 0
83,674 83,674 000000000030445e1dcd91908f0752af76a5c7ca07182c3313fc9e57ed2e5aec 4 0.00/1.00 vMB 0
83,673 83,673 00000000000dbc795f509fd068592af352bb82ac4868fee215db5bf99d848b58 1 0.00/1.00 vMB 0
83,672 83,672 00000000001ffb48c9b0051127af6a8b94e5c719846cc0f45c27bab9a07c8979 2 0.00/1.00 vMB 0
83,671 83,671 00000000000c062e34daebd115b59a917da8f4649c77ddc97e5a63cf08282589 3 0.00/1.00 vMB 0
83,670 83,670 00000000000915e4f12cf0ccb870765f59c585d295d5fddc39b944d10c2721d1 1 0.00/1.00 vMB 0
83,669 83,669 00000000001d11608a6eb4a75d73ca3b810d23abfafbf3b05343cd8c44b9b29c 2 0.00/1.00 vMB 0
83,668 83,668 0000000000092ffbf9ec64fc68e211412636ee3c1c984e1fcad309bed93def0f 1 0.00/1.00 vMB 0
83,667 83,667 00000000000fc74b4c458a31dc72e4ee5eb266f1105ca6a38a080be724ef062b 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.31 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: 815.85 GB
    • Received: 24.27 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.