Loading Tool

Explorer IconExplorer

Memory Pool

43,913 transactions
26.71 vMB
0.06081787 BTC
Random Selection Loading Transactions
Max Size: 140.99/200 MB

Candidate Block

Mining Attempt 6d4b0d56d348c71e1aa04d8140030a3511a5583d1aed303a42ca39ceb2721b0c
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 3b3898e3885a0358cc0dc3f5bfc89a249f3bd33c175593fbc98d4d64bada78fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,127
Size: 1.00 vMB
Total Fees: 0.01168038 BTC
Feerates: 80.31 > 1.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (405,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,179 509,179 00000000000000000002a6494d4d6551bb9ea95a2df86d09756014448beab507 1,466 1.00/1.00 vMB 20
509,178 509,178 0000000000000000005eed36950b584eb2c79236c10fc06e1df7902cb1462379 1,988 1.00/1.00 vMB 21
509,177 509,177 0000000000000000000b4f2859cf319800a5532e2d6a01785831bcb16df4bb31 2,787 1.00/1.00 vMB 143
509,176 509,176 00000000000000000008de0d15f8f750ccb131d8a7c955c8d9ec2a5874c40447 2,256 1.00/1.00 vMB 78
509,175 509,175 000000000000000000137ed888859e49cd40c573448535a012599fc82643ad05 909 1.00/1.00 vMB 12
509,174 509,174 0000000000000000003c38f9e8f7949ca1f2ae14ac5cd00e69d523ab71cbf9a2 2,390 1.00/1.00 vMB 89
509,173 509,173 00000000000000000026c4963de9ecae54005bcd85cdc799bf31825cfea8e1d1 1,609 1.00/1.00 vMB 49
509,172 509,172 0000000000000000004fee4eba3f93271dcb9f44340fc185b6f1e76ef4a80e96 1,452 1.00/1.00 vMB 44
509,171 509,171 00000000000000000024e1bf34c7893c4ebe92bec6328ea5e370babf1176fe77 1,539 1.00/1.00 vMB 35
509,170 509,170 00000000000000000012e319856c2fb9a01604c70efa02466ccb4ac3dd5b6a0e 2,165 1.00/1.00 vMB 32
509,169 509,169 0000000000000000002c4b94355945eea353bc720c58a73c2b8593f489550cb3 1,915 1.00/1.00 vMB 49
509,168 509,168 0000000000000000001d620a2e3ad126ec5038bf42343c419eb6fcdf7240a471 2,017 1.00/1.00 vMB 74
509,167 509,167 000000000000000000323188125a85a610a26f3ab89d97872b5f54a37cd4fef2 1,986 1.00/1.00 vMB 97
509,166 509,166 00000000000000000053f9f8b8f307aa2034b1cfd0778184266f9f9679177ecf 1,774 0.99/1.00 vMB 57
509,165 509,165 000000000000000000420045ffbcc0a0db247729ac6c9b84ade99f13d103cb91 1,591 1.00/1.00 vMB 26
509,164 509,164 0000000000000000001708e1b916b6bd63505f2410b83f549ce251bf70c25b48 1,891 1.00/1.00 vMB 25
509,163 509,163 0000000000000000000fbd273247782e502739c21e68e9668a56829b01e69a22 2,432 1.00/1.00 vMB 182
509,162 509,162 000000000000000000449f21b3fed1c207d55a4d382ea10afd7650636aac8901 2,455 1.00/1.00 vMB 128
509,161 509,161 0000000000000000003ba35085f855b0bf66dcd3e7d0295ea39a18f68e087185 1,911 1.00/1.00 vMB 37
509,160 509,160 00000000000000000016b6f7c1011cf6baaee957dfc920b43b58dc5983b50303 1,072 1.00/1.00 vMB 52
509,159 509,159 0000000000000000003d08f4386b1463bc97678ceed56d2865427bdb4c400033 1,655 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.01 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: 649.35 GB
    • Received: 13.16 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.