Loading Tool

Explorer IconExplorer

Memory Pool

36,722 transactions
29.12 vMB
0.10552963 BTC
Random Selection Loading Transactions
Max Size: 144.49/200 MB

Candidate Block

Mining Attempt 16bbfcc9234ecad62711bd8ce2f710a4f864bada5e8b343b259456005546e936
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 4c0387ca0215be45a91d123549c1125e4fa6bde37d76d8bfcb24fbf89c2f9f01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.04156177 BTC
Feerates: 194.93 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (906,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,734 7,734 00000000d9ca6945382bc8f245dfe7156bc94bdf5b96ca2e6d7d09d5555eefc7 1 0.00/1.00 vMB 0
7,733 7,733 000000000461fcde538569a5d992692266bc503c83df1559d11d9e55854f9980 1 0.00/1.00 vMB 0
7,732 7,732 000000003e8da1bbcb66f62568bf10f2468fe45fedb0cdb5fef438a20e34baf3 1 0.00/1.00 vMB 0
7,731 7,731 0000000044a9165d98e9717f08c3000e216c78eec309e172ea612e4f26f27763 1 0.00/1.00 vMB 0
7,730 7,730 000000002bfbfdc1a10a4a4a84c21fdaabdc8e11368e3d371f8a860aaa0ebdb7 1 0.00/1.00 vMB 0
7,729 7,729 000000004035bc39ab7fb13986867d122e6d6b777f6026f0339a5e297b71b7c6 1 0.00/1.00 vMB 0
7,728 7,728 0000000066cbbcb55f6023be629a23bef0583627b3bbf54865fbc31d83f91560 1 0.00/1.00 vMB 0
7,727 7,727 000000002fe2be87ebc31bbea82b4e735de13cb6337fb80dc3baddc01fc89205 1 0.00/1.00 vMB 0
7,726 7,726 0000000024a5462b56ce978327e365015ee6efd754c1d8b51070fdeaea129f04 1 0.00/1.00 vMB 0
7,725 7,725 00000000b67f02c870135e1295b98394f753bc4a3b11c2ff2d5647ec39735366 1 0.00/1.00 vMB 0
7,724 7,724 00000000f34b30fb06e1a3a9af5421f762f9ebde42b3e030927a1e3ab9e4bef6 1 0.00/1.00 vMB 0
7,723 7,723 00000000d6d9b957b87e7bea266f78bd2f549f512eb315e25d084448044c2582 1 0.00/1.00 vMB 0
7,722 7,722 00000000c478bda41179d4502f5cd54db7e243de98811964e62afd3b46ead512 1 0.00/1.00 vMB 0
7,721 7,721 00000000f9a580fcdd6674f977283adda0284ea2c3dd2ad3abc5d364fb100874 1 0.00/1.00 vMB 0
7,720 7,720 00000000094ac9d8cfd71baeb92f12caf29c7f7f4241da712736b943e4880ef9 1 0.00/1.00 vMB 0
7,719 7,719 0000000024aa969ed9f1406a2b4b49f17b47a73e5fa573773ffcb7ceae9f6adf 1 0.00/1.00 vMB 0
7,718 7,718 000000000962984c4d1cc6d4508fd134269542924a0c3c92fe904af741627297 1 0.00/1.00 vMB 0
7,717 7,717 000000000c3c5fb33ea4106d8b52a7dee184111ec53d23c4c76eeb0ab7a9ec82 1 0.00/1.00 vMB 0
7,716 7,716 00000000bd9728e591043a3328bc8d0b84e37c57caca6e37f7d02cab56dbbf3b 1 0.00/1.00 vMB 0
7,715 7,715 00000000da5872a125e5b13d8213b090cd8316b81ad89b4d59fc0b48cf508b33 1 0.00/1.00 vMB 0
7,714 7,714 0000000040c06516cc9424ea574731fd6fd8804e31dabbafb7113b637969b08a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 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: 612.64 GB
    • Received: 11.03 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.