Loading Tool

Explorer IconExplorer

Memory Pool

47,664 transactions
29.03 vMB
0.08231772 BTC
Random Selection Loading Transactions
Max Size: 154.84/200 MB

Candidate Block

Mining Attempt c73af67e5a761a2e0376a86e7afcbc11b92bbcac75aefb40e14ea5ed00d367ab
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 5edf1e8fd32575a1f1c344a0a1aaff434ad236dcd493da39c74055f5e5e689eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.02683003 BTC
Feerates: 100.60 > 2.69 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (340,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
574,414 574,414 000000000000000000126a0b3494767abe0e94216b937a11814bef0877ef86bf 2,868 1.00/1.00 vMB 71
574,413 574,413 000000000000000000291203c0224a3ff889ab37aef7693b96b1b0284ace4144 2,166 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.