Loading Tool

Explorer IconExplorer

Memory Pool

86,208 transactions
22.74 vMB
0.05796269 BTC
Random Selection Loading Transactions
Max Size: 155.03/200 MB

Candidate Block

Mining Attempt 3ca722ef706c57fe3f11983381928cca7b8ba99ca83cbc71bbf87cdb4e34739e
Version 20000000
Previous Block 000000000000000000008b0ed86718175c02d93c04a00775793a9b75252f9660
Merkle Root 27e551ac2f5757647ffc42cbe54767f1e2656572ed8bc052cbce5423b51dc0c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,837
Size: 1.00 vMB
Total Fees: 0.00738668 BTC
Feerates: 92.27 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,913 (832,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,545 83,545 0000000000056c06d5d49a7d0451a3e13162d03eda9a13f3c7cac27cdf9f6f0c 1 0.00/1.00 vMB 0
83,544 83,544 000000000015fa645e0ebed75173f533565c09e5e420aeec13935cc07d2ec56a 2 0.00/1.00 vMB 0
83,543 83,543 0000000000107b013b691e81e26ff7b7413fd3859350ce31b3d32db01d4f0315 1 0.00/1.00 vMB 0
83,542 83,542 0000000000041f5dc13db98dfb57be8db36b0b70a98ecd87af3c44ac7b0476bb 7 0.01/1.00 vMB 0
83,541 83,541 000000000013a3756c9ebfd1ff6240e916d263cf95884bde720027537cfea0a6 7 0.00/1.00 vMB 0
83,540 83,540 0000000000183da0d7deb5f86601f1761ce01c1b699db1f21172a4085caedf68 3 0.00/1.00 vMB 0
83,539 83,539 00000000000c3d295184cddc88c21bab6d025d9a34d5ef0262e125c31b7ab199 6 0.00/1.00 vMB 0
83,538 83,538 00000000001ee1ac87f0b9f78161e141c580f0f2ea6f0074ea14f5453a14a1ef 1 0.00/1.00 vMB 0
83,537 83,537 000000000011012c990b23d372f3fac6d920bd9095cbc23c7adc1a82d3f52a8d 3 0.00/1.00 vMB 0
83,536 83,536 000000000027fcde27365a5ea43af6c8d1ad47ad4b2db79bbb15914f64831c2b 1 0.00/1.00 vMB 0
83,535 83,535 00000000002ba5f3b8f893a9760acb1e34b8b1d46e3bf7e2663ad9288ddb6c8d 2 0.00/1.00 vMB 0
83,534 83,534 00000000001b716f275a035382b10f31a8b492c66b987b99c969d01037101869 1 0.00/1.00 vMB 0
83,533 83,533 0000000000259e4f93aedfae057bd403b0943d14776beeef8d1c7b51262e82e3 1 0.00/1.00 vMB 0
83,532 83,532 00000000002cd43a26aef0fdd8bc71b73f0b66da40d668e5c528dad6405a87da 3 0.00/1.00 vMB 0
83,531 83,531 00000000000be2d35e6474ff8e2c06e962bd1467ea251001ae5642b8a71b42ce 7 0.00/1.00 vMB 0
83,530 83,530 0000000000052841a3cd37f57a777f2d949436dbdd677d3d0459d030a54477fa 1 0.00/1.00 vMB 0
83,529 83,529 00000000002558ada5cc1f27a5846bdf98ddfb795001dbfedc8736b598386680 1 0.00/1.00 vMB 0
83,528 83,528 00000000002e29a19519a762d7a341fc74132a028b92ba503aaf5468cf8a166b 1 0.00/1.00 vMB 0
83,527 83,527 0000000000310525cef5331d50d73d2ce7cda41ed398c5bd0764aa82c64465ba 1 0.00/1.00 vMB 0
83,526 83,526 0000000000318e50095b1dba3e3023ffcc1a418598a5a2b574802604d0bcc502 6 0.00/1.00 vMB 0
83,525 83,525 00000000002ecbc190baba3852452b5bf4d3d9e536f228cd1b96d3d8401f2757 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 798.30 GB
    • Received: 22.46 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.