Loading Tool

Explorer IconExplorer

Memory Pool

27,683 transactions
27.90 vMB
0.07627476 BTC
Random Selection Loading Transactions
Max Size: 133.76/200 MB

Candidate Block

Mining Attempt a6973611c0569bbbf41ce87521d513891448dbc5988ea04fda624436bd48ea3f
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root df40dc16cfe4ce1e4ab5c759e076f097eee383aad1f4a9de7821966bbe91f406
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.02230270 BTC
Feerates: 150.73 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (453,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,830 460,830 000000000000000001a0b9ac7b0c14ffd735c2e0930f6d0d6cfee812dfa3f9d6 2,581 1.00/1.00 vMB 161
460,829 460,829 000000000000000001f5b8b98984353d1d739444aecb466b879cd0d84ae90177 2,387 1.00/1.00 vMB 194
460,828 460,828 000000000000000000d92e79b57e02827314bbc28b28c8057f69e8b34b2c97aa 2,055 1.00/1.00 vMB 109
460,827 460,827 00000000000000000138348904f63f129ed18335e67572e63050f358ea600e37 1,354 1.00/1.00 vMB 88
460,826 460,826 0000000000000000001fe465ad8ab60fa26d2ddc4444f6743e698850f4e24d88 2,494 1.00/1.00 vMB 131
460,825 460,825 00000000000000000097f31b05d3e48efc5ef2dfa50ab9cc0996d03223141e0a 1,835 1.00/1.00 vMB 156
460,824 460,824 000000000000000000d64e35a6e3b8b1ab338cf458e7b5362b015aedcf895892 2,541 1.00/1.00 vMB 162
460,823 460,823 00000000000000000056aa877be4561cf2f305926a17020695a119c00040ffe7 1,877 1.00/1.00 vMB 136
460,822 460,822 000000000000000000621e276055b063fd95aed7259a07a72c76e236e5cff495 1,822 1.00/1.00 vMB 146
460,821 460,821 000000000000000000b58ac6bfcde836f131a5293ca96b7ed9bfec8129e51f42 2,411 1.00/1.00 vMB 179
460,820 460,820 000000000000000001d9dfc3ca84956dd9a30ee975aa74c58fc99853da997746 1,988 1.00/1.00 vMB 143
460,819 460,819 000000000000000001c4e5402281ed2a9f3322df8e62ae27c4574f38a99bf41d 2,515 1.00/1.00 vMB 224
460,818 460,818 00000000000000000135d4b946359c393fedc1f98ef05cd1e747c134df85354a 1,194 1.00/1.00 vMB 92
460,817 460,817 0000000000000000004d681a67f109a3b8a91ae36870a5466195c51463c93a05 186 1.00/1.00 vMB 26
460,816 460,816 000000000000000000d6042b7a773766dff44912955afc611c47cb8bc623ae29 2,011 1.00/1.00 vMB 141
460,815 460,815 00000000000000000100e5f0484e12d86be1515ea807663eac61583a084589e7 1,683 1.00/1.00 vMB 111
460,814 460,814 000000000000000001e9b27c08e91d53173200734d8513095320f8e99a349d89 340 1.00/1.00 vMB 35
460,813 460,813 0000000000000000005d72de6863f8c8d2f06c29d0ff6a8341fe9146cd3dde60 1,870 1.00/1.00 vMB 76
460,812 460,812 0000000000000000009cbfe824e1821b3dad327bd5a5a913c1a73cd33fafb46d 2,321 1.00/1.00 vMB 184
460,811 460,811 0000000000000000012623aae44bf4c2791306e84a62a7b0f708c8aadd6808d4 2,011 1.00/1.00 vMB 128
460,810 460,810 000000000000000000dcf37b340c6fe55b6fa59f462d92e9bcb41301109498a7 2,065 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.45 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: 610.85 GB
    • Received: 10.75 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.