Loading Tool

Explorer IconExplorer

Memory Pool

87,220 transactions
32.09 vMB
0.11704082 BTC
Random Selection Loading Transactions
Max Size: 196.17/200 MB

Candidate Block

Mining Attempt b91389defd6d7e91316a6593acdb7313aa25a43d25f99d1615fc9e1c647aa387
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f78fb4e2a1838802fe0d98877e3b56e1e14fe0072aef79a1e2db5a5d5f56f7e4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,453
Size: 1.00 vMB
Total Fees: 0.03250427 BTC
Feerates: 1,236.26 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (452,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,173 463,173 000000000000000000b6fb0b4bbe094ea964a14b91c124f1eeb7d41e6c608551 1,159 1.00/1.00 vMB 47
463,172 463,172 00000000000000000197d74b73b97a78098f364fa0311547b2b623b322a0feb6 1,437 1.00/1.00 vMB 112
463,171 463,171 000000000000000000e3a29de8ad81da1d91a6e6446c03b97c3b376f076678b7 2,817 1.00/1.00 vMB 155
463,170 463,170 000000000000000000ac43db6705ac87397e55043537b631503dd21f5b6f1410 2,415 1.00/1.00 vMB 145
463,169 463,169 0000000000000000014d3af12da97255962de5c2fb2f9dbdd04783e6de6936b9 2,949 1.00/1.00 vMB 185
463,168 463,168 000000000000000000ebeaaedfbbed8e984707b54884462850fd5be8a5e970c0 2,140 1.00/1.00 vMB 142
463,167 463,167 00000000000000000138bc763d03de90a43bb0bd016c5be7ea6d7bfcfa2bda36 2,600 1.00/1.00 vMB 141
463,166 463,166 000000000000000000803daa4f7481b08196b788c7b7182ad23fed1a6e27975b 2,165 1.00/1.00 vMB 148
463,165 463,165 0000000000000000002043ef51bd547639c959533d3df942451ba1d5ea83f2ba 2,538 1.00/1.00 vMB 232
463,164 463,164 00000000000000000217bbaba721a7cae977595d78f044e0f0abbd9b16d61192 1,935 1.00/1.00 vMB 125
463,163 463,163 000000000000000001fc503695eacdd795ca03be90e0e411f8b87e48b8ba145c 2,335 1.00/1.00 vMB 169
463,162 463,162 000000000000000000e181cafab983a6ac60d155aa085aaf5058358d5104bcc3 790 1.00/1.00 vMB 43
463,161 463,161 000000000000000001af68cf75f38b545feb4fe2fda9040f42937b402f0e4d76 1,953 1.00/1.00 vMB 123
463,160 463,160 00000000000000000020fa7d005dca9b58ce531e60aa7b77f993f0aca6c109da 2,363 1.00/1.00 vMB 176
463,159 463,159 000000000000000000372704eb0b47c1cb2cdae77a85e98194c31922942cb228 789 1.00/1.00 vMB 38
463,158 463,158 000000000000000000316355061f9f0ec5a3e0c4c551f5d479ae1ebe91f6eb8b 787 1.00/1.00 vMB 82
463,157 463,157 000000000000000000ed95b9eca59756cf9a7ae444fa63c45543d3bbc72facd9 1,023 1.00/1.00 vMB 89
463,156 463,156 000000000000000001a257684270f7e63f9376944a149a142c01eb9baf22c25d 1,227 1.00/1.00 vMB 93
463,155 463,155 00000000000000000080927bb3ecd54d93a192f03770fec55ee7956cc1476f4f 2,071 1.00/1.00 vMB 114
463,154 463,154 0000000000000000009e5276606123c9d20eb7cefa236b6a817f5258d3bb43ae 1,753 1.00/1.00 vMB 133
463,153 463,153 0000000000000000016ac3b19a635dca37e4c63ed17b7dee5f030de038228a08 2,304 1.00/1.00 vMB 142
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.