Loading Tool

Explorer IconExplorer

Memory Pool

82,370 transactions
31.12 vMB
0.15032412 BTC
Random Selection Loading Transactions
Max Size: 185.11/200 MB

Candidate Block

Mining Attempt 30e005075604d40a384a549e895d9a4989c6c04b72662426450f71cc18ae330c
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a17de9a5ed6ce775e95a04debfdb8a4ab2331771a8232ec649696fa90a5b1b3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,888
Size: 1.00 vMB
Total Fees: 0.05689766 BTC
Feerates: 269.69 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (427,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,746 487,746 00000000000000000089cc2e83b1b7b0de7d976385a9115fbdcd890d343e6362 2,476 1.00/1.00 vMB 110
487,745 487,745 000000000000000000165e35d76b84f2830f1a433dd348b60c6a7e12719a1faf 1,879 0.96/1.00 vMB 35
487,744 487,744 000000000000000000b69dfb58f0e81d8e22c473ed2594201923e0f58dec006c 2,004 1.00/1.00 vMB 126
487,743 487,743 000000000000000000690eb0e7eff6183b31266675ea5a1ddc50643276e62384 1,899 1.00/1.00 vMB 76
487,742 487,742 0000000000000000000ef51a17f7b6446ed3e1561cecf5f649779988a90c2667 1,735 0.97/1.00 vMB 109
487,741 487,741 000000000000000000d4e4d8fa4df909e0f3891b0e7cb2050584565e978df1ba 1,099 0.99/1.00 vMB 120
487,740 487,740 0000000000000000004fce5d650f72e8f288e8c81b36377c3c7de3d2bc5b3118 1,101 0.99/1.00 vMB 130
487,739 487,739 0000000000000000000316ebe6e90efd90847c8117b855eb2ea114454429c91a 1,346 0.99/1.00 vMB 140
487,738 487,738 000000000000000000a03c3c2a50a199d478f657d21b2b27768adf59978570dc 1,810 1.00/1.00 vMB 20
487,737 487,737 000000000000000000f07472ecaf544f7aa26ebab1395c5116365bb0fa318bbe 915 1.00/1.00 vMB 66
487,736 487,736 00000000000000000047cffa48e024b180b5ef4521d49d8dac78d25637a90110 1,550 0.97/1.00 vMB 79
487,735 487,735 0000000000000000008b4573541dc19f3892feaece635ca19caa4e70db40ca8e 1,846 1.00/1.00 vMB 135
487,734 487,734 00000000000000000073eeb586151ade0d01b3179af19471634556c89055e029 1,788 0.96/1.00 vMB 63
487,733 487,733 000000000000000000de22f8a07efa1f7380f93303396e1a57f14d5af0be0074 1,862 1.00/1.00 vMB 16
487,732 487,732 000000000000000000023128190b5beb915859358666148a0c1f7ce6774c8ff3 2,214 1.00/1.00 vMB 72
487,731 487,731 000000000000000000a923ccc71c42e80d12cd173884dec267f6f77ffacc0caf 1,941 1.00/1.00 vMB 52
487,730 487,730 000000000000000000923baed50202071c374afcd5a5938aa9f93cc11ef4249a 1,847 1.00/1.00 vMB 72
487,729 487,729 00000000000000000087110eb8232f29b1cdf327d6cfb53f8f0a2d7b2a5bffa2 1,278 1.00/1.00 vMB 99
487,728 487,728 000000000000000000ef4317b465735071de1902691fae3ef80098f9c4696def 2,334 1.00/1.00 vMB 126
487,727 487,727 000000000000000000797a1c7e09af7d2602aad175a7051dd9bb31024a733e65 2,594 1.00/1.00 vMB 39
487,726 487,726 000000000000000000c8268d1c5c115351e8b49ca0db90512f4f4cfa416b9c7f 2,258 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.