Loading Tool

Explorer IconExplorer

Memory Pool

47,328 transactions
28.00 vMB
0.08807048 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt 1b201929981a4494da636691df00d2613e07ee5b5fa2d930bc7b130d4658d1e5
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 24cbce187d11dfd2e96b0200f5fe49467f232a2a0daa1479a5c01cdf4257fd14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,528
Size: 1.00 vMB
Total Fees: 0.03353749 BTC
Feerates: 500.00 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (590,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
324,213 324,213 00000000000000000c6641c78a9d29eaf796c891f90b5e1a5fc815258775b6eb 622 0.27/1.00 vMB 30
324,212 324,212 00000000000000001a19469e3030f1e2e17fc95a2bf60fdfa5ef5ea9d81b0a47 360 0.14/1.00 vMB 30
324,211 324,211 00000000000000001bd67932dc1172910af8a563c1854a52302aa56999dc8b01 1,193 0.60/1.00 vMB 29
324,210 324,210 00000000000000000675aee95228d5fdeb7f6518fcc1e9804e180eedb27e2fff 150 0.11/1.00 vMB 23
324,209 324,209 00000000000000000a8ee43714998d1a6c8007456576b7ecf7ea3d2ee4beb50d 82 0.08/1.00 vMB 18
324,208 324,208 000000000000000003b5d7c7e3e9cdd7c6beb0f697ac16d40823cab37cbb4aeb 524 0.30/1.00 vMB 29
324,207 324,207 00000000000000000b82fdc7e56053fa199e7e4aa16bfbdef9e4d32b87c644c6 382 0.23/1.00 vMB 19
324,206 324,206 00000000000000000068a8f81453600e4d03724be8f129ecddceaabae4d03730 568 0.32/1.00 vMB 28
324,205 324,205 00000000000000001648e864b81275fedea5670340e9aa334207055a7eea6651 259 0.28/1.00 vMB 12
324,204 324,204 00000000000000000001bdebf80d8c40d9b30a6fe76b962ff59c8d3cdeec3473 573 0.34/1.00 vMB 31
324,203 324,203 0000000000000000145887c9c123eca9c13a08edc367c4fe8fbd3455c5bee0b7 407 0.24/1.00 vMB 36
324,202 324,202 00000000000000001c92a7213c3b537e1bd0a4bcb9ff42c3a5bfd0df423144da 362 0.25/1.00 vMB 24
324,201 324,201 00000000000000001daeee55bbb6c49927905b9e18096b071c67f355e69c9abe 83 0.05/1.00 vMB 21
324,200 324,200 00000000000000000c846893ef60552198fdf07a38cfa49707c732402ab83937 246 0.22/1.00 vMB 27
324,199 324,199 0000000000000000096d684bb81a7f41d3f728176cbd0f5d9efd71b81a12ee75 226 0.14/1.00 vMB 26
324,198 324,198 00000000000000000264d6459f3d6095af6bc18a5bf1dd43ab5cf5adc74ed3ba 1,248 0.87/1.00 vMB 31
324,197 324,197 00000000000000001f1cef43ba2915037e17b8b6ea5938bf7dd6afe9cd35cfd1 344 0.44/1.00 vMB 18
324,196 324,196 000000000000000008d5fb020b8fe7fd6968da57f2d141a6e38f44f2a0e18e69 861 0.35/1.00 vMB 38
324,195 324,195 00000000000000000ee7734232e29973f829941148ec6ed46fa8cfe5ad4a7e42 886 0.52/1.00 vMB 27
324,194 324,194 00000000000000000cf41c9935f427a73bd156c3d2571365a1dd24e257fa4a61 190 0.16/1.00 vMB 89
324,193 324,193 00000000000000000709b8804debbe4922e39230747d9191043062c79b7b2f11 982 0.43/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.01 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: 649.40 GB
    • Received: 13.17 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.