Loading Tool

Explorer IconExplorer

Memory Pool

46,794 transactions
27.78 vMB
0.07165160 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt 80b7abdbb25c30df014f0235c1e2d83b27951c94380ca24650a00634c5d01fd9
Version 20000000
Previous Block 00000000000000000001b111321ae827478201ad15bbddad0e9be5e1d7430374
Merkle Root 20b368c0304a34e317a8e37fad5e3c5258dde3f9815033dde5c1580376aabd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.01900102 BTC
Feerates: 100.65 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,907 (467,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,036 447,036 00000000000000000078020c96e086886ff285549f8f292a2c42067ae2751664 2,375 0.99/1.00 vMB 91
447,035 447,035 00000000000000000017b3940d0791eaaed8c271a2632ceafbd929e7ef262adf 2,193 1.00/1.00 vMB 100
447,034 447,034 000000000000000002bda9fc0af758672a763319643d5d0be1e90c121507d82b 1,831 1.00/1.00 vMB 83
447,033 447,033 0000000000000000034148a9125df103ad1d798762019c17766fe369748f12ae 2,680 1.00/1.00 vMB 70
447,032 447,032 00000000000000000229172ee44140a203bb7e73df27d2d8a117919fb29a18fe 2,304 1.00/1.00 vMB 94
447,031 447,031 000000000000000001e183ec649c90796ba893c6b29fe826423f048265149fd3 2,454 1.00/1.00 vMB 87
447,030 447,030 0000000000000000033d18b58cbba430fdc19db7b159a41a9fa689c2dd6d5e1b 2,507 1.00/1.00 vMB 101
447,029 447,029 000000000000000003007667b62bc5f558a071f266bab3c4e9174e3db377fcb8 1,296 1.00/1.00 vMB 40
447,028 447,028 000000000000000000d5011a71dbd70d9e734cda2c63ce8395cfe134f04d7227 2,491 1.00/1.00 vMB 71
447,027 447,027 00000000000000000334a7640675f63098daf99e84fad30e5ff10888c50e0933 2,290 1.00/1.00 vMB 85
447,026 447,026 0000000000000000017b3bf4b74a0d82a65e8d9a3215541472f4dc942a55f470 1,988 1.00/1.00 vMB 74
447,025 447,025 000000000000000000233b7417c2dfe53fd9f8689fd7d9cda986694d0439c92f 3,012 1.00/1.00 vMB 112
447,024 447,024 000000000000000003210310717dbe871e8d9b01707141469ed99b9219ed3c6c 2,339 1.00/1.00 vMB 90
447,023 447,023 00000000000000000178af59787fbc2576de6c12d880e1ed545bd5c24089e52a 1,643 0.73/1.00 vMB 80
447,022 447,022 0000000000000000024034431c86d6f024e93235fb6c14e731d3b1dc5b264722 1,304 1.00/1.00 vMB 51
447,021 447,021 0000000000000000001c6b3e2ea9729dfa363a440a78be251496f767e3975851 1,195 1.00/1.00 vMB 39
447,020 447,020 00000000000000000096e6ff9f75972f723d0093fe4cac4877db7f16d645a2e1 1,511 0.99/1.00 vMB 55
447,019 447,019 0000000000000000021e0f7f0d3d29763519c5fb155f16af157e23c7be005b1c 1,199 1.00/1.00 vMB 60
447,018 447,018 0000000000000000001e8b270c12af4094dc7eec71e6610cf3d88fbffdc9cd6a 2,129 1.00/1.00 vMB 67
447,017 447,017 0000000000000000012085ed98a1f9b31dc6ae781afcd7a18f40a4a9f51a5e93 1,736 1.00/1.00 vMB 79
447,016 447,016 000000000000000000a113b716498286559130835ad7c1b54478bd2f7522a5ac 1,823 0.93/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.79 GB
    • Received: 14.20 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.