Loading Tool

Explorer IconExplorer

Memory Pool

46,717 transactions
28.78 vMB
0.07306371 BTC
Random Selection Loading Transactions
Max Size: 153.45/200 MB

Candidate Block

Mining Attempt 274ce2fc4eb91a92c653dbfebe82af67b9fce8f2181b9aa37f2cc2261d21fa2c
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 8341d69af3ba0dcee44a8475a4f620f20ae418688e681cb2b08a0a5a44e450b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01836289 BTC
Feerates: 73.20 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (206,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,511 708,511 000000000000000000084fe9e5bae88387521dbe3502f2d3f36feade8ac97e4c 1,888 1.00/1.00 vMB 11
708,510 708,510 0000000000000000000b91956c2febee95b5ae86c39af3bb76d5785f8a79a819 918 0.34/1.00 vMB 11
708,509 708,509 00000000000000000004eb931f0e56d9e087523b0244260e9948fb6f8ffa5932 1,695 0.53/1.00 vMB 11
708,508 708,508 000000000000000000092b288effa6875391d5da13f09e6cd2e1b943cfd5d540 2,128 0.84/1.00 vMB 9
708,507 708,507 00000000000000000005a7052b8cd77309f9ef9b6ed447409bf9d23032a14226 1,496 0.70/1.00 vMB 11
708,506 708,506 000000000000000000081601afb5a663340a62e0df12b8d1c33bc0a4e57f436d 2,323 0.78/1.00 vMB 10
708,505 708,505 0000000000000000000bb3964a92cffee9cc31c7bb263c2c9cde08db72534500 2,150 0.79/1.00 vMB 10
708,504 708,504 00000000000000000006e7577162b1fd53863d28c4247ae7f96497750cd7ec1d 1,497 0.86/1.00 vMB 4
708,503 708,503 0000000000000000000165c5152e0f59d45a557f3fa754e07ae687ec27ad0d83 2,557 1.00/1.00 vMB 12
708,502 708,502 00000000000000000008173d705dc0b7dda0b1ed8b6ba57895ae70e2e3492f8b 2,035 1.00/1.00 vMB 7
708,501 708,501 00000000000000000003e13c7edb20b9173c943476593457a7ffe3b1befa0779 2,366 1.00/1.00 vMB 6
708,500 708,500 0000000000000000000095d21487f04424873d468469b53fbc4a16c6725d1c68 2,977 1.00/1.00 vMB 17
708,499 708,499 000000000000000000036474995223635eb89978bfc4c68af10a8b0ad83c4117 1,042 1.00/1.00 vMB 8
708,498 708,498 0000000000000000000c7b3b0e8aed4a96b9965b37b05894c18b2976339dea50 759 0.36/1.00 vMB 9
708,497 708,497 00000000000000000008eaf3bb57a79e042211610cd7d9239f6844d1e66ffb40 991 0.84/1.00 vMB 3
708,496 708,496 0000000000000000000759cda896122077a893fe16bb03f4ab5fbb6c22ad9fe5 3,356 1.00/1.00 vMB 7
708,495 708,495 0000000000000000000304d76a4d10dca637c0cd7d918480e5ac4c21909768db 2,402 1.00/1.00 vMB 11
708,494 708,494 00000000000000000007f16bb95072608bbfabcb97f4f2b8ea2972d1a54c653e 2,897 1.00/1.00 vMB 18
708,493 708,493 00000000000000000004c8d2e38f9e9dc89c16948a05db243207745e86619e8e 722 0.91/1.00 vMB 1
708,492 708,492 00000000000000000000c1dcf875d106c5b2887ed93cb422a15a0c007045aac4 2,816 1.00/1.00 vMB 9
708,491 708,491 000000000000000000097f032e6d9fb12ee153f3cc94cb66bab20972668a82d1 2,456 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.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.