Loading Tool

Explorer IconExplorer

Memory Pool

85,618 transactions
31.42 vMB
0.13409369 BTC
Random Selection Loading Transactions
Max Size: 189.46/200 MB

Candidate Block

Mining Attempt a06525bb8251b6b797d9278318a2a33332ed130714443e7d70a1c4dec3b84037
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root ccfdc1d7d1188e26a46922221c75df169aab4516c0742798439241d3ccea6e02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.05725416 BTC
Feerates: 214.31 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (343,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,021 571,021 00000000000000000025adfba65d0ccfa828dab8bd53294a7cffc82951a1ff86 1,664 1.00/1.00 vMB 105
571,020 571,020 0000000000000000001ac9029786630c0b153f7b8f53c089fdc553fdd4a8f370 2,774 1.00/1.00 vMB 83
571,019 571,019 000000000000000000218dd21130dc4b8dd8e6e71900cc38f47f5094e86bd68d 3,089 1.00/1.00 vMB 80
571,018 571,018 0000000000000000001004608b1cc927d1c2765e33898f9df83648317b47b801 2,813 1.00/1.00 vMB 117
571,017 571,017 0000000000000000001f751b591d60649b67e733b4c111f31f415bdd83560b4c 2,981 1.00/1.00 vMB 115
571,016 571,016 0000000000000000001c7a0434a6b240fda86496d7bde0d9ac15ecc3cdf8bcd4 3,438 1.00/1.00 vMB 136
571,015 571,015 0000000000000000000d1313bd1345db31548560c97cbcb9acc1724addd9f278 2,530 1.00/1.00 vMB 152
571,014 571,014 00000000000000000004de683e7aa4d35c51f46ec76c6852b0f3161bd1e2e00e 2,704 1.00/1.00 vMB 71
571,013 571,013 000000000000000000018ea4a2320ef67c0348231bbc4779eeaad5d02db59822 2,652 1.00/1.00 vMB 88
571,012 571,012 00000000000000000022d7315e5148700ce2184abb6679abbf85d46a2235fb16 2,959 1.00/1.00 vMB 121
571,011 571,011 00000000000000000014426bf22aa67b3033d854e8e434ef131012c5e20b4ec5 2,390 1.00/1.00 vMB 80
571,010 571,010 0000000000000000001c05dec167b863cbadcba87ed0905e6f4f49b0c6a7a55f 2,851 1.00/1.00 vMB 127
571,009 571,009 00000000000000000018f4423c5c2dc4d1f9a6b7ceed234b5d345d392d5ff3fe 1,829 1.00/1.00 vMB 62
571,008 571,008 000000000000000000081f28947979e99172a3af7b5e815dcbffda66088974a3 3,014 1.00/1.00 vMB 60
571,007 571,007 000000000000000000276f145ed4412d01ec4b18f6f5d107f1a77de0aee9912b 2,647 1.00/1.00 vMB 105
571,006 571,006 00000000000000000015473ae8d27d7b114e04ccdbb50a7d6e2965390d4f41ef 2,892 1.00/1.00 vMB 125
571,005 571,005 000000000000000000292f47f75d1c5e96cc3059703119810663da14da35aa20 2,480 1.00/1.00 vMB 127
571,004 571,004 0000000000000000000106073841fd1d9d99dcb8a9dd0b5a93a68322276b229a 2,872 1.00/1.00 vMB 71
571,003 571,003 0000000000000000000ffc0c895bf91dc459bdb1ae613355d610c9a3438dc365 2,773 1.00/1.00 vMB 128
571,002 571,002 0000000000000000000f98794d00ff2305d33e059977f75d97f160599043830b 2,607 1.00/1.00 vMB 5
571,001 571,001 00000000000000000013cea4a50585c59572a31cc8cc1ab12f25dd92a4f7bb8e 2,756 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.