Loading Tool

Explorer IconExplorer

Memory Pool

81,049 transactions
29.83 vMB
0.15052226 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt eb1dd66e4f7bc2047d677b3cdef77bc91f515dde73f48fc0b2132890d481abc5
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root fc83316598381509420ffba7c95c51547b031c1b5453cb6aa31cdde26b2d7bb5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.05705106 BTC
Feerates: 1,002.91 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (89,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,249 826,249 00000000000000000001c6b2317c96cf658d75a9918ab2fa41b6124b173bb47b 3,672 1.00/1.00 vMB 80
826,248 826,248 000000000000000000027989b407d5bc3355bb62fc4291e9157e2bca42984035 3,175 1.00/1.00 vMB 64
826,247 826,247 000000000000000000028bd9954e7568009a49c7fb6357919532221e04ad8486 3,979 1.00/1.00 vMB 72
826,246 826,246 000000000000000000035bb1225600a353ad85ab1fda730086817dc095cf1762 3,083 1.00/1.00 vMB 75
826,245 826,245 00000000000000000000307a00ece617c2e87266885ed5955ddd6e799af84d33 3,588 1.00/1.00 vMB 105
826,244 826,244 0000000000000000000270da4be4919f738d9ea2238850924bb3f2986b050e73 3,257 1.00/1.00 vMB 92
826,243 826,243 000000000000000000005567ec0d1ec0643cf85fbaa27d0dd2f1f2c705a5cd00 3,774 1.00/1.00 vMB 121
826,242 826,242 0000000000000000000112d5eb26a3d3b74e773ecb94a18e766fb4c6086939f8 3,089 1.00/1.00 vMB 110
826,241 826,241 000000000000000000037b7e8c1c14f991fe1f5b24ab31045764f260193484be 3,758 1.00/1.00 vMB 111
826,240 826,240 00000000000000000001e4aa3ba6209b06eb00acdae5232ff38810b2b5f419f7 3,789 1.00/1.00 vMB 87
826,239 826,239 0000000000000000000301a3bba470487248f7c69ce2390af8a8e2fa4f0f9a9d 3,148 1.00/1.00 vMB 90
826,238 826,238 00000000000000000002db6acb549b1a7dc1aeae5efac7162a5e93f0c8974a95 3,422 1.00/1.00 vMB 120
826,237 826,237 000000000000000000029bb58223b2a244eea2f471e737dee7c267e39e8eb4c4 3,247 1.00/1.00 vMB 111
826,236 826,236 000000000000000000017cde1ece114cb920c9e29a79833d41938ea50c7dbf31 3,651 1.00/1.00 vMB 156
826,235 826,235 00000000000000000000ad2cd23b0ca69b64bb05dbe4569d62e9352cb8b2d934 4,198 1.00/1.00 vMB 92
826,234 826,234 00000000000000000001da7e115b5b89f5f4b629f147b760636d17eb8e99b776 3,263 1.00/1.00 vMB 127
826,233 826,233 00000000000000000003830f16e2e56d015464122f593f8879529369eb69bc5f 2,305 1.00/1.00 vMB 97
826,232 826,232 00000000000000000002af9944c6a8f5c3077f55305691daa11cab16e666e9e4 3,723 1.00/1.00 vMB 146
826,231 826,231 000000000000000000028ad26db40fca70b016e20ad9aa54aa2f4b504a66e307 4,046 1.00/1.00 vMB 114
826,230 826,230 00000000000000000000a9f5e6847a5efdf74bc4b40470f8215126f71d61c5a9 2,968 1.00/1.00 vMB 99
826,229 826,229 000000000000000000013c2b7a317caab18a9b27c8bc79fbda1be237ef274f5e 3,129 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.