Loading Tool

Explorer IconExplorer

Memory Pool

78,351 transactions
29.38 vMB
0.06661765 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 4ffa4f2605efbac6ef0c0ea10800f114725dc60eed0574ebf4a93329ef0a7c6c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 0832e4d0ddab4b374916754295109cee8bd6f25ba202526522165e49c874d798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00695731 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (353,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,040 561,040 0000000000000000001ac0c39112b636f81571be2ff8833d716c6d27ca1f9894 1,730 1.00/1.00 vMB 46
561,039 561,039 0000000000000000000c9abbfb8f83ef30c8d29d58918ca055700c336dee07cf 1,382 0.65/1.00 vMB 17
561,038 561,038 00000000000000000014e4f81baaf06c5ae391a528881c779d90c50be6d6ba49 2,034 0.77/1.00 vMB 4
561,037 561,037 0000000000000000000b6d11f6edaa3e26a9c943009d740ce5371fd6fa9472ed 1,636 1.00/1.00 vMB 41
561,036 561,036 0000000000000000002bca75b4c27f979f36fc54622776e34e4cb1797515fb2a 1,145 0.43/1.00 vMB 16
561,035 561,035 00000000000000000021aa62eaad6a76576f0dd1aa94ee9557bcb9d6688bec8b 2,327 0.86/1.00 vMB 22
561,034 561,034 000000000000000000190b41bf8c7b5e1c49275ab71b5fe1aef57864bedf2b5b 2,662 0.94/1.00 vMB 20
561,033 561,033 0000000000000000002d44db591477232417c742b26fc1736c9373aebaba63be 2,121 0.94/1.00 vMB 22
561,032 561,032 0000000000000000002a4c59fc070a55d31c85c4725a261c8da4e3add760e83a 1,827 0.71/1.00 vMB 23
561,031 561,031 0000000000000000001aa77f2f99af9b7f205ae3ce92bfd4629e2a219dfa2373 1,789 0.96/1.00 vMB 14
561,030 561,030 000000000000000000081f29a509dee1c57b53e970a8e2f3a3eb4a99f16a28d9 2,024 1.00/1.00 vMB 15
561,029 561,029 0000000000000000002f5b9d34860afb5900971b57db8794efe4a1d53f338762 2,352 1.00/1.00 vMB 62
561,028 561,028 000000000000000000077303611c2a624f54465a7bfd630ef9856e510c56803c 73 1.00/1.00 vMB 1
561,027 561,027 0000000000000000001dea8fd35ece496c8948bbf6c5cdd60d187f4bb6a2002c 297 1.00/1.00 vMB 4
561,026 561,026 000000000000000000045f0cbc5e6973bd0c03020d4527955d154c901c923ed4 852 1.00/1.00 vMB 5
561,025 561,025 00000000000000000019a2e8d3396fe8542542391e982bb3650e68fa3a185718 1,852 1.00/1.00 vMB 12
561,024 561,024 000000000000000000043339947a6a1aaf93b42e03c74d1975bc1e672602f261 2,673 1.00/1.00 vMB 15
561,023 561,023 000000000000000000257cd95dc0db793a93297e45bb7bb9111a051b63c81f4d 2,710 1.00/1.00 vMB 46
561,022 561,022 0000000000000000001e507b91f100995a251a4be54e716113db5df069cf371e 2,750 1.00/1.00 vMB 46
561,021 561,021 0000000000000000000fb0ac77473f1e06ab11e12f3a248252227ac2826fa4db 3,168 1.00/1.00 vMB 9
561,020 561,020 000000000000000000046943e99a3c12c80781360cbbcef38d95324a2c0fad97 2,778 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.