Loading Tool

Explorer IconExplorer

Memory Pool

65,998 transactions
18.52 vMB
0.05590580 BTC
Random Selection Loading Transactions
Max Size: 120.93/200 MB

Candidate Block

Mining Attempt 90e6c3386fb80c19a1a4252050187aab89a96df0f08b2fb7773223f7ddb90f38
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 32c508fb68f60d7c4afc2202fb3507045dc890713a853ec4a8d409a1ec47950f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,007
Size: 1.00 vMB
Total Fees: 0.01398119 BTC
Feerates: 99.47 > 1.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (813,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,042 102,042 000000000003d642cc56e2f018ef1a41d652540c511897e9ed507d14aae212e9 6 0.00/1.00 vMB 0
102,041 102,041 000000000001e6bb029e9a94dcdcf99e86338811a71f60e134c926f9b9b08d67 2 0.00/1.00 vMB 2,053
102,040 102,040 000000000002b592c978e7e582e7b00531bb5d7f373d438a27404530a5956863 6 0.00/1.00 vMB 0
102,039 102,039 0000000000028e50363d61a6248daed55e1de337c89d89edfaac4aa3285f2570 5 0.00/1.00 vMB 0
102,038 102,038 000000000001a86b60a58de1a27e8a0b6af5c49081ab0188a77f6da72f07c96f 12 0.00/1.00 vMB 0
102,037 102,037 0000000000004ed51e3f7b48d5d5296c1cdee9f6d03db452921978d4b77c834d 11 0.00/1.00 vMB 0
102,036 102,036 000000000000ef1ec0fead50ebe22cea11658196e60f60f70509a9960066159e 19 0.01/1.00 vMB 0
102,035 102,035 0000000000032e908451e0c0544f0d10d1dde3fd2d582663523e5a0c2b011afb 1 0.00/1.00 vMB 0
102,034 102,034 0000000000008e9ec139837e1c44249da9036ce748fff329892e4bb0b7acd149 2 0.00/1.00 vMB 0
102,033 102,033 000000000001fe1de8295c0d111cc28b80aec31c8fc28a306393c115097da08a 1 0.00/1.00 vMB 0
102,032 102,032 0000000000008d0397e8d39cac4fc5b5d58baed6f7ca1e24c9300bb4f89d8d6e 1 0.00/1.00 vMB 0
102,031 102,031 000000000001b66d54722aae16e44285432ad1cf261994257f125c8aba11e23d 1 0.00/1.00 vMB 0
102,030 102,030 000000000001d70bed47b6afb65c9bc85fb6abc9c01632956485d6e669ddcefd 2 0.00/1.00 vMB 0
102,029 102,029 0000000000014900aba3f6be6376823688130e2d36e70335b1c9d8027273b346 1 0.00/1.00 vMB 0
102,028 102,028 0000000000012944a210fe8b26d76c80be1e5745a847dae9e29478d8514b26f1 2 0.00/1.00 vMB 0
102,027 102,027 000000000002b6ccd5f7cf07a9a5e4f835ef2257f9b5ae4bb9556b95ca6cae9f 32 0.01/1.00 vMB 0
102,026 102,026 00000000000281794dcb3e81c31b99ba88ddb273389e89818530ebc458c81a07 10 0.00/1.00 vMB 0
102,025 102,025 000000000001753d418fef2c26d6cb356a286b23acd3f077500990e1b1acf0b6 18 0.00/1.00 vMB 0
102,024 102,024 000000000001619563d128865afdc32ef996cac38fbeaddcbb0ee81d40460d99 5 0.00/1.00 vMB 0
102,023 102,023 0000000000010e3e6825da80551f9f6174ce6c2677685984f31a398c4c6efb20 1 0.00/1.00 vMB 0
102,022 102,022 0000000000020dae79f034398abef305153af9eea50d0299cd3f5998af7d13ce 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.56 GB
    • Received: 21.54 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.