Loading Tool

Explorer IconExplorer

Memory Pool

76,264 transactions
28.49 vMB
0.06905779 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 5b0174c1b810c009835194075c6c5d69d2ebaa0f7e41d69299165f3c2b5fa491
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 141917c66021346a4b0f17cd6186240ee179d1909eeb217988c9de968d1d71fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,205
Size: 1.00 vMB
Total Fees: 0.00949253 BTC
Feerates: 101.00 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (246,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,816 668,816 0000000000000000000b5e9e38097a0008ce3f53c3a1fbf49d0a27c411756f20 2,803 1.00/1.00 vMB 76
668,815 668,815 000000000000000000025adfa87b334b788fbf9b97fa601228565210241a914c 2,765 1.00/1.00 vMB 103
668,814 668,814 0000000000000000000ace567ff8524e293ca1dacd71bae4844db5744cfcff4d 1,583 1.00/1.00 vMB 116
668,813 668,813 0000000000000000000b7f93f2a514ff2785fcf363f5f74dd5f5e3e189a56cac 2,919 1.00/1.00 vMB 139
668,812 668,812 000000000000000000048f343c7fa24d3da6d9f953e79223ca601795d1f3c4a8 2,365 1.00/1.00 vMB 128
668,811 668,811 000000000000000000057fa0df895406ef43575f2cdfb3208c9914f0f386b1b2 2,683 1.00/1.00 vMB 87
668,810 668,810 000000000000000000019e170afa88c133d46080280d492ac0f3569226e7a960 2,776 1.00/1.00 vMB 104
668,809 668,809 0000000000000000000c08bef2086edcaf33979df89df99fef3e42c50ebf0e3a 1,360 1.00/1.00 vMB 112
668,808 668,808 0000000000000000000c5a4f5180ee16b8810995c6e0b050f59811825d46eaa2 2,156 1.00/1.00 vMB 128
668,807 668,807 0000000000000000000a2bd8553e67364405e2db73555813f12b68adf0b41864 2,409 1.00/1.00 vMB 123
668,806 668,806 00000000000000000003876a42e83c790880de6d08a260551c79132e69a8de48 2,857 1.00/1.00 vMB 106
668,805 668,805 00000000000000000002163ca89baa613e7ef8bda8777fa162fb6d056ffef5f0 3,018 1.00/1.00 vMB 114
668,804 668,804 000000000000000000052deeb4f22e777e31d0cd08cc35c9b350e3d959e3424e 1,815 1.00/1.00 vMB 123
668,803 668,803 000000000000000000011d2d0c5379b9fb61bc40db5c43bf4f0df102bf35e5c0 2,743 1.00/1.00 vMB 148
668,802 668,802 000000000000000000086befd3698eb2cc63d2453fcc098a7300aa9c6a6731a3 1,842 1.00/1.00 vMB 50
668,801 668,801 00000000000000000000f243aaab84c5a84524ed13d73b779a0cfa4c7dc65ea2 2,711 1.00/1.00 vMB 67
668,800 668,800 00000000000000000006dca9170a12753a3416d2cf30c74bf382795a53d649da 3,075 1.00/1.00 vMB 97
668,799 668,799 000000000000000000013f80e6c8ec51f24b859a28d0ddae6c6b6160c693f558 2,255 1.00/1.00 vMB 141
668,798 668,798 00000000000000000001e0b62c765bbbe77c3dbb7ed6e3583130d30853498f46 3,088 1.00/1.00 vMB 76
668,797 668,797 000000000000000000089e7bffa5a55f67703cd76c90c98139aaff0dbf7c8f57 1,870 1.00/1.00 vMB 136
668,796 668,796 0000000000000000000b9c8db03dc1e09ba9e6caf0fd869de7be55dfdb60ac3f 2,924 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.