Loading Tool

Explorer IconExplorer

Memory Pool

83,011 transactions
30.70 vMB
0.07723633 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 54dc3caa92823c68715342cbb7b590f059386b70ba7650ef4d82edf4fcf33e04
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 2c74ba0b523140ede33f1f9f49e1d3c24969750284ecedd3ec11a3513d302577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,676
Size: 1.00 vMB
Total Fees: 0.00834088 BTC
Feerates: 151.24 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (418,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,023 497,023 0000000000000000003979abbd04056fa3818de1176ade9c9880f532cfde8cda 1,746 1.00/1.00 vMB 128
497,022 497,022 0000000000000000006aeb5e8c776a8f4af101a6ffdb008c96f5e593ffb3d5a1 1,862 1.00/1.00 vMB 174
497,021 497,021 0000000000000000005d533dd49b53138aa3bc018edb2813043d71d6ef7db1f9 2,657 1.00/1.00 vMB 202
497,020 497,020 000000000000000000a4c1581f2fb6cbb6b15353376ce57b343cca3cef157e6f 2,549 1.00/1.00 vMB 136
497,019 497,019 0000000000000000004cf191763871531c409a37a060e5c37dbd81742e0d3805 2,079 1.00/1.00 vMB 200
497,018 497,018 00000000000000000008ade6007b2364d281d71f42bc433529025ecb1798de9c 2,931 1.00/1.00 vMB 101
497,017 497,017 0000000000000000000caa14cdfc388d7440cad8a192b1061ad42175e051a05c 2,326 1.00/1.00 vMB 157
497,016 497,016 0000000000000000002a9a7e478f17b7c125a3898a9d603b3d1eed3b61ee1cde 3,227 1.00/1.00 vMB 101
497,015 497,015 00000000000000000065d688ba5ad5de5efe0e8c8c04076c31d14664941a45f7 3,741 1.00/1.00 vMB 77
497,014 497,014 000000000000000000b52325516d8f580282a023193d1ea68a13a65459a7aee9 1,986 1.00/1.00 vMB 42
497,013 497,013 0000000000000000003c6c0b44c5a7d96796afb68a7535ed6e697681ba3f54ef 2,369 1.00/1.00 vMB 144
497,012 497,012 0000000000000000001feaea5bedd39600505f39ee172e1f90ea2c1b428025e6 2,633 1.00/1.00 vMB 211
497,011 497,011 000000000000000000a8330c5905398a084f34e258b48d2e0fa90f2201f4d1ac 859 1.00/1.00 vMB 54
497,010 497,010 000000000000000000188cb4552e5fa220d7132c675f9d3313b45dec5c391d01 2,455 1.00/1.00 vMB 177
497,009 497,009 000000000000000000450f1059826eb374462b2a280495ef91c90326de987355 1,923 1.00/1.00 vMB 138
497,008 497,008 000000000000000000129b7c297ece113c2a9fcc81e1a6d46e8c0488d8e85003 2,003 1.00/1.00 vMB 143
497,007 497,007 0000000000000000001ad967b5fe9bf917f397537b46537ea06a1b3909a8cce7 2,965 1.00/1.00 vMB 37
497,006 497,006 00000000000000000023be7daf5393e8428754a4371c2f2dea5e8f9b5b579dfa 4,148 1.00/1.00 vMB 28
497,005 497,005 0000000000000000007885c0188cf9e39814b7ac9e551b504499bd3bdd6cb6a2 2,132 1.00/1.00 vMB 156
497,004 497,004 0000000000000000000b8184c23a18ef10ab871badf3ca4c3d359d200f11f238 4,023 1.00/1.00 vMB 44
497,003 497,003 00000000000000000034f13ab2e0f1fc666b62864edc1f0ac203ee54bae1550b 1,748 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.99 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: 717.19 GB
    • Received: 17.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.