Loading Tool

Explorer IconExplorer

Memory Pool

37,895 transactions
26.06 vMB
0.05189037 BTC
Random Selection Loading Transactions
Max Size: 135.06/200 MB

Candidate Block

Mining Attempt 33a03272c566934cdd35e233599aafbca0b6368e974a73157df2402a1472ed2d
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 692bb75a981d2ec3016c3456cbf9434d193a16903b9176a3664d28091b13391d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,917
Size: 1.00 vMB
Total Fees: 0.00440235 BTC
Feerates: 13.56 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (340,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,435 574,435 000000000000000000015bfb7c897c77dfc5ca25a36eaed5d85414ee767acd37 560 1.00/1.00 vMB 39
574,434 574,434 0000000000000000001a426bebe6adabee9549f090c8009f71d9a41057f8db2d 3,035 1.00/1.00 vMB 50
574,433 574,433 000000000000000000027be82f7a8eb9ba95db266e230a5d1126b9ab1b6dadfa 2,573 1.00/1.00 vMB 64
574,432 574,432 0000000000000000001e0f1f7fddba47898da2259f302876b8a36c1b2bb34087 3,016 1.00/1.00 vMB 54
574,431 574,431 0000000000000000002145c1e021fc5246f960ec5fdbd288f10d526b1b689647 2,680 1.00/1.00 vMB 91
574,430 574,430 000000000000000000155df8c90026a4326d43ebeb0fb25a866f63d85dbf809b 2,855 1.00/1.00 vMB 61
574,429 574,429 000000000000000000291d372906bbe7c601be003d5218da17fff54e6cda0227 2,632 1.00/1.00 vMB 64
574,428 574,428 00000000000000000018f0801f1a60e25d1ffeecc084711197cd9da1d0f5879d 2,870 1.00/1.00 vMB 60
574,427 574,427 00000000000000000009dbaf868f370867343a5c1e89f23e81553894f5db468f 2,877 1.00/1.00 vMB 36
574,426 574,426 00000000000000000010fef5db566d7d834d99bd2b5a8139379903b565513023 2,412 1.00/1.00 vMB 27
574,425 574,425 00000000000000000022a5eb03423e0c87952d832cc5cbfd930ddc628b778bc2 2,770 1.00/1.00 vMB 47
574,424 574,424 0000000000000000000ef5e97793983cb108e3cfc1bd4bc7c64ee5ddb99ef34b 2,881 1.00/1.00 vMB 23
574,423 574,423 0000000000000000001e787c2fc34a86b02463af3e52f55e8a6bdb1098dd7d29 2,671 1.00/1.00 vMB 12
574,422 574,422 000000000000000000022ce4208f5d378648e9aab0a14a8c68915262f464814e 2,778 1.00/1.00 vMB 49
574,421 574,421 00000000000000000000cdb7b006617d4b54fbfb42f1fa2be353bbbf8eb90c29 2,241 1.00/1.00 vMB 39
574,420 574,420 0000000000000000001cd0cd32df6251c2e824ca30c1a148f2bf87591dff1d2f 1,917 1.00/1.00 vMB 17
574,419 574,419 0000000000000000000e9acd4aa058e25a887bebe1928f1254395c06b651449b 2,314 1.00/1.00 vMB 23
574,418 574,418 000000000000000000014f2f75f90cf679b7b849eda37642a81ce2cf224f63a4 2,428 1.00/1.00 vMB 24
574,417 574,417 00000000000000000025c35e094b78f9c7d3c597d439d1afe517b54ce2bf1009 2,467 1.00/1.00 vMB 31
574,416 574,416 00000000000000000021e55f8606bc3dc466a2492bdb109e7b69ecd85717475e 2,872 1.00/1.00 vMB 50
574,415 574,415 00000000000000000019bca5c12ce0f5298e7dd655c8f05da3f3e35e7f1367ff 2,137 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.