Loading Tool

Explorer IconExplorer

Memory Pool

46,406 transactions
28.70 vMB
0.07076715 BTC
Random Selection Loading Transactions
Max Size: 152.99/200 MB

Candidate Block

Mining Attempt d7d45da6cd5b7ed6d86952d39377bc309ea6f11fd8cbab166d583355976461a5
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root a944c16e66bdf375c7667192623ed7450f991533df2a01e627c5920850208279
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.01616740 BTC
Feerates: 73.20 > 1.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (907,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,607 7,607 00000000abd5fdd6e2c284d42b0ea71b4178bd8e063eb6d761724bfe532084f7 1 0.00/1.00 vMB 0
7,606 7,606 00000000279429a34234aeb42efdfcd5644b4f76d2aff4b3c29519596b977016 1 0.00/1.00 vMB 0
7,605 7,605 000000002aecd7fc095a30421b1be32c40dfc6c10ed9f7baebcdc2c94073aab4 1 0.00/1.00 vMB 0
7,604 7,604 00000000884dc2f64bec3f605e0cc6794dc2cbfa25cda2886ce28fa00ab2411a 1 0.00/1.00 vMB 0
7,603 7,603 00000000a50651375eb50f836f61db9e470b60ad1538806a3c1151fbeadbd199 1 0.00/1.00 vMB 0
7,602 7,602 000000004cac8222aa5d6cd3e4a977e97aef95ec92263bb22e12d965824309af 1 0.00/1.00 vMB 0
7,601 7,601 00000000c8891dd7682afc1be593d084b2ac3f0d43427b307df172ba50bef104 1 0.00/1.00 vMB 0
7,600 7,600 00000000976df3c85530c4a7e7545405289688896dc75026c1c9c3d5d63d76df 1 0.00/1.00 vMB 0
7,599 7,599 00000000e34cad6133eadc8921bb32303f5bee8610a806311dd19c646c62a3b1 1 0.00/1.00 vMB 0
7,598 7,598 00000000b9adca68bfd17771bf9a0b7f5c4c24ace62dbcce52b5a0df2c24ecbe 1 0.00/1.00 vMB 0
7,597 7,597 00000000f0ed2c89adb53c4847b28ddf642ef2583849f287725ffdfabbca44a7 1 0.00/1.00 vMB 0
7,596 7,596 000000006831419ee74e33be8a396dff7580cc1e90b4c22b09cadb8d644d6c33 1 0.00/1.00 vMB 0
7,595 7,595 000000007f42f3f2bc8d7f4546eb9cb2d607ae0a510c44f6b1c56bb50f1e89f3 1 0.00/1.00 vMB 0
7,594 7,594 000000005cb0a513dc5a1d0176978fbc65d0bc8d1f69ad232f8cf13838286ecb 1 0.00/1.00 vMB 0
7,593 7,593 0000000012f320022d8d1fd89cee1f0f6ac019ce76632809d5ac93fddcfa06e9 1 0.00/1.00 vMB 0
7,592 7,592 00000000fb4304df797fb08783b14a9d138f486ca9b69ea1917d7a4e70af833e 1 0.00/1.00 vMB 0
7,591 7,591 0000000084fca9b87cf6c0d8c1c4548cb0defc9a07816de6ec70dfb96a45cbb6 1 0.00/1.00 vMB 0
7,590 7,590 000000009ccaf48cf9c84d205cb320718a8b7f44a80e75fbf28d66d04283624b 1 0.00/1.00 vMB 0
7,589 7,589 00000000b8bae35be701163c708166fc2376edc235e6901e2fd704a473168d15 1 0.00/1.00 vMB 0
7,588 7,588 000000001fc3ab4aad4f6531064dcfbee9ebfa15b73fed4bfa9cf55eae68c9fb 1 0.00/1.00 vMB 0
7,587 7,587 00000000304a9b9ac09d939722ab109a383b99c728c39ac573f33bf1b84187bc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.