Loading Tool

Explorer IconExplorer

Memory Pool

76,381 transactions
28.33 vMB
0.09372366 BTC
Random Selection Loading Transactions
Max Size: 171.66/200 MB

Candidate Block

Mining Attempt 2c632d5ac3c2488162e1b7eb457a27368cee78503f78d9054625a84fbd69e1ae
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 537b842a9b264fb1d4b73a67874fb6d384a716f79a4669b05f9f66a975bc8f9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,451
Size: 1.00 vMB
Total Fees: 0.03115322 BTC
Feerates: 150.80 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (404,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,383 510,383 0000000000000000005174333c58e757f338105a7621aae37472ddcb0ca6d2f7 1,213 1.00/1.00 vMB 44
510,382 510,382 0000000000000000002b46b2ee729990595af9c3097555e0a39c2219bfc2cfb5 512 0.19/1.00 vMB 61
510,381 510,381 0000000000000000003fda50f3ec0d02e55c52a00ba1c7e68d169c18b1f947b7 2,210 1.00/1.00 vMB 27
510,380 510,380 000000000000000000249f6088773c6312549c91bd0b4510c1e0df857a14d425 2,637 1.00/1.00 vMB 42
510,379 510,379 00000000000000000027c5e9dd41a460eb0bfc056da7a0bc59c0999c9cca3dc6 748 1.00/1.00 vMB 53
510,378 510,378 000000000000000000081b79b3aa8f70df730ea87ffb255bc9df9c6de5373762 1,354 0.74/1.00 vMB 33
510,377 510,377 0000000000000000002e84cd734bed527c645df98bd91cccbc447e64f766270d 452 0.23/1.00 vMB 110
510,376 510,376 0000000000000000001bcb5b5b1ac16855f69903ec4e8e85d05206c74f1e1d53 379 0.27/1.00 vMB 33
510,375 510,375 0000000000000000003a093f49474f4e43915dc8a883e1e4f80185d9a958b5c2 1,795 0.77/1.00 vMB 48
510,374 510,374 0000000000000000003d9537f941a487e3bb4f41baf7ade779bcbf7752eb0c75 57 0.02/1.00 vMB 44
510,373 510,373 0000000000000000004c3104da968d4088aaa0e6a8b2ab82daa2968a578e9794 2,023 0.89/1.00 vMB 35
510,372 510,372 00000000000000000010ddc4fcbf331d5000c431aa6aa474bf38e85f9f1f5788 353 0.25/1.00 vMB 15
510,371 510,371 00000000000000000056301b8598a8a6730d420006dea405724b8af5f64f5a52 2,167 1.00/1.00 vMB 21
510,370 510,370 0000000000000000001dfb9de90fe3f361cc56395f33d622484e656518202e8d 2,265 1.00/1.00 vMB 64
510,369 510,369 000000000000000000360c2385c8ba983e338fd028617ce63754084f30aedace 2,070 0.86/1.00 vMB 44
510,368 510,368 000000000000000000359089b4dfa52faf5871c78e5ecc0969c0db34e31c435e 634 0.29/1.00 vMB 29
510,367 510,367 00000000000000000059a3314141b21f379957f76b23ef62f6facac85ef6240f 294 0.20/1.00 vMB 41
510,366 510,366 00000000000000000042ee5dc09cbd1a3f451d1de5491c21fa432c3e41693fce 182 0.07/1.00 vMB 36
510,365 510,365 0000000000000000004f76ea34b4e80c2c13e89ecd99a17eb44e5480890094d6 276 0.15/1.00 vMB 34
510,364 510,364 0000000000000000005109c59959806e999038ca7a47380df44fac98d1aa4e63 566 0.27/1.00 vMB 49
510,363 510,363 0000000000000000003c2f76830bf655f3e89b9bb630ada10660800da8f00cb2 1,434 0.96/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.