Loading Tool

Explorer IconExplorer

Memory Pool

77,663 transactions
29.06 vMB
0.08016243 BTC
Random Selection Loading Transactions
Max Size: 175.70/200 MB

Candidate Block

Mining Attempt aa6b7c8c1f6947129b913c6947427ebe998172159ed88855a3940faa8887a1b1
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 60609cd9dc19bc900b5a3cb7e097cb3a87e1bd080b288537951b39aab22354e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.01938759 BTC
Feerates: 302.06 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (267,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,196 647,196 0000000000000000000d08d11a5d1194952d3903495b7405c677b2dda464a331 1,198 0.74/1.00 vMB 13
647,195 647,195 0000000000000000000d951657027dad98b4f95c56510e66a0827e1cdcedf4bd 1,095 1.00/1.00 vMB 7
647,194 647,194 00000000000000000003d9437b70802f853942fc0b998d9e22172801606d3c62 1,875 1.00/1.00 vMB 33
647,193 647,193 00000000000000000003a0faaf0e1f2c1860de175e7b2c69360766212caee592 2,126 1.00/1.00 vMB 73
647,192 647,192 0000000000000000000b28e50faaecec9c085a6a9ca260df65784ab95848c6e2 2,169 1.00/1.00 vMB 111
647,191 647,191 0000000000000000000116f397401eb3120a9f34b055f6833bbc163381412ee6 2,298 1.00/1.00 vMB 43
647,190 647,190 000000000000000000016c622aaabb14d49e531500a4661cc55639e8353ab641 1,778 1.00/1.00 vMB 108
647,189 647,189 0000000000000000000fd4d87d17d742a4eab0f4dc9426377e8d58abb816474a 2,555 1.00/1.00 vMB 55
647,188 647,188 0000000000000000000e0ee8b21dd5c9f3c4b35dc8a8e9fab9144eae5f059a0d 1,508 1.00/1.00 vMB 113
647,187 647,187 000000000000000000075b731baf55812e457a2c8fe47b856a857ac4eda9ff3b 1,798 1.00/1.00 vMB 107
647,186 647,186 00000000000000000008efd43e019b166b1f64f82f60060521fe72c76d0eca87 1,359 1.00/1.00 vMB 134
647,185 647,185 00000000000000000005572b94541d123fdb9dc4cbcb8e5173c209fb16f86c69 2,528 1.00/1.00 vMB 37
647,184 647,184 0000000000000000000f77c6de3a30b3187c1819a3e42ab9029815133af57354 1,468 1.00/1.00 vMB 65
647,183 647,183 0000000000000000000a8253d84633b697da651828e7e10627a7f0b7f79a72eb 1,676 1.00/1.00 vMB 115
647,182 647,182 00000000000000000002001c9f2f0a4a2d51f8d8b14994f093feb0923a49fc13 1,539 0.88/1.00 vMB 50
647,181 647,181 0000000000000000000d126b807c92de495668dd4924de6917b58b6d7b67da62 692 0.33/1.00 vMB 3
647,180 647,180 0000000000000000000c8156596742b970e73a008ff7fbf099a5849d3d9ee4c7 520 1.00/1.00 vMB 12
647,179 647,179 0000000000000000000ae44f785b516a520dcd300dfd856b07fbf8c078b620f1 1,431 1.00/1.00 vMB 7
647,178 647,178 0000000000000000000fe9aebdfd818b0ddea045c76a2d37b095a8384e59b257 2,709 1.00/1.00 vMB 55
647,177 647,177 0000000000000000000e49c714d5cd8d8a4f1f1d0db38e01a39d976dc86764c3 1,765 1.00/1.00 vMB 136
647,176 647,176 0000000000000000000ab62aab3becb3cb63bfecc0478f85eb00a12ed8225d87 2,024 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.98 GB
    • Received: 16.09 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.