Loading Tool

Explorer IconExplorer

Memory Pool

65,476 transactions
19.43 vMB
0.06304335 BTC
Random Selection Loading Transactions
Max Size: 126.11/200 MB

Candidate Block

Mining Attempt 3481dac6a710c9b17b19799352385b775ce05ed589cfe28bf60f0811d769e016
Version 20000000
Previous Block 00000000000000000001a4e78afec226e4dba5c6e0174c36af79062ee6f14c93
Merkle Root eda3bed6e325770f18da25b8415ed69e52e4abfd9d3e8ace830e4d933816d534
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,970
Size: 1.00 vMB
Total Fees: 0.01865525 BTC
Feerates: 159.01 > 1.87 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,821 (846,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,373 69,373 0000000000f749cfdd751b05cfdec49031d1c6083297c6eec0bf2c645d544275 1 0.00/1.00 vMB 0
69,372 69,372 0000000001418e709318d826e66665ff1cac3ee43bd2d7710ff11cc22a82856e 3 0.00/1.00 vMB 0
69,371 69,371 00000000009e3e58465a9da1ad48410d0384238269683d47809a232bc63ea1f2 1 0.00/1.00 vMB 0
69,370 69,370 0000000000d62956258f8985f1abb57c5580d52feed61f68cec06f668fddf32f 1 0.00/1.00 vMB 0
69,369 69,369 00000000012c678f86a51682207860316fe16d5867f0d957e11651b1b2b43ab3 1 0.00/1.00 vMB 0
69,368 69,368 00000000015d0f519652860b4b1e0695b958603657e1d943779bf76794bd20b8 3 0.00/1.00 vMB 0
69,367 69,367 0000000000640e3ebef6b813554cefc2d389f832002a708d6820c5e15b29072a 1 0.00/1.00 vMB 0
69,366 69,366 0000000000768b245f500220d5c163c8862e78d7b251d4e7c83d23009cd6c9a4 2 0.00/1.00 vMB 0
69,365 69,365 0000000001241330ab2e963043712624879239e48825625d57433b09e19de260 4 0.00/1.00 vMB 0
69,364 69,364 0000000000b4fe62b782c6e7c2c753e6edb0a6d596daed9a145ac8fd3ef3fefc 1 0.00/1.00 vMB 0
69,363 69,363 0000000000139aafb8026a5045f01af962036f00e1e8a69c68e10fa64cf8ab71 2 0.00/1.00 vMB 0
69,362 69,362 0000000000c02b6c75d342091d94f836aa20417aec99e3fb7d1365c0bfa7c0eb 1 0.00/1.00 vMB 0
69,361 69,361 00000000013e3a972c217dc27156c67dbcf852473291f47c79560bbd777486eb 2 0.00/1.00 vMB 0
69,360 69,360 0000000000d1fbf7116fd2d220f29c12c63bd4ffe0375730af9f603729b7bc7e 2 0.00/1.00 vMB 0
69,359 69,359 00000000006b0ef47ad73e6228583012d3b2e6c05bdaf4dff96b85b07a4e719a 2 0.00/1.00 vMB 0
69,358 69,358 0000000000843046541727f23c06e510c96e0a7d6e03a94c297ef5615aecb16c 1 0.00/1.00 vMB 0
69,357 69,357 0000000001477e3c18beb014b15c20e23a8c6dfbc4a47c3506bdd9e7500c683d 4 0.00/1.00 vMB 0
69,356 69,356 0000000000cddb32c21054edb114f50eb9c3ad4dcb01031d75421c8ae2c72b62 1 0.00/1.00 vMB 0
69,355 69,355 00000000015a6069488089da6d5e49388b6382da6afbbbdb7ba6cfdebb9a3090 1 0.00/1.00 vMB 0
69,354 69,354 0000000000340d17e73d6213d16583dcd72adf298fec39601b7325835f2dce85 3 0.00/1.00 vMB 0
69,353 69,353 000000000091aec7eb116fca0ab88027b91ebeecc8fac1ff7bdda24f7b59494b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.86 GB
    • Received: 21.70 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.