Loading Tool

Explorer IconExplorer

Memory Pool

26,285 transactions
26.97 vMB
0.06534827 BTC
Random Selection Loading Transactions
Max Size: 129.35/200 MB

Candidate Block

Mining Attempt ce7a74217ac6229ae15555a133d7d06c8af5ac857da8019b4d0e999ac7934e58
Version 20000000
Previous Block 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579
Merkle Root 1c566e429cb5a58bc76f888e2ff634ef0611fbf375b671bcb38df5f91c3eb61c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,467
Size: 1.00 vMB
Total Fees: 0.01457909 BTC
Feerates: 151.02 > 1.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,488 (244,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,735 669,735 00000000000000000004361d5f900b7c07c14a2df1fbe328a799284992a6e910 3,248 1.00/1.00 vMB 108
669,734 669,734 00000000000000000001d6c66852027e92dab1ae35d2f23cbf1dfccc86dc01a4 2,761 1.00/1.00 vMB 124
669,733 669,733 0000000000000000000586616c6702136b5c3cce404454c93172b7e6b81ade2c 2,894 1.00/1.00 vMB 133
669,732 669,732 0000000000000000000168b2dc21937b8c3ce87e726167e8ab0a784949bac612 2,739 1.00/1.00 vMB 107
669,731 669,731 0000000000000000000217d0377541ba8ca4eeaae1ad2a8db16c71d945cfa252 2,484 1.00/1.00 vMB 132
669,730 669,730 0000000000000000000cfec35c554ba77a01a20801896b8a0b2cfc4496687055 2,803 1.00/1.00 vMB 125
669,729 669,729 0000000000000000000b03b83ac34650350a169ab1d7d79d758f62627983bca2 2,619 1.00/1.00 vMB 134
669,728 669,728 000000000000000000045765cc9dd7adc08e7780c16a986fff1e438067242395 2,282 1.00/1.00 vMB 133
669,727 669,727 00000000000000000008e2b04a3b93311ba1a86aaa1ee1066527a1a91a57c2ba 2,767 1.00/1.00 vMB 172
669,726 669,726 000000000000000000053a8c607b28c6d89f62186a5aae61a94174fb66804573 2,899 1.00/1.00 vMB 95
669,725 669,725 000000000000000000079140de24b73d151c95db627e10c4a38273f18356b018 2,963 1.00/1.00 vMB 110
669,724 669,724 0000000000000000000be62b057166db7ce1cd377ac7e076eedc863a57576494 2,720 1.00/1.00 vMB 101
669,723 669,723 0000000000000000000d1895fe8305147aa529ff8c3afd9b0923d3c64c0c0519 2,331 1.00/1.00 vMB 113
669,722 669,722 00000000000000000009a427391d93342834bc1a0d16cdc220f77801b1660c37 2,693 1.00/1.00 vMB 136
669,721 669,721 000000000000000000083fba49c903b65ecb0636cc229e8f5c6c4df9d8d7e1d0 1 0.00/1.00 vMB 0
669,720 669,720 00000000000000000005dab6d9ad630d162b9912d211bac7eff372da3ab9fb5d 3,043 1.00/1.00 vMB 167
669,719 669,719 0000000000000000000c343308b3093403c6f28107139f49d306e9dd85aed438 2,011 1.00/1.00 vMB 96
669,718 669,718 00000000000000000002976ccdc835653ca7d0730b4de996f2605be1434c08bd 2,163 1.00/1.00 vMB 120
669,717 669,717 0000000000000000000761e15cc8d231e634cd9c996ce57b64ac2f833bbca1e6 1,721 1.00/1.00 vMB 99
669,716 669,716 0000000000000000000404c16691ec7263ef237be7ce51e852c1e2b06b55f95d 2,517 1.00/1.00 vMB 71
669,715 669,715 0000000000000000000b1810501ba1f4adaaf5e3ce0c22851d64d5688774d84b 2,164 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.48 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: 611.60 GB
    • Received: 10.85 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.