Loading Tool

Explorer IconExplorer

Memory Pool

86,585 transactions
31.66 vMB
0.14994908 BTC
Random Selection Loading Transactions
Max Size: 190.98/200 MB

Candidate Block

Mining Attempt 9eec9c6c0f3715444419aa1635491af146e2f80aa024392efdbe6fd7410d5bec
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 42358b963f93332c4646cfc424209ffc68e4261f3b921a60a124bde9d74ab1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.06671481 BTC
Feerates: 214.31 > 6.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (424,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,244 490,244 0000000000000000008ea35e8a7defc88854ad52366dc902a197bba103f4f0c7 313 1.00/1.00 vMB 15
490,243 490,243 00000000000000000013851796b7fbc367a895533824a99b4efa704f8e80a071 2,107 1.00/1.00 vMB 12
490,242 490,242 0000000000000000006005ef2dac782edea3e0b578267995fb3d7c2cfdf42f85 2,415 1.00/1.00 vMB 83
490,241 490,241 0000000000000000008efaa78809966b801bf27a3388fa41abfed8d7d6f8864d 2,423 1.00/1.00 vMB 178
490,240 490,240 000000000000000000221bee6fe800156f0a7251d90a16db96fb143f49e3a789 2,807 1.00/1.00 vMB 99
490,239 490,239 0000000000000000007ec5416b2784cc8d1806458e03379768408bb997e0a9a4 1,877 0.96/1.00 vMB 132
490,238 490,238 0000000000000000008d97acbf641ef85e23b00358deec5f338b3449c397dfe6 2,342 1.00/1.00 vMB 149
490,237 490,237 000000000000000000873089892ae0b6781d0e0106b7933f5cc4ab87c0d5e8a6 2,417 1.00/1.00 vMB 167
490,236 490,236 000000000000000000769c19d1723e0f53569e154d63fd5c79cffabb85409914 2,717 1.00/1.00 vMB 210
490,235 490,235 0000000000000000004277348498d1ca931f74fdde601c83d945dd112c7d51bd 853 0.39/1.00 vMB 170
490,234 490,234 000000000000000000766377b590c3baa6c4406da39028c4b76dd85c2905f115 2,233 1.00/1.00 vMB 97
490,233 490,233 000000000000000000e0a5612787097a8da7c212575c2496a40811bb8d8fd55c 2,589 1.00/1.00 vMB 35
490,232 490,232 000000000000000000815403e4e49fa441c72efcaa5504b9be6aa1edab7fd021 1,361 0.50/1.00 vMB 176
490,231 490,231 0000000000000000001f64f75eb5d76cecd4f7f71db19dd4c7333aad4b387723 1,154 0.41/1.00 vMB 162
490,230 490,230 000000000000000000c30aae05e6abf12af53f83f5973a276d742bf4c4856d5e 2,245 1.00/1.00 vMB 170
490,229 490,229 0000000000000000006bce0a5c3109e65dbe06ad9bf4f2367cad3df768b6e393 2,202 1.00/1.00 vMB 70
490,228 490,228 00000000000000000088fa24196c9c097e7ca90a8935cf003a9785f1fa8d114c 2,303 1.00/1.00 vMB 201
490,227 490,227 000000000000000000e758bd64cd1a80481488f27edb41179b7f4647d9da9318 1,032 0.55/1.00 vMB 98
490,226 490,226 0000000000000000007d9579c56de77f27d9a4e1e7dce8b9e64d8d00415213f5 232 1.00/1.00 vMB 8
490,225 490,225 00000000000000000041fd3e15771801470129f1ad43413dd0f6fc5aca20ff3a 1,373 1.00/1.00 vMB 25
490,224 490,224 0000000000000000005535b3e186984dcb7a79b0b6f55f544a0ec758690148f6 2,519 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.