Loading Tool

Explorer IconExplorer

Memory Pool

46,258 transactions
28.20 vMB
0.10767912 BTC
Random Selection Loading Transactions
Max Size: 147.97/200 MB

Candidate Block

Mining Attempt 1d829043f81d584c3c0653f8825be74c836d7ca552e8eb94eaef644e41127bef
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 44406cd302c1b6af0d30ea93697388e6646c60f2493a27fa8c6af2dd98c185ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04481299 BTC
Feerates: 265.25 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (467,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
447,015 447,015 000000000000000002371145e9ceafc966b691a20ab819e5d22293d23e695515 2,033 1.00/1.00 vMB 99
447,014 447,014 000000000000000000ee41504790dcba2645b37c912b3d0b07ee21f7a7bb60e0 3,056 1.00/1.00 vMB 68
447,013 447,013 0000000000000000016ce87491b96a3ab36813e3cb404204ae2ebbd603f8dfc5 1,581 1.00/1.00 vMB 74
447,012 447,012 000000000000000002e0592ceb1a0426335ad3aa074956353405d1212e7054dc 2,453 1.00/1.00 vMB 74
447,011 447,011 000000000000000001be9492dfcae025ceb0269211b571ff830e57598df1b93a 1,784 1.00/1.00 vMB 69
447,010 447,010 000000000000000000dd39461ecd1c5bb7433e56f6ba9de9b80a8dc1eae1ccee 1,644 1.00/1.00 vMB 80
447,009 447,009 00000000000000000203750350de2a8f2129756436111c25100801fa26b9e5b1 1,962 1.00/1.00 vMB 87
447,008 447,008 00000000000000000199374c526d24e9f086f8a5eb0ee05a23e36df9f20249f2 2,181 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.