Loading Tool

Explorer IconExplorer

Memory Pool

78,962 transactions
29.62 vMB
0.07157920 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt 8addd5bbdff1b9aa9d5e98e45b1016ef83489c74059487c96a4c553c82867d93
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 128160cabd85f70d1d389984eefc945251184afde419af69383d0511f249c6f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,031
Size: 1.00 vMB
Total Fees: 0.01126788 BTC
Feerates: 180.34 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (269,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,696 645,696 0000000000000000000289b58b9b8c6768d3fe1953e3be18f3e9f2f0d1648244 2,132 1.00/1.00 vMB 31
645,695 645,695 00000000000000000000ab947d0fc8495dc12735822d9cf9303df294f880353f 773 1.00/1.00 vMB 88
645,694 645,694 0000000000000000000dc0a34f197100842fd959bc00067673f0a02c532f31a1 622 1.00/1.00 vMB 83
645,693 645,693 0000000000000000000e5c22c24fd31a29d8ecb2c2cec80d3a9cb75b7aa54f18 2,157 1.00/1.00 vMB 64
645,692 645,692 0000000000000000000d0fcc3af177ea81341ca4ddeeee1633ccd912158a406d 1,744 1.00/1.00 vMB 58
645,691 645,691 000000000000000000053891c7a63f26f13faac8bbd57bb4bb9875000b33c632 1,526 1.00/1.00 vMB 93
645,690 645,690 0000000000000000000cd59229ae4008b9696283a8f000b641e619db529b0bce 3,114 1.00/1.00 vMB 132
645,689 645,689 000000000000000000024827e03b6c13ce76275079d458b2e79e77a9d1a1580b 2,226 1.00/1.00 vMB 71
645,688 645,688 00000000000000000006d4d58c872ce883b11107ffd96b26b6b1bc157b2d2f3d 1,711 1.00/1.00 vMB 14
645,687 645,687 00000000000000000006923cc08fb61894882e9a38a5e7459d39803ac6f3071d 1,604 1.00/1.00 vMB 27
645,686 645,686 0000000000000000000467080151dcaf396b0257f8b6865d677a66475b1fa1c9 2,253 1.00/1.00 vMB 48
645,685 645,685 000000000000000000009634657ecd3029ad0638ccf36f06e3c49152468ae34b 2,474 1.00/1.00 vMB 64
645,684 645,684 000000000000000000036eb393cefd117d724aa0540f73358d0008f7077e3b3d 2,666 1.00/1.00 vMB 40
645,683 645,683 00000000000000000002aefb3532928fae6e4c37d2e888e052f2222d8b7ae149 2,461 1.00/1.00 vMB 52
645,682 645,682 0000000000000000000e99652c641c5582885461f0f6ee77e4788aad5b6c9cfa 2,773 1.00/1.00 vMB 79
645,681 645,681 0000000000000000000dc86d4a4c60673f265af09ec3112f72df7c365ec1c239 2,264 1.00/1.00 vMB 11
645,680 645,680 0000000000000000000ec729bdcfd2d71d6c740def38e8cdfa6b5e990b96420e 2,221 1.00/1.00 vMB 58
645,679 645,679 0000000000000000000b2831c3f94a6a7cf4bdc79209a4466b1d91a12f47d8a3 2,371 1.00/1.00 vMB 70
645,678 645,678 0000000000000000000bc39ea21b8ca85b35aa87d734bb122a31b70719f6ea86 2,716 1.00/1.00 vMB 62
645,677 645,677 0000000000000000000f1316fb837abe27dd0feeaef67db955fefb3ba86c6fb1 2,776 1.00/1.00 vMB 57
645,676 645,676 0000000000000000000d3c392105dbb88613d0a961b043604e1cca55fcb6bc28 2,618 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.