Loading Tool

Explorer IconExplorer

Memory Pool

42,555 transactions
29.06 vMB
0.07548015 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 40f76a3008ce4a74896b858dd5f548b3a0d3ac3fe389ee7e08e87c2091ac02f5
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 6d94855661c46752c06294400628a98ebecc7559f420c47518a2124e74c2c1bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01876534 BTC
Feerates: 150.75 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (216,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,671 697,671 00000000000000000009041dde1bb169b6c135d89f6bced537b6a181ce6f0470 2,589 0.85/1.00 vMB 11
697,670 697,670 0000000000000000000be7339ef5f6213e8b741a4a284b64672a3da8546a8dd0 1,323 0.51/1.00 vMB 9
697,669 697,669 0000000000000000000e04c4f852adf2725715aed37b633e1a4f5ae8fc641dd8 283 0.13/1.00 vMB 11
697,668 697,668 0000000000000000000f650bbae4657984cd6436ce05870fb8993e524d5547cf 959 0.44/1.00 vMB 8
697,667 697,667 0000000000000000000b72bda91707a4caf1542b901a2f2fa5f80b81b41f97e8 2,313 1.00/1.00 vMB 9
697,666 697,666 00000000000000000007f666386042a2fc0319cfa3025a0976cd6a7b73d78b83 1,690 1.00/1.00 vMB 5
697,665 697,665 00000000000000000004aaa57c2e0177ce1839c63571941c4794d0a36246dc2f 2,890 1.00/1.00 vMB 15
697,664 697,664 0000000000000000000cd1d6ca05e0371146d03502ef11ccae712447f7a7d155 592 0.65/1.00 vMB 4
697,663 697,663 0000000000000000000e7e483b897d9ed18c1259a9eebbe3f38e24a33a36e6ee 2,738 0.88/1.00 vMB 12
697,662 697,662 000000000000000000034b30b2448f2219afa3388a1645e12f3760e645dd15e1 3,083 0.95/1.00 vMB 6
697,661 697,661 000000000000000000046ba4573e909c89088877969859bb42f30ae16feb29e8 3,016 1.00/1.00 vMB 18
697,660 697,660 00000000000000000001aeee9fd0a242439c9175e7057d9cc59559bf44231cfc 1,855 0.76/1.00 vMB 5
697,659 697,659 0000000000000000000a9b6d3fda74499ec2947873a2d8dd1a68948a16a95063 2,816 1.00/1.00 vMB 13
697,658 697,658 0000000000000000000dcabf40b850837f59b06fef01219af3972aa899d8bb58 3,037 1.00/1.00 vMB 6
697,657 697,657 00000000000000000008bb8ff6a277b340d1edb66d7e68ad9ef17573fc393733 3,018 1.00/1.00 vMB 21
697,656 697,656 00000000000000000008c81bc4c3f3516848557cfd5e4f08886d496369858ab1 2,473 0.97/1.00 vMB 10
697,655 697,655 000000000000000000003b6274ebeec85fcf91cb5fb71ce9f588435d9c1727a2 1,479 0.65/1.00 vMB 6
697,654 697,654 00000000000000000007de5d4713ff9b61f67180940265f067ecce6f1813d414 2,002 1.00/1.00 vMB 6
697,653 697,653 0000000000000000000c8f72920d189f72cb9b3acea079ec1c46c4f2f8dbcab6 2,780 1.00/1.00 vMB 17
697,652 697,652 00000000000000000002e4acdfd64e074f7d37c3b7e48502547a2b2b4f8aad1e 77 0.06/1.00 vMB 10
697,651 697,651 0000000000000000000f624d225b2474fd0787a8c657fa161584d0378df4e08c 108 0.04/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.