Loading Tool

Explorer IconExplorer

Memory Pool

30,653 transactions
6.11 vMB
0.05490256 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 6 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.59/200 MB

Candidate Block

Mining Attempt e3c3c11ca29ded436cf9b9fbf36ca3a9d4c52ee5725622441b3bc631fc0bc2b4
Version 20000000
Previous Block 0000000000000000000145365a5e74b2b1ac45f848c91616b4c8a3ff7e95c51c
Merkle Root e4e903b387ba1f2479d0b0acde37c4c6ceccad66f0e5e2fe0b9125b6e467b280
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.03431815 BTC
Avg Feerate: 1.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,772 (713,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,775 198,775 000000000000008203b3c108d8865e06d5d125f4caafebb6eb670ddeb9af8af7 0.25 MB 585 173
198,774 198,774 000000000000059238c5ec9d7eef243861b765d0b19591ba4fc974898aadcf80 0.04 MB 83 129
198,773 198,773 00000000000004b80c7ccd513298bda27f5cb910de4d44928b56e50a7e17f42a 0.00 MB 1 0
198,772 198,772 00000000000002cb5ac76b18bdd64502806593c3fdd946aef62f196ba1ec7fc7 0.14 MB 366 149
198,771 198,771 000000000000047bdb0719cd36b551b2a7c3f42b777c1d5c5976524739f7dfbf 0.21 MB 449 119
198,770 198,770 00000000000002763d2cc87116049b55e628bdb52714d21184e8c4996986183d 0.06 MB 144 163
198,769 198,769 0000000000000016445aea00e914049b1d5c7553dac4bd349d8025e6ee2aab78 0.04 MB 104 167
198,768 198,768 00000000000002616bf7fe76e145221fe7720cff5996cffb6fd3aea5f2cd5c5f 0.08 MB 171 133
198,767 198,767 0000000000000332606448871cdba1bea21007d9b9e5fc3eea92b882d55b9f75 0.05 MB 145 120
198,766 198,766 00000000000001ca468491ddfd7d6a43ce520c93220d1ed070c194b8587c8ddc 0.00 MB 12 17
198,765 198,765 00000000000000f89765b20da5ca039d8be17e6a1b28931e1bc180bd09fc4d8c 0.03 MB 68 103
198,764 198,764 00000000000004a6c538213fe28fe2b72e6aca3a803515937d1b27e76ca6b54f 0.05 MB 147 141
198,763 198,763 0000000000000116af250fef9aa247cd8bdd118bb7d59967caeeb400426e9d8c 0.01 MB 33 98
198,762 198,762 00000000000000957558fb06af16d1d4d81d53b9af3a308a6935deb1fcecfed6 0.26 MB 510 52
198,761 198,761 00000000000005da94cc831660068deffa0eec7806f108a531922770fd9bb88f 0.09 MB 113 83
198,760 198,760 00000000000003ad89aff765fe32aad0d7a055941c115ab474d97068b29ffa14 0.15 MB 116 92
198,759 198,759 00000000000005a439a6855d52059e594e1c8ce0a550b2852b9863979f5d5d40 0.18 MB 333 155
198,758 198,758 000000000000053d0f50a67b786462da9d9fde80258984b143121c34c1d29be5 0.07 MB 136 116
198,757 198,757 000000000000051bc14ea3846e5bd19842ec6a6711152d8e492d259e38bbbd58 0.20 MB 457 158
198,756 198,756 0000000000000613f4d3257bddf1022e7bae930c280dfc865e8ae5a27ffcf156 0.00 MB 12 319
198,755 198,755 00000000000003b6246b3aa961873b4902d1f5f5510f61e0c6602bb84237dc54 0.00 MB 12 141
Previous 10 blocks ↓
Total Size: 778.44 GB

Node Details:

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