Loading Tool

Explorer IconExplorer

Memory Pool

85,234 transactions
32.99 vMB
0.15764193 BTC
Random Selection Loading Transactions
Max Size: 196.42/200 MB

Candidate Block

Mining Attempt 61b633e111d950d9bf5e91ab8a5fb38fcdde93b27437a2f659747cb02ebfdc30
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root a035bb1c57533b63329fad3a1ced12422d821233f404d1e7a6078af1ba9d0d4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.04887394 BTC
Feerates: 318.30 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (268,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,859 646,859 0000000000000000000d20eb807c8faf2c36ed811c6aebbc497200f9c0a56e38 2,408 1.00/1.00 vMB 77
646,858 646,858 00000000000000000008efc11b2a23781f8b502cd5d43922400244a62dbe16e2 2,329 1.00/1.00 vMB 142
646,857 646,857 00000000000000000006c00853170a829891cbe3de905a2ade4e2fe6c171b1dc 1,827 1.00/1.00 vMB 107
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
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.