Loading Tool

Explorer IconExplorer

Memory Pool

15,932 transactions
6.09 vMB
0.03378275 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.48/200 MB

Candidate Block

Mining Attempt e6c58ea90a6b714d9d95f695117ba13221f840ef9cd320b5cdaa51cb2eb28d6e
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root de9564878741c78dc307ad891bce50b46bb1acbefeabf0161c2a3c98710e37d0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02314324 BTC
Median Feerate: 1.76 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (685,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,434 228,434 000000000000023d47597c1227047946714a4b7d78ccde8f6004a58346df2668 279 0.08 vMB 51
228,433 228,433 00000000000001a128ab4a539e30d44a8718215ec90ed37c4c39277553408cfc 521 0.44 vMB 118
228,432 228,432 0000000000000187c7b52b04452f20be500ff56879cd71fa9f7171bd87e29237 202 0.08 vMB 105
228,431 228,431 000000000000009276fc182bb134e2924435557e4e4016b96fe5f36ed7336ff7 128 0.04 vMB 163
228,430 228,430 00000000000001177764450d56a1ff0f7dfb4dfcbeee982c7a377f290d626e9e 350 0.17 vMB 139
228,429 228,429 000000000000009107c0b9f76c6f504da3a7a1ca8a440bda3f2f8e73d0075442 639 0.25 vMB 211
228,428 228,428 000000000000003d5be2724e7b30298985277bba4b608d7d2efb4eff85ed26b0 190 0.15 vMB 203
228,427 228,427 00000000000002490073ade33f9a0b4cf3dce85dd4f7959b644c4ef4a3253eae 379 0.16 vMB 195
228,426 228,426 000000000000017b2169fae4e3a28dac143336439e379a884fd7a73de6c01026 319 0.18 vMB 189
228,425 228,425 000000000000007497b24f4243b4c9b5929578907b08088f589f93aed4fa1e8b 323 0.16 vMB 126
228,424 228,424 000000000000018b61681ed4bf72a633e43baa9ea378fdd1866e314db1ac342f 209 0.25 vMB 24
228,423 228,423 00000000000001aa54853d9edd1fb86cef1cf06674d4e826c5ce44622d8a4b3e 68 0.05 vMB 41
228,422 228,422 00000000000000d0d0b381ac827149de398bb6be23642d7e1e06f7b439a0a76a 216 0.09 vMB 289
228,421 228,421 00000000000001285979d2707f2640e1843747645110307338a7ab8e2a52fb26 156 0.05 vMB 13
228,420 228,420 00000000000000d465c461ec7cbdcda760e321991a749531545aa0947fc97021 588 0.27 vMB 200
228,419 228,419 00000000000000f2c576e517611a8d9f0356f4336599b95eb989227b3e825509 173 0.26 vMB 54
228,418 228,418 000000000000014f831cea6305381bff38319029a164cfd8a76dc9c7f288c6f8 64 0.04 vMB 2,079
228,417 228,417 000000000000019b116b8891a1f4d97c8a26de271764804fe59970e2337da313 507 0.21 vMB 188
228,416 228,416 000000000000019f78efdf686192747198e68b1269f6dc8df6f8a23a844e1178 307 0.09 vMB 3
228,415 228,415 00000000000001bd827f58b834c9135ecf552d48326d47ffbc71227898730899 214 0.14 vMB 90
228,414 228,414 000000000000016a53f9ebff659c415c143c3fc05a174bbc30270bfb0df0b56d 686 0.25 vMB 215
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 309.91 GB
    • Received: 1.47 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.