Loading Tool

Explorer IconExplorer

Memory Pool

83,195 transactions
22.97 vMB
0.08074627 BTC
Random Selection Loading Transactions
Max Size: 152.12/200 MB

Candidate Block

Mining Attempt 9a0c62b39ff575bd12d797a20b7e6718789c688211e7ca4ee11480d98973bd00
Version 20000000
Previous Block 00000000000000000000d3c17bfe83302f2d436adc9dbc86376d81c3fabf7567
Merkle Root 8e4586a8212534350d2688a0eac0cbf3649e483660ce3b6793a983e6a0b9107b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,833
Size: 1.00 vMB
Total Fees: 0.02684618 BTC
Feerates: 150.93 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,132 (911,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,034 5,034 000000001185138e652e8fdafaf9e4f57b6ac0abe9f5ea824aff29f19c265942 1 0.00/1.00 vMB 0
5,033 5,033 0000000015f5d05292b863e839cb89eb88c21274ff0ee4bc7ba673203c199eea 1 0.00/1.00 vMB 0
5,032 5,032 000000005ff9176bea60f69cc15fe74d97c5ee970ba99a6d5ce33396ea15ebd0 1 0.00/1.00 vMB 0
5,031 5,031 0000000020510fc6ab7b2c0bc24fe4524d83cd9238f29619097fbf17fbad7331 1 0.00/1.00 vMB 0
5,030 5,030 00000000d3b133a1d66eed1dc2fa01e976817224a009363f65110059256dc317 1 0.00/1.00 vMB 0
5,029 5,029 00000000f3739ac268a4b17119a5f131b0a7dee165799a959bb541081ad82727 1 0.00/1.00 vMB 0
5,028 5,028 000000001adc6c26e9860749f7905b1df0af564de9911a145d5dd7704619907c 1 0.00/1.00 vMB 0
5,027 5,027 00000000cd4e2942b678d341aaa6469a832b5492138bff5e650a785dda241cdd 1 0.00/1.00 vMB 0
5,026 5,026 00000000c4512a444a69c0671c9b9910624981f7fc6ac5b44b78fd6613f79184 1 0.00/1.00 vMB 0
5,025 5,025 00000000f312b1fcbfdf1b5a75d2414e4f3d1e28fd90f2e45c1a4a677cca45f1 1 0.00/1.00 vMB 0
5,024 5,024 00000000bf9d10a122b4b9c96fdd46c270f3e311074dccede28e37f421e634bd 1 0.00/1.00 vMB 0
5,023 5,023 00000000bdf23d97d052042f298c0c7f54b9b58f79736dbb451f4fcae20b0a8f 1 0.00/1.00 vMB 0
5,022 5,022 0000000078ec5c8d0925dc10cacd66af636471fcdafd06166487efc7dbeff623 1 0.00/1.00 vMB 0
5,021 5,021 0000000002dc07f38ea16f57508dbdb9d26028971bfc6dbe5071f17155e759b3 1 0.00/1.00 vMB 0
5,020 5,020 00000000c8dd410d3e675d7f6e3d5e31012bb8c0b03789430f4c09a04e6fdd76 1 0.00/1.00 vMB 0
5,019 5,019 00000000d1c6dd5c2746b21cc54966eab68a24ffc152ecf53f0bc4bf59da6966 1 0.00/1.00 vMB 0
5,018 5,018 00000000f84617ccb4e4f069cbcf641f4fbef59b43583bd0021fc85845f7d74e 1 0.00/1.00 vMB 0
5,017 5,017 00000000906ec21d7b5c22f724f955212463b7275ed4f209ca44a6c235854202 1 0.00/1.00 vMB 0
5,016 5,016 00000000dcef08d7694a92a9cbb2b90a4e66dc9299df51d7296aed972af369c3 1 0.00/1.00 vMB 0
5,015 5,015 00000000332f23add6bf08f8d6aa46acbdfd3fd238bafa3640084eb20511bcfe 1 0.00/1.00 vMB 0
5,014 5,014 00000000299ded291db48445b2642a0ffd02ac51aee52e494e024fd3dcae9bdc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.35 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: 817.83 GB
    • Received: 24.41 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.