Loading Tool

Explorer IconExplorer

Memory Pool

78,921 transactions
29.60 vMB
0.07257986 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt 5be333fe9b44ba38578677d61af675728d7c55d217554a619f94a8a9de86b8bf
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 5dd48aaf9f8e2ce366db4d60b6b3fabcbc20da62e34a842900d83640870aea02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01230203 BTC
Feerates: 150.77 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (467,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.