Loading Tool

Explorer IconExplorer

Memory Pool

81,745 transactions
30.31 vMB
0.16778161 BTC
Random Selection Loading Transactions
Max Size: 182.99/200 MB

Candidate Block

Mining Attempt cc6d27ff794582b754a70e9cd370018b985d6feeb8637a42c098e44515dbd1a1
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 4e43a72d64ea0760a32f89bf9a471bb4078939b3cbcf5399d366ba5fd0ee3129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,328
Size: 1.00 vMB
Total Fees: 0.09171846 BTC
Feerates: 502.67 > 9.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (301,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,754 613,754 000000000000000000013d38d7a61512513fffaa0167b538a2b525975e3d3653 2,250 1.00/1.00 vMB 6
613,753 613,753 00000000000000000009481918a3fe5772e0d2fef2f7dc8ae39f2e9df7e48200 2,652 1.00/1.00 vMB 7
613,752 613,752 00000000000000000009425c9df980ad709b3b978429d5f37cb6fb4af056860d 2,733 1.00/1.00 vMB 7
613,751 613,751 000000000000000000115ac1dcc2845c2d033283ee37e3a4ff61a09f42a69c32 2,912 1.00/1.00 vMB 10
613,750 613,750 000000000000000000087d99fc3651fb3666340d1e71f6581778e2b1f33b8058 2,334 1.00/1.00 vMB 25
613,749 613,749 00000000000000000002897718d29d2aac0b86e1ae4b9522684ad544406973f4 3,428 1.00/1.00 vMB 19
613,748 613,748 000000000000000000028ee6e6a4981e11f5894144827f7f6da4616e13802adc 3,346 1.00/1.00 vMB 23
613,747 613,747 0000000000000000001057223b01b726755c173a7d8c347602b7f4326ac3bc43 2,846 1.00/1.00 vMB 5
613,746 613,746 000000000000000000047cfae08fa72b45e726d5d8c61c9626f309ddb06e0724 3,132 1.00/1.00 vMB 17
613,745 613,745 0000000000000000000c05f72d4aaee1b281e6c1e8f8f8a8c2deb584ca62a0e2 3,239 1.00/1.00 vMB 15
613,744 613,744 00000000000000000008f92645bf3a217127f76b1da5c9600e916b98912167b7 3,342 1.00/1.00 vMB 16
613,743 613,743 000000000000000000111ad9d6e93f6872e27dc2a39fbdecd3475e225a6baf20 2,947 1.00/1.00 vMB 23
613,742 613,742 000000000000000000051970831ee28b938486a07ba52bf23063519522a3eb7b 3,197 1.00/1.00 vMB 13
613,741 613,741 0000000000000000001167bf47857b275cce5d38910a50cc1849af750065989c 2,629 1.00/1.00 vMB 12
613,740 613,740 000000000000000000075ffe53a67c9b35a7a8752b25c1997c75d5132dc7180b 3,393 1.00/1.00 vMB 15
613,739 613,739 0000000000000000000451a4379978c185e8af36c17d9a3bbbdebe95179fb8db 2,581 1.00/1.00 vMB 28
613,738 613,738 0000000000000000000de7f0d091e0d5bcaa030e752dc5ff2fea21ff06ea2bd8 837 0.25/1.00 vMB 12
613,737 613,737 000000000000000000076db906052434f0c7e699f4533b3de904114374fe28a1 186 0.05/1.00 vMB 12
613,736 613,736 000000000000000000041b109489bf27a02f772e6a8394604d5a92fe21687153 2,304 0.67/1.00 vMB 8
613,735 613,735 000000000000000000027f44f5cf3c13451e301acc6027f6948b28202c52ff71 2,750 1.00/1.00 vMB 16
613,734 613,734 0000000000000000000936ba4cbb2925d23beb88eef6ef147ca28b6c157d8023 1,534 0.48/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.