Loading Tool

Explorer IconExplorer

Memory Pool

79,977 transactions
29.76 vMB
0.09183320 BTC
Random Selection Loading Transactions
Max Size: 179.71/200 MB

Candidate Block

Mining Attempt a023d96c4e62403aad062eb3d62a7ca4aa0372383dbe5abaaf7f3e9827880249
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 542c3b8bd12641517599a6a197d49e3e053b5b76b0f1e5bb4012012752bad315
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.02719440 BTC
Feerates: 100.11 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (127,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,878 787,878 00000000000000000000aaef809eb8ae73d02f25b564097dad75ceecff1c040b 3,589 1.00/1.00 vMB 54
787,877 787,877 00000000000000000003e454b2b57f81c10a6116155637dd084db9067cd3a7a3 2,952 1.00/1.00 vMB 64
787,876 787,876 000000000000000000058e24049c85bbec558e87a7eb0f659ac32454e4df95c7 3,718 1.00/1.00 vMB 45
787,875 787,875 0000000000000000000108f59b8a149187710143d79d8e32b4b7fcc1adf932ba 2,946 1.00/1.00 vMB 59
787,874 787,874 00000000000000000001e986ffb28142250e8366b642c88a939a6ca063fa8627 3,669 1.00/1.00 vMB 55
787,873 787,873 000000000000000000027782fc0b6877b1c4e56af84d335220ce806dc9734501 1,722 1.00/1.00 vMB 66
787,872 787,872 00000000000000000003471c7a17a997a835aac7fc1a531fdb4305d81309d062 3,333 1.00/1.00 vMB 49
787,871 787,871 00000000000000000003d700b8f391e821c89cd2192416e9eb9ac545053f92cd 4,240 1.00/1.00 vMB 52
787,870 787,870 0000000000000000000578179555b7bcc502964f0f7ac67fa13f2cb354fa742a 4,120 1.00/1.00 vMB 46
787,869 787,869 00000000000000000001b77bc92d2b9f99b880d6fd38bd87c89c74f2b934aac2 3,562 1.00/1.00 vMB 52
787,868 787,868 00000000000000000003a6ab7b1b53028b25db5ff9789939aed42d7491f0c78d 5,240 1.00/1.00 vMB 61
787,867 787,867 00000000000000000002bd61dcfe7302bb2c2de273795231a32412598698ad38 3,617 1.00/1.00 vMB 65
787,866 787,866 00000000000000000002b750a688e6634da78b176d698a4bd098b4d681b33062 5,344 1.00/1.00 vMB 48
787,865 787,865 0000000000000000000428d2938f107f1fbad84b0606f8a2a4d57fe4eb113306 4,742 1.00/1.00 vMB 53
787,864 787,864 000000000000000000016eb84e087cdf371b349cec1f72d4b81f996aeb9d5b37 4,186 1.00/1.00 vMB 57
787,863 787,863 00000000000000000004ac3c7767e5a107dfb4dc2ecab5b329b35f9dca986561 4,898 1.00/1.00 vMB 61
787,862 787,862 00000000000000000002286d834ffa6e591ce00a9a6c5c18d1ab82bfd52286bd 3,804 1.00/1.00 vMB 67
787,861 787,861 00000000000000000000dad69708a0e5851dd2a963420b725bfdbf003a05d788 4,966 1.00/1.00 vMB 54
787,860 787,860 000000000000000000011d03c87ee4b3b7b598d0359a5ae0de51e567bfe7a53d 4,953 1.00/1.00 vMB 48
787,859 787,859 00000000000000000000134272b4d01ff4557bf21f639b99d9ce8c3b68ad9a62 4,571 1.00/1.00 vMB 52
787,858 787,858 000000000000000000035ded7fc801c26ceaec76836dc6922c92375332dcd8fb 3,820 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.