Loading Tool

Explorer IconExplorer

Memory Pool

40,501 transactions
27.92 vMB
0.07519216 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt 6c33d4a0273c3df57b8806b205291fa44a536c1ce589e2952d0b91f7b0aa7688
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root e73092dfba43861dd4227a62468025a56a6a5e81b821d8c9dfcf31bb5b0f4da8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.02159298 BTC
Feerates: 100.95 > 2.16 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (348,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,267 566,267 0000000000000000000a39ddeb042e6717d85ee470d7da2d895cc6ab920f0b75 1,437 1.00/1.00 vMB 15
566,266 566,266 00000000000000000010d7553b376273e69b4a18bb477a3b355edc8a7864084e 1,511 1.00/1.00 vMB 25
566,265 566,265 0000000000000000000f8d963a9249c825d135c61a1293051dd0dd6396505c13 3,097 1.00/1.00 vMB 30
566,264 566,264 00000000000000000027db0e4c892a61c87eafcd90db089c4d26bf9ae207e2c7 1,975 1.00/1.00 vMB 28
566,263 566,263 00000000000000000004062f6af565838b93ed93813ea2bb338ae172f5bf0fc3 1,712 1.00/1.00 vMB 32
566,262 566,262 0000000000000000002247bba3a85b84c66ae23243cf9772f5202aab597df507 2,813 1.00/1.00 vMB 30
566,261 566,261 0000000000000000001b98d7edbc4fbf3e9d61df565a2d8e908e52cfd314ac41 2,412 1.00/1.00 vMB 56
566,260 566,260 00000000000000000017b40ea6ef6941ff612faedf2efae528724e0af47e0189 2,109 0.70/1.00 vMB 20
566,259 566,259 000000000000000000213c2cbfe1230d553edaa058e1f22de255aab553c96e46 2,334 1.00/1.00 vMB 26
566,258 566,258 000000000000000000290fffa607c1251772b51fcac2c32335389df9ec2501b7 2,169 1.00/1.00 vMB 15
566,257 566,257 0000000000000000002d73c1cdf9fbb796dc780d2038caba6cbdc66c0b91a6ee 3,357 1.00/1.00 vMB 41
566,256 566,256 0000000000000000001ec03798442709b3aecda33f3a0dd346e5eae5f17d64a4 3,172 1.00/1.00 vMB 25
566,255 566,255 0000000000000000002997774c6c171b996d1a131f96e8c40c7aa587cc49d5a0 3,098 1.00/1.00 vMB 33
566,254 566,254 000000000000000000207d3d8929e91c3f8377ad1bfd9cd4dd6369d4cd87c12d 1,752 0.62/1.00 vMB 24
566,253 566,253 0000000000000000001734505e78018e487e27a5b69063b7a29f9e6e8695bba9 425 0.17/1.00 vMB 19
566,252 566,252 000000000000000000054796e357d58b34035536fe366375edfe1e5d339e4d05 823 0.29/1.00 vMB 24
566,251 566,251 0000000000000000000fdf64ca53f3eccfc16576fbf6f96115d88c57649c69ab 971 0.92/1.00 vMB 20
566,250 566,250 000000000000000000111f26f0fcc5685491715b2fc33414b26910d2c1cbe3fb 578 0.24/1.00 vMB 21
566,249 566,249 0000000000000000002a02a87f4f12c91e1df3c686c31be84f518557fd383045 282 0.08/1.00 vMB 25
566,248 566,248 0000000000000000000581dce9c709f4dc921d129897b4ec55c13c7605c1e008 875 0.26/1.00 vMB 29
566,247 566,247 0000000000000000002709f550e6b2d55a065bd2cc488f97110a2688bf80c4d7 1,563 0.45/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.76 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: 632.35 GB
    • Received: 12.11 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.