Loading Tool

Explorer IconExplorer

Memory Pool

35,845 transactions
26.09 vMB
0.06968745 BTC
Random Selection Loading Transactions
Max Size: 133.21/200 MB

Candidate Block

Mining Attempt 235a0dd54a91096f56200c3d5d7c20ec568146c58abae2f45df238df50a7932f
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root a121c596a827cf838f5b16caeefb6646113dfc25c5213b81f9e53807dc184e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.02165516 BTC
Feerates: 713.01 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (351,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,728 562,728 0000000000000000001fa5735a4b1608690eca7e1c86c5796bd3053ca914105b 1,158 1.00/1.00 vMB 10
562,727 562,727 000000000000000000088f38d481911fa8b28eb50aa7074c6f713445efe52b15 1,680 1.00/1.00 vMB 21
562,726 562,726 0000000000000000002236a6ad500da3d0641256d5bd4f4cbebe6ea166e9ec2f 1,757 1.00/1.00 vMB 49
562,725 562,725 00000000000000000006b21eac2e4ef13d6b112a873825ddc700c4a202ef2b82 1,184 1.00/1.00 vMB 64
562,724 562,724 00000000000000000013eb5dfc50d97b158903cd6b73218e786af7a4cff3711b 2,511 1.00/1.00 vMB 9
562,723 562,723 00000000000000000024dbd68f17c16cd323d6961787eb95b52d304d37b46401 2,583 1.00/1.00 vMB 24
562,722 562,722 0000000000000000000be70181be0484416eb970496eb9ec1653b5eafe725260 3,014 1.00/1.00 vMB 25
562,721 562,721 0000000000000000000f97b6d9832894b2876abd74d7b42aee9f64a1f7f87e44 1,973 1.00/1.00 vMB 27
562,720 562,720 0000000000000000002370b09e17bb3de5642f2af3a89dfd301c625e1f80c532 2,819 1.00/1.00 vMB 32
562,719 562,719 000000000000000000140e339875291658a4b2dc916c1afd722241b998c30ba1 2,432 1.00/1.00 vMB 54
562,718 562,718 00000000000000000026d06a8cead80485686cd4d5a63f7a59e4ea6fd50be68b 2,711 1.00/1.00 vMB 18
562,717 562,717 0000000000000000000941a219125b37aa64255e5e4c0d1ae5057848e3def241 2,729 1.00/1.00 vMB 23
562,716 562,716 000000000000000000021f8f632899db070c5132e86912ec6d1098515ca434c2 2,585 1.00/1.00 vMB 42
562,715 562,715 000000000000000000242c619adbdd95c5a946768fa8c70d284e83033f54a595 192 1.00/1.00 vMB 8
562,714 562,714 00000000000000000015781d2f1ed7d8ca4eaf4569a4d70aa48ef291db7a52d9 2,165 1.00/1.00 vMB 21
562,713 562,713 00000000000000000023bc7f7010bce8b295899c7efbb7eb9ee72834c46a0beb 717 1.00/1.00 vMB 17
562,712 562,712 0000000000000000000cb6b617c1462dcbe1e71c61055efdafa6d4bbd40dc859 421 1.00/1.00 vMB 7
562,711 562,711 0000000000000000001e90c3455481feef03fc2039861d7d2755b21d29b3fbf8 2,780 1.00/1.00 vMB 20
562,710 562,710 0000000000000000001673ef66bfbc02946c1ff7f42e8aef72d875ab7044de1e 2,824 1.00/1.00 vMB 35
562,709 562,709 00000000000000000027cd55b66c252e4d37f80fa5d7314ac593db3ec9dd8e15 2,662 1.00/1.00 vMB 36
562,708 562,708 0000000000000000001e8a2aeca536b0ee2b97ae85f83980f00a329dd93ac557 2,646 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.35 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.