Loading Tool

Explorer IconExplorer

Memory Pool

82,167 transactions
30.31 vMB
0.08162620 BTC
Random Selection Loading Transactions
Max Size: 185.85/200 MB

Candidate Block

Mining Attempt c7a3c8ffd7fea5e6769abf7213550cd0dd8574bcd97d0c26faa8f5d4891496a8
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root e99a2aec21dce95e2a4327e3d0e2d231b807aecd1991a7ef4a2985e07d94119f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,872
Size: 1.00 vMB
Total Fees: 0.01401346 BTC
Feerates: 60.16 > 1.40 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (477,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,196 438,196 000000000000000000ed05048f6dfd0f568afd947208b4a04580abf1df3077d3 2,193 1.00/1.00 vMB 60
438,195 438,195 000000000000000003e9a1ff5eb090e516a40e057285d6881003da16441c27c2 1,442 1.00/1.00 vMB 77
438,194 438,194 00000000000000000209186dfe5b1d409b8d39414fa961d0b8fab214c71e80f3 2,286 1.00/1.00 vMB 55
438,193 438,193 0000000000000000034553f8c35a8d0a58c39a9dec8ec0962c66f704c57a57b0 2,009 1.00/1.00 vMB 72
438,192 438,192 000000000000000003a8d3f321462b1d039e2ae855ebb841a15f17dcfb23e5b6 2,138 1.00/1.00 vMB 77
438,191 438,191 000000000000000003d9583e2d92ac843ea5accdd52eb3425cfc8ab07612dcfb 1,582 0.75/1.00 vMB 74
438,190 438,190 00000000000000000351f11b00adfb2b7ad1cd498f3f124208b3afc2797f957f 1,570 1.00/1.00 vMB 87
438,189 438,189 00000000000000000389f25a55bf8c72aa3a29d8c9f54ada1f6921cd4cdaed2a 2,392 1.00/1.00 vMB 73
438,188 438,188 0000000000000000007a16dc74933fdbb082989343bc5762a0f2423906ae6930 44 0.02/1.00 vMB 65
438,187 438,187 000000000000000001d03e8538550e7e91aac9be6b7ff674472952d5f9f6ce01 756 0.43/1.00 vMB 63
438,186 438,186 0000000000000000036baa5bcbfaa0e46b0651606c7aac8dd924cdd4254a3e0c 765 0.60/1.00 vMB 43
438,185 438,185 000000000000000003adccf67d05562b6f3e95c824a383438b3de989342def76 1,105 0.74/1.00 vMB 46
438,184 438,184 0000000000000000022977f422cf06411443b9fe17e26169119b9bc0d2a78c8a 2,532 1.00/1.00 vMB 65
438,183 438,183 000000000000000004484e99cd4ca96c4ba3db469a6160111281a58d47a0380b 1,821 1.00/1.00 vMB 44
438,182 438,182 000000000000000003c29e83bbc408fbc1ea386cd0094aa941cfde0de35fe1d8 2,517 1.00/1.00 vMB 82
438,181 438,181 000000000000000000ebe4c416aa783a743d82efb8fbcc66b05a43acc313bf66 1 0.00/1.00 vMB 0
438,180 438,180 0000000000000000003c1d52b90cab00eb3952a44836749bb83e8f894c1e51de 2,021 1.00/1.00 vMB 53
438,179 438,179 000000000000000002c9b9bb7328f627872462d1af4d2802ced26340d3567fdc 1,523 1.00/1.00 vMB 75
438,178 438,178 000000000000000002507167877364b3d2f1a7afa01d17ceca05dedaffe103c8 2,412 1.00/1.00 vMB 79
438,177 438,177 000000000000000002e061975146dd23e03d01fc23b34a9c409c609e8c5cab87 1,737 1.00/1.00 vMB 50
438,176 438,176 0000000000000000028ad2d1bb0dcc7789fb5014978b10cd24fb9f5f3994e473 720 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.