Loading Tool

Explorer IconExplorer

Memory Pool

45,248 transactions
27.18 vMB
0.07287698 BTC
Random Selection Loading Transactions
Max Size: 143.19/200 MB

Candidate Block

Mining Attempt 6ed791a8327f1ec66698cd0986c4f7116bcb21160ecfce9a25916e28109cb764
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root d2e6a0f5561fea5c1e8a79798abc6213bccc1784614d5ac48c9cb6b054815510
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02232631 BTC
Feerates: 251.72 > 2.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (252,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,420 662,420 0000000000000000000c8efc2a823e758fc909e6e616b868b034b55e1ab23d72 2,791 1.00/1.00 vMB 130
662,419 662,419 000000000000000000021cdd208d3f6098d892f8b55986b6c7aca26b7901703b 1,619 1.00/1.00 vMB 87
662,418 662,418 0000000000000000000bcb8611170bfe352bb31a363d47931b07bfca8bd962af 2,930 1.00/1.00 vMB 84
662,417 662,417 00000000000000000002c996e7d6ec708de527eaaed7be15464bac3dc6e0eab3 3,154 1.00/1.00 vMB 83
662,416 662,416 0000000000000000000722f32e01cd586b152015635f2444779932c365d5ef7d 2,381 1.00/1.00 vMB 93
662,415 662,415 0000000000000000000df09bbf369807f3dafee3cb17776021a43c7c96353cac 2,685 1.00/1.00 vMB 107
662,414 662,414 0000000000000000000bb3137582360636fa1fa92947b9efa184a994e8e4325a 3,183 1.00/1.00 vMB 109
662,413 662,413 00000000000000000007f4dcaedd75b4af3498055820048006b2bdf4c3cf8b38 2,625 1.00/1.00 vMB 101
662,412 662,412 0000000000000000000c71cb5de3a4eae59f380f66db168170e3347143f560e5 2,840 1.00/1.00 vMB 117
662,411 662,411 000000000000000000032607e6d56554c6255d19934957ff3c764d385928d84a 2,270 1.00/1.00 vMB 129
662,410 662,410 00000000000000000006ee2be20f654f4c6a9fff85fb482f4f15de40d99ec0e2 2,829 1.00/1.00 vMB 145
662,409 662,409 0000000000000000000ef27b224d9d6fa96dd8b55737049998356b4edcb28ecd 2,901 1.00/1.00 vMB 146
662,408 662,408 0000000000000000000242ed0b9cec8b6f68ee908d163cbf90b96b59de0d0421 2,564 1.00/1.00 vMB 123
662,407 662,407 00000000000000000001b6db153584a25ed3428cae5fc9bfac8a7b124a5709ac 1,620 1.00/1.00 vMB 124
662,406 662,406 0000000000000000000b3e757c9e2280c70778b1a41c8e4baa66d04ced6df9ed 2,697 1.00/1.00 vMB 168
662,405 662,405 0000000000000000000b3af11604a63658a5a017e1e1667b4af6187c3bdf643b 2,670 1.00/1.00 vMB 135
662,404 662,404 0000000000000000000cebac5e0832a0e44899fd03890583fcaf8417151d801b 2,254 1.00/1.00 vMB 135
662,403 662,403 000000000000000000075d55deaf74e391ad9839a061ffd89f70d6d06eb9a4c5 3,421 1.00/1.00 vMB 106
662,402 662,402 00000000000000000006e19edc37bcb4141272f4c3dff9ad84ee977139c4f554 2,979 1.00/1.00 vMB 118
662,401 662,401 0000000000000000000b36fe14e38f3a0788c52d2ff40a70316f9b0dab0eeb3a 2,935 1.00/1.00 vMB 146
662,400 662,400 00000000000000000006cc781ab7935feb4e64df43b23509273b3dc5f24b2182 2,342 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.