Loading Tool

Explorer IconExplorer

Memory Pool

36,165 transactions
25.68 vMB
0.05785997 BTC
Random Selection Loading Transactions
Max Size: 131.44/200 MB

Candidate Block

Mining Attempt f395ed501cbdb1299c7f7ea6b56e79ec6104e6103d88b2f91c32abe18412f101
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root b165ef281f5fb6a0fe81fd06ab756109d7b5e75b7855e1883c45a819ba45e156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,409
Size: 1.00 vMB
Total Fees: 0.01099798 BTC
Feerates: 170.89 > 1.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (450,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,911 463,911 00000000000000000185ce9d22b373a856234feb9ae1031cbbf355766c86b4ff 2,351 1.00/1.00 vMB 190
463,910 463,910 000000000000000001911ebd79596ec36309d17791590755ee258eca8cbefc16 2,436 1.00/1.00 vMB 241
463,909 463,909 000000000000000001647b0f3c394e6077f4d80e0db693955e2daf5d098d661e 2,825 1.00/1.00 vMB 320
463,908 463,908 00000000000000000038784dc588e930f250670b887844db316a8b152af76064 2,888 1.00/1.00 vMB 285
463,907 463,907 0000000000000000003bf6a2c249aedf3cbaf489e2a926ce573a5beb2f7399f8 2,334 0.99/1.00 vMB 193
463,906 463,906 000000000000000000a60c9dd46c238b632b0887708fa53cfba10730e0423a60 1,044 1.00/1.00 vMB 186
463,905 463,905 00000000000000000210b3e79f8f6c7f5009c34cdd7e5b878f2b41224013732c 2,898 1.00/1.00 vMB 229
463,904 463,904 00000000000000000026b601fe2a6535941178d52f80a55e2c650ebba99413e6 2,625 1.00/1.00 vMB 276
463,903 463,903 00000000000000000179c5a765e0a28f168c8387d57d55a13ba39e4c9023814a 2,608 1.00/1.00 vMB 226
463,902 463,902 0000000000000000016fca9024aed3c26d70c6a3d6ea93e654da25df0b338185 2,854 1.00/1.00 vMB 254
463,901 463,901 0000000000000000000c1ac6577437f0e9f1d3108dbeaaf6e95c901fa80ef3eb 3,451 1.00/1.00 vMB 312
463,900 463,900 000000000000000001a946d6f759cba1357578fa03a1540926e0b650a190acc4 2,412 1.00/1.00 vMB 206
463,899 463,899 0000000000000000019ee6ff2c6bd9d435667d9e238f99b68c895d7e6130922b 2,631 1.00/1.00 vMB 225
463,898 463,898 00000000000000000056c2b9aba3e06d32228bee270804d02a0563a3572a5fa5 2,563 1.00/1.00 vMB 232
463,897 463,897 0000000000000000000f9d14c2e0017a6bc298096654a193629430ff6ad7de67 1,736 1.00/1.00 vMB 166
463,896 463,896 0000000000000000014f89e13d6fe8d44ae55e4b7ed01d6637b26598ee4738ff 2,219 1.00/1.00 vMB 199
463,895 463,895 000000000000000001dd83301320314a0d1e2d6cf92b188f9ebb4523a592a80c 1,363 1.00/1.00 vMB 156
463,894 463,894 0000000000000000009402634fcdb37124da07a660107c8c92554293be4237cf 2,489 1.00/1.00 vMB 178
463,893 463,893 000000000000000000e7ed9af7744091cfdb05ba729a5138fb7743167e5a7d96 2,383 1.00/1.00 vMB 218
463,892 463,892 000000000000000001d6f5f4f05ada829b8b75584aa1b25652d5937558329487 2,285 1.00/1.00 vMB 171
463,891 463,891 000000000000000000e405827776d88d3ff20daba4e27ccc0c4cbcf0d36a02e9 2,601 1.00/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.