Loading Tool

Explorer IconExplorer

Memory Pool

31,359 transactions
26.56 vMB
0.15680832 BTC
Random Selection Loading Transactions
Max Size: 132.51/200 MB

Candidate Block

Mining Attempt dec1f64cb78bf4f1a9bf02a1ee82b5ef90dd8f82eedfa079324ad242e493cac5
Version 20000000
Previous Block 000000000000000000009a39193b4e27b39ec6b59372bf74bf29441b09503400
Merkle Root 988961c9295673074bdd0f2442203e6cf280cee23e818eb665ebc90e9a1b1aa4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,197
Size: 1.00 vMB
Total Fees: 0.10256607 BTC
Feerates: 439.01 > 10.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,248 (843,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,401 70,401 00000000010ebcbf2fdfc2c92b98faf4a8177ebbd009b55e9dca43113831d6cf 1 0.00/1.00 vMB 0
70,400 70,400 0000000000ea646aff57bb947eeb4cc119dfe75046757e1b61f85038bc13e583 1 0.00/1.00 vMB 0
70,399 70,399 00000000012ec71f3acaa7a4448f3025fdd4530356a909013833d67aed5fd1c4 1 0.00/1.00 vMB 0
70,398 70,398 000000000065dcdead8f8f7cae890a26b1f9b6a50ef9c2fbbfc99fa8f4731930 1 0.00/1.00 vMB 0
70,397 70,397 0000000000ad2499c04106a6962c5ecf7862151b4cf52d350edda8955a34712e 5 0.00/1.00 vMB 941
70,396 70,396 00000000011fb8e5ed4af804b45a916fe9e92c139eb72d7075e5c3cde98d0b52 1 0.00/1.00 vMB 0
70,395 70,395 0000000000e065ad8b15da1a8bb7ec45fbfc444bb8696796ddc9f115b3b9eba8 1 0.00/1.00 vMB 0
70,394 70,394 0000000000d2e67985ae6c46262e4d897a865931d1df4d9cc345a1e6938ae8ae 2 0.00/1.00 vMB 0
70,393 70,393 00000000014bc12f6d979f443468fbffcf824e3ef7dcee2ff8acdde8d45c5f3d 2 0.00/1.00 vMB 0
70,392 70,392 00000000013f31936177f6fff175399c62ce13e9094d7a5b0a097982b2aa58c5 2 0.00/1.00 vMB 0
70,391 70,391 000000000031767459a010e7d38a4758a74da4122f9ccbc9b803d7f1163d14a9 1 0.00/1.00 vMB 0
70,390 70,390 0000000000c8ef7f01929aa47037b398d60aa8d9c8d6e17ba5c0f41246dc5467 1 0.00/1.00 vMB 0
70,389 70,389 00000000000bac60f1d1fa700b08c059836079bbf794bdfcb27049aca9894e26 4 0.00/1.00 vMB 0
70,388 70,388 0000000000e63d5900136b60f950d55dc74c764dcaf89f3ce0a16997585498c3 1 0.00/1.00 vMB 0
70,387 70,387 0000000000dd5beb393d1ac6d376af284890eb5445e3ec0567207d62a8437ef3 2 0.00/1.00 vMB 0
70,386 70,386 000000000098950f6b965915a566c98a3a9e47a7ddb2ae033cd879e38fc476fe 1 0.00/1.00 vMB 0
70,385 70,385 0000000000121b2d7cd9d73d1791490eea65bc253932f6e18c7a247ee0811d44 1 0.00/1.00 vMB 0
70,384 70,384 00000000006ca73e710548eea5fe209fa3996547f3d874637411d800d60061d0 1 0.00/1.00 vMB 0
70,383 70,383 00000000007f83b21ff502c93d51d2d1c3f21c8edc7c87b9ef9cbf3a396e701d 1 0.00/1.00 vMB 0
70,382 70,382 00000000014a4fe4743bc408e27eed37c27352b6796f6dc8b85908248b6f8968 2 0.00/1.00 vMB 0
70,381 70,381 000000000126311464ca585d332e46e8edaf5a0718728a34a3541a044a626933 2 0.00/1.00 vMB 3,875
Previous 10 blocks ↓
Total Size: 781.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.67 GB
    • Received: 8.50 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.