Loading Tool

Explorer IconExplorer

Memory Pool

77,377 transactions
28.71 vMB
0.06682527 BTC
Random Selection Loading Transactions
Max Size: 174.21/200 MB

Candidate Block

Mining Attempt 6572c37db7ff455333a7e2fba64fe941cb938154092ed4c17773747319ba1d69
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 75b0561ea8c892c14ead96ba440552e845b73b99d15f7f619b54e2b2abcd8126
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,546
Size: 1.00 vMB
Total Fees: 0.00711555 BTC
Feerates: 100.53 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (242,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,442 672,442 000000000000000000042cf9f79b3e481cb00da7fa63eec792058b17506670ae 826 1.00/1.00 vMB 136
672,441 672,441 0000000000000000000be66e3ac9aa6497a7845fa45cbf33c4ece55c263d6f6a 2,433 1.00/1.00 vMB 102
672,440 672,440 00000000000000000007641a271a611c6de0fa1e3a7baf2aec7283d8db8280a3 2,959 1.00/1.00 vMB 118
672,439 672,439 000000000000000000050b1a3bd60661bf7b53badb95f657bae8eb2afb225c4a 2,051 1.00/1.00 vMB 73
672,438 672,438 0000000000000000000a88d59a0cf338ad9ea90c0d58e841015f6e74fb926a57 1,458 1.00/1.00 vMB 13
672,437 672,437 0000000000000000000a5e9e4ad57de5b10f482dd3e4ca245f68eec7f8f768f3 2,033 1.00/1.00 vMB 45
672,436 672,436 00000000000000000009d13972a2f4bb8011534b055d8728a0a798f710c881ed 2,357 1.00/1.00 vMB 43
672,435 672,435 0000000000000000000763eb48c6d47ced39646b315efd96e08aab13d3518b15 1,641 1.00/1.00 vMB 21
672,434 672,434 000000000000000000048ddcdbb99a9a44297c9f949b3ce62b5984b89a2c6c88 2,421 1.00/1.00 vMB 93
672,433 672,433 00000000000000000002727e70ea2adce00a50aa4f31a0c91e8e16b21cb19575 1,643 1.00/1.00 vMB 18
672,432 672,432 0000000000000000000249377c53235928932929f65e2e1ceb57fe57670d41c1 2,173 1.00/1.00 vMB 16
672,431 672,431 00000000000000000003120e9aa5b6f1247a730c4b0dfc6716db4b855c978da5 2,096 1.00/1.00 vMB 41
672,430 672,430 00000000000000000006db96c9fc912bbf8c226b6830f786258ff004735124e3 2,066 1.00/1.00 vMB 49
672,429 672,429 0000000000000000000c68449cff422bcaf4143ccb93c71033d201c32ea2c3da 1,971 1.00/1.00 vMB 112
672,428 672,428 0000000000000000000623c0b7cedc3e55d9d675e4ca79e10669eee71271e5d6 879 1.00/1.00 vMB 138
672,427 672,427 00000000000000000000a5e00850bcffc12372e1513d0e972fdf62b0e4d276df 2,530 1.00/1.00 vMB 65
672,426 672,426 000000000000000000019794e9f8b720bb2b9697c8baaab0b6c083e6bd1a363e 2,482 1.00/1.00 vMB 62
672,425 672,425 000000000000000000045a67bc0cecb7c54ee295365a7a0f404365dea7808fe3 1,756 1.00/1.00 vMB 28
672,424 672,424 000000000000000000000c33154c43cc66cad98ba91684177a78b702aefa13d9 2,946 1.00/1.00 vMB 113
672,423 672,423 00000000000000000003e16c6598a261f4d86babf87b4e971bb85bdbae3337d6 2,795 1.00/1.00 vMB 106
672,422 672,422 00000000000000000002b6757eadbc3775416a2c4be4b0cc9fd269dab3b59f52 2,261 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.56 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.98 GB
    • Received: 15.80 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.