Loading Tool

Explorer IconExplorer

Memory Pool

80,576 transactions
29.70 vMB
0.09497058 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 198a4754602a174b2b9a2759f367a3ff7d4e397db73c3bdff257ea244b30c971
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root fc9a4adf14baaf2890f7eb56e69320b12553f571d31599aaba96820aac1a2afc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,121
Size: 1.00 vMB
Total Fees: 0.03121301 BTC
Feerates: 502.67 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (452,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,039 463,039 000000000000000001645350b56eae5bd8b5de500af5452b145db0df7a154208 1,131 1.00/1.00 vMB 69
463,038 463,038 0000000000000000003eb7d40cef72f0f3bc99f7a2b0619ba0e06d71ec695eaf 1,996 1.00/1.00 vMB 86
463,037 463,037 00000000000000000121fe904d9ea43d85eb81466d2a8737eb7b49f48985975c 1,743 1.00/1.00 vMB 169
463,036 463,036 000000000000000001981340bce172976984e95a026afa75831a24c6f90e1526 1,259 1.00/1.00 vMB 74
463,035 463,035 000000000000000001e22733b982f14e0304109efad47d9a4be0efd2f659ca30 1,734 1.00/1.00 vMB 63
463,034 463,034 00000000000000000120df978de707821b6e3fd031e86a140f5d4baa9622841d 2,858 1.00/1.00 vMB 141
463,033 463,033 0000000000000000007e8070816a9e33f287cbb625221b29c93beefddc219a94 2,482 1.00/1.00 vMB 162
463,032 463,032 00000000000000000129ac66f67ab0c76844d1ebc0edc6a4eda1a73806cf6e80 2,142 0.99/1.00 vMB 123
463,031 463,031 0000000000000000011732247d0f9c1d2a04c91170c4efde4d8610ef7701c3f3 2,140 1.00/1.00 vMB 158
463,030 463,030 00000000000000000125266579c7a60054cf4733bfea0d3859593e0777a9b0d2 3,033 1.00/1.00 vMB 188
463,029 463,029 000000000000000000d282235f3b4ba8817df39213ba4640ef848d3444d9e4e6 1,876 1.00/1.00 vMB 105
463,028 463,028 000000000000000000a61d6bfdf4a66c7139f5ede3106e33395380c1efaa70b6 1,550 1.00/1.00 vMB 87
463,027 463,027 000000000000000001e65b24ca346713756868909fe8353937de09766cfba6d8 2,034 1.00/1.00 vMB 118
463,026 463,026 000000000000000001b5906ba45cd4d0944cbd23a550bd4f3548b33ce9db0175 1,859 0.84/1.00 vMB 133
463,025 463,025 0000000000000000006b40c188ab7b628fefae7212fc5df2b3223e3960df2666 3,058 1.00/1.00 vMB 185
463,024 463,024 0000000000000000008bf55ea075ec70a3538087db243facb338df9d45d39d5e 1,422 1.00/1.00 vMB 85
463,023 463,023 000000000000000001503ca6d0bcccc834b8e6a7af574c970bd311d27e4964e7 2,661 1.00/1.00 vMB 230
463,022 463,022 000000000000000000ae608a2138eeed956fa41ac35816a55cd31026b5385326 872 1.00/1.00 vMB 62
463,021 463,021 0000000000000000003ff2b5fb08ae299479791f0024c54a83342ef1488a6479 1,002 1.00/1.00 vMB 47
463,020 463,020 00000000000000000076af18d8c934cc89552bc097c19064b776aedc9caeae89 2,293 1.00/1.00 vMB 153
463,019 463,019 0000000000000000003f113b3f2a48d4e93dba5f5b54bc1ef7fe4b1e021d2dfd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.