Loading Tool

Explorer IconExplorer

Memory Pool

87,045 transactions
32.05 vMB
0.11473526 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt 7f7fe385ff36b3aa19df1755412625847148e421b0922363d5b2af29bda14cfd
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 38435df7e4542772b0ce98a383c9ccc6d77d45a6285d093485a724ed996fd9b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,672
Size: 1.00 vMB
Total Fees: 0.03084312 BTC
Feerates: 1,236.26 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (268,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,856 646,856 000000000000000000055d9f123b8fef298ae6a2a028c4c5160216dba56366ec 2,388 1.00/1.00 vMB 143
646,855 646,855 0000000000000000000f6bebd7cf4c509da89f77372ff003fef8ba0768bd4c80 1,508 1.00/1.00 vMB 91
646,854 646,854 0000000000000000000d6a6c9abf8774e5b341745cf79d4daf71f47bfed50471 2,790 1.00/1.00 vMB 105
646,853 646,853 00000000000000000001da7b91944115f99a1e3fec4488b9aad7c2524eed926e 2,372 1.00/1.00 vMB 77
646,852 646,852 0000000000000000000e151b6ebe48e62c1e3b347e570d87b5ed2763eeb74c09 2,391 1.00/1.00 vMB 141
646,851 646,851 0000000000000000000bc6663b8144e584ca8d42ba5e2f25e44f4da787297e6b 2,343 1.00/1.00 vMB 58
646,850 646,850 000000000000000000046137de88fad30d23071bc84419f56dcd49929d838fb2 2,584 1.00/1.00 vMB 108
646,849 646,849 00000000000000000008eba7b254aed46dc13be9781edc6fec27956fbd2ed347 2,537 1.00/1.00 vMB 138
646,848 646,848 000000000000000000046bba0bc67dc084d13670c6bcf97885cc5cc06059d9db 2,415 1.00/1.00 vMB 128
646,847 646,847 0000000000000000000a1ce70aa1ee9e67f0a804f1d8b997def84b64e71cf99e 2,212 1.00/1.00 vMB 23
646,846 646,846 0000000000000000000fd5262e3550afb732649a50b7b8c9e05e11e32dbe45b7 2,461 1.00/1.00 vMB 49
646,845 646,845 0000000000000000000fecd5e7556a28d695c22f640f0b5ce1155f8334e20ecb 1,727 1.00/1.00 vMB 76
646,844 646,844 0000000000000000000e7cd5c01f06bd351e136f8bfca9bf8c79b10732d05bc8 2,964 1.00/1.00 vMB 140
646,843 646,843 00000000000000000001e2b0b217aab4174d890e683f3a5b769d783f1dc01947 2,080 1.00/1.00 vMB 80
646,842 646,842 0000000000000000000e6aa39f99238063d4353202cb2a9b2a19d76100001e67 2,086 1.00/1.00 vMB 104
646,841 646,841 0000000000000000000bbb54460d83032f0584160b40c2164afa5653443d1a8e 2,257 1.00/1.00 vMB 132
646,840 646,840 000000000000000000036425a77270a031b090fce562d0a5de7b84bab4708423 2,394 1.00/1.00 vMB 150
646,839 646,839 00000000000000000006d1ed065bac3368b6f4ab00385079550751967f3a057d 2,633 1.00/1.00 vMB 52
646,838 646,838 00000000000000000001272e29ff404988910ce7da0fba89b1916edb1b53a4f3 2,323 1.00/1.00 vMB 50
646,837 646,837 0000000000000000000f3590192164690dadb88653802d25966acf494c50fd4b 2,387 1.00/1.00 vMB 68
646,836 646,836 000000000000000000008afd2ac40301c5a5d4222171a7eb1f596ac04d8afafa 1,620 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.