Loading Tool

Explorer IconExplorer

Memory Pool

77,346 transactions
29.07 vMB
0.10032833 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 90c28e148030e11ccb8d452270358800446c2f729d2632c77e0041b5e8bff6ee
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 94f1190db18b54745a46f6dc711bea8176af5fa29eec82690909cb93ba874de5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,419
Size: 1.00 vMB
Total Fees: 0.02659073 BTC
Feerates: 453.09 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (757,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,310 157,310 000000000000021c4d40be5663c2907261993d226e4b48b828567f6a24847f8f 12 0.00/1.00 vMB 67
157,309 157,309 000000000000006a6a1c282e6b59d0179c0b006046cae336ab7b39970c3b36fd 61 0.03/1.00 vMB 82
157,308 157,308 0000000000000b2b277430bca276bb9806e53fa7d72eaa62786771f9024631cf 66 0.04/1.00 vMB 175
157,307 157,307 00000000000003336ac934fbca6ed97d04f349304b0b4e6d51cdc0031d44ebe3 99 0.03/1.00 vMB 25
157,306 157,306 000000000000078a19695c07a328dae975dd1562efcce935bdad33fc40404334 66 0.03/1.00 vMB 241
157,305 157,305 0000000000000b7e02f9d859d2a70f6a06c8c9ab14ad17f099ee2adb64edc82f 47 0.02/1.00 vMB 177
157,304 157,304 00000000000002e2438e4f89d00736b16d9df49b1f0bcab730f5ece788388e5d 55 0.02/1.00 vMB 51
157,303 157,303 0000000000000994685af010252cd0ed729c2a02df54f1a661ea0974c05579f8 54 0.01/1.00 vMB 0
157,302 157,302 000000000000018cde7549a626ab947fb8dd7da4a280c565e2bb1919cf43ca0c 11 0.00/1.00 vMB 16
157,301 157,301 000000000000072be9f4e5cf720a56be3c6dc9ff4f57a633fcc37fbd757e4247 13 0.01/1.00 vMB 254
157,300 157,300 00000000000000302b1ea6683f4da4a77df8bf757f74d8046688057f2a07af31 8 0.00/1.00 vMB 0
157,299 157,299 00000000000001a1aa5548c475d5b011e55bb7943bb41cd5b07187f382ce141d 82 0.05/1.00 vMB 465
157,298 157,298 000000000000003aaaf7638f9f9c0d0c60e8b0eb817dcdb55fd2b1964efc5175 30 0.04/1.00 vMB 104
157,297 157,297 000000000000038a2a86b72387f93c51298298a732079b3b686df3603d2f6282 56 0.03/1.00 vMB 83
157,296 157,296 0000000000000d303dd5972e41f8ae4b9a9c47dcd53b1f48243fa4572a7e072c 22 0.01/1.00 vMB 83
157,295 157,295 00000000000004c04bd2c3b5d3076954b949827b879dee0a4d9bfb20c0a41a74 10 0.00/1.00 vMB 26
157,294 157,294 00000000000005faece143bfa2221bc1837fdc6d6a736b5294b63b0d68a16ce2 38 0.02/1.00 vMB 57
157,293 157,293 0000000000000135c11c8a8720e7fb8b0ca66a1ae767c968c5bb122187731ef6 65 0.03/1.00 vMB 113
157,292 157,292 00000000000009da3da8f998578663b38df22d0bb09f91552d06435456a06f62 30 0.01/1.00 vMB 3,735
157,291 157,291 0000000000000cc6d49babf644159b2dcf178e9296f666aca8d0328d7353fae6 18 0.01/1.00 vMB 172
157,290 157,290 0000000000000758a0b5dae436066248c930fee05b37c8e4065c9da200133153 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.