Loading Tool

Explorer IconExplorer

Memory Pool

39,183 transactions
27.41 vMB
0.05894477 BTC
Random Selection Loading Transactions
Max Size: 140.07/200 MB

Candidate Block

Mining Attempt 8eecee59a77d1d55f68a9a26da5c28b9fb8fda1221c526eb695396c047e2de54
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root d097bceaf1b3a39310b6d7d060c6a977ae983cb83453d758ce5a26a708832dbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,689
Size: 1.00 vMB
Total Fees: 0.00682621 BTC
Feerates: 71.81 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (793,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,379 121,379 000000000000198ed4cb0586b718bc901865d1e94cb859cd1c4af043379d9aa8 2 0.00/1.00 vMB 4,444
121,378 121,378 00000000000093e086375dba347f1051997d85afa3cbf6500ec7c37a157daf64 7 0.00/1.00 vMB 326
121,377 121,377 00000000000071b49e326a071150f1338991c0359ac21db0f80c5fa721af2634 8 0.00/1.00 vMB 0
121,376 121,376 0000000000003215170e9e251e2e1e61f0bcb9f623d5c777ba632224e4e1b24c 5 0.00/1.00 vMB 0
121,375 121,375 000000000000836abb55ff5164c695058cbdd4ac317c2ba664b2a706faedc0b1 6 0.00/1.00 vMB 0
121,374 121,374 0000000000001db928d213263c4a73925c8c2b1f0226c95f1b88765cd5c7fddf 3 0.00/1.00 vMB 846
121,373 121,373 00000000000023079ff20b262796c5a03aa8308e9b67b681c5c968f939a699bd 3 0.00/1.00 vMB 0
121,372 121,372 00000000000065fbb7733f5ba02bd1e88425c549eed2919bf51b3a5ca4b997a1 1 0.00/1.00 vMB 0
121,371 121,371 000000000000861f60b29956325551de481c26e4358bc7957e28d7c2a9a4c4e9 9 0.00/1.00 vMB 324
121,370 121,370 0000000000005206cc6d381b71c1f46998cfef8c682aee6aed452b28c70925bd 1 0.00/1.00 vMB 0
121,369 121,369 0000000000005d4e5bc9d10ebc025898e91b9837e808250069246c7b36a57214 7 0.00/1.00 vMB 0
121,368 121,368 0000000000005c6fcdd3bd8e248e95b680a9b20c1bd286243c45231e38f4916b 8 0.00/1.00 vMB 0
121,367 121,367 0000000000007431d5d0e5b76aa51aaf27a6e78d8e0acbce44808a91909303a1 9 0.00/1.00 vMB 0
121,366 121,366 00000000000086bd6268e80c7b21e02b813796e6d669f70516cdd77e05f445ef 14 0.00/1.00 vMB 624
121,365 121,365 00000000000071a8a1769c11c55deb81685dd016b7c4fceda3c8f027362084f1 44 0.01/1.00 vMB 1,632
121,364 121,364 00000000000043026f9b93c4d3bfa24acb8bd4bf8849c0d4a7af575ddcf47152 11 0.00/1.00 vMB 0
121,363 121,363 0000000000000d87732e0fda72b96324862cc8028724066e65c4b814df44454c 11 0.00/1.00 vMB 0
121,362 121,362 0000000000005ad4fb4c0773ee8420a710996e3d9a5926cdc5bc67339b50887b 4 0.00/1.00 vMB 0
121,361 121,361 000000000000913f63a281b67a97ea9ad9a6143854bd4dce4a53dbe3db502a8b 10 0.00/1.00 vMB 0
121,360 121,360 0000000000002d6e32f17db4292ddc2a6509571574575889a14198937a30d108 36 0.01/1.00 vMB 1,867
121,359 121,359 00000000000056fcdff0050872d6e91cfd377d53212dd6a50d909a7d370e1d5c 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.87 GB
    • Received: 12.08 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.