Loading Tool

Explorer IconExplorer

Memory Pool

40,656 transactions
28.39 vMB
0.13944454 BTC
Random Selection Loading Transactions
Max Size: 145.07/200 MB

Candidate Block

Mining Attempt bd3c35d6ba20fc89582aa94a927b9e2fb505aa1c1336bae8d672ac2f63c1645b
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root a52892020cbe8ff4e6a233c15fe452a9b49f262e0739301e4d81adbd2e3fe47c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.08414910 BTC
Feerates: 102.90 > 8.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (348,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,271 566,271 0000000000000000000f15cb62dcca94210fbd2a92d15b5e0d91bef25e1559be 814 0.28/1.00 vMB 27
566,270 566,270 0000000000000000001a8db159dd289e1eee3c6362019766cd9a420beed8bc43 1,195 0.57/1.00 vMB 30
566,269 566,269 00000000000000000016f1ac6214b19ed70de51a74bdaa482fb926723530fe6f 1,475 0.71/1.00 vMB 3
566,268 566,268 0000000000000000002aff9e0d23d8ff75783388539b396d10b72e7a633e8fec 1,793 1.00/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.