Loading Tool

Explorer IconExplorer

Memory Pool

77,589 transactions
29.40 vMB
0.08473641 BTC
Random Selection Loading Transactions
Max Size: 179.08/200 MB

Candidate Block

Mining Attempt a981bec1a6d95bbe932ea5e3f22760508435968e5e5cb78499fa007e2f2d249d
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 2c433cc1502094ffdb4cb37aa14810463d1ad4aa8e65fa290d035a8ebddc57e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01974708 BTC
Feerates: 477.45 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (821,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,520 93,520 000000000007e6e239a945e1963f805bfa41055e8fe420c1017b48ff3df27008 5 0.00/1.00 vMB 0
93,519 93,519 00000000000759f548d3a5cd80cee520930abe3eeae305c688b52653b5ff59af 2 0.00/1.00 vMB 0
93,518 93,518 0000000000002745905c1807397552a1053f16aa8693ce76a2c9e0757f730fba 1 0.00/1.00 vMB 0
93,517 93,517 000000000004c942a5a13ee4414f28486e663773b754e819727627ad45859d35 8 0.00/1.00 vMB 0
93,516 93,516 00000000000936b8a7f285483cdc422c491c27120be49552375c5109e81c45d7 6 0.00/1.00 vMB 0
93,515 93,515 0000000000050519f727f1c97102d241c6f3ceb897624b4ce72d9f6b8e5a59da 1 0.00/1.00 vMB 0
93,514 93,514 000000000000d49ccab903c2004f62b00af2bc766b20e55f81f11cbba759e743 3 0.00/1.00 vMB 0
93,513 93,513 00000000000532a331712e9353f3c4556ddd826bb63dc9075b236e4a741532c4 1 0.00/1.00 vMB 0
93,512 93,512 0000000000069ac56d09ab038f1ffb51cef0d9401f5706125c35868e532d71aa 1 0.00/1.00 vMB 0
93,511 93,511 000000000000ef7b13308566efd5442f791a768d62a6d728661215f6b11b7504 1 0.00/1.00 vMB 0
93,510 93,510 000000000008e5a68085d6828830d32627b56dfe025dd8efbc014c29ec179fe7 1 0.00/1.00 vMB 0
93,509 93,509 000000000005a3405e17cd6693bc069b87f470e9ce7d7bf2684b0b7867bcd825 2 0.00/1.00 vMB 0
93,508 93,508 0000000000087aba38a7f486cfe7b05602bdd89f15a642fb6c56564f5dcc9030 2 0.00/1.00 vMB 0
93,507 93,507 0000000000017b6d5e42d1bf3df6ddce06ff5a063186ed52e60814a0ea1072fd 2 0.00/1.00 vMB 0
93,506 93,506 0000000000074cf938e0e7f7bb868b17dc6ed51f5b4ac2e36cbf3da95349555e 3 0.00/1.00 vMB 2,074
93,505 93,505 000000000003f4ea271352fca5b7027f48c9216d6fc2a8ec799fa701c579ef9d 1 0.00/1.00 vMB 0
93,504 93,504 00000000000921818c6cc998ca0a5671aa11b8c3d97f2e6f64478c6a89709dd4 2 0.00/1.00 vMB 0
93,503 93,503 000000000000df35da4b4e8055ec7a0a65d567e8f0076fe3fa3780141b353eda 2 0.00/1.00 vMB 0
93,502 93,502 00000000000942bbe581aa187a1e147cfa7cb3d5dea7b70c9a2a685bb120088e 2 0.00/1.00 vMB 0
93,501 93,501 000000000001a692f5f63748a807170471d324d79d5575ec5111f52142aac009 1 0.00/1.00 vMB 0
93,500 93,500 000000000003b8e6533b3f238ee00ff8dd68c3a2377a213f7a72c3ef0fe0c54b 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.81 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: 710.30 GB
    • Received: 17.07 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.