Loading Tool

Explorer IconExplorer

Memory Pool

36,510 transactions
25.75 vMB
0.05944777 BTC
Random Selection Loading Transactions
Max Size: 131.94/200 MB

Candidate Block

Mining Attempt e5a9c06b93478891432bb3971aa788808988676292e109b2e3286055e2fcdfbd
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 54a5f42186caa03590ddc38ab26c06228f830cc57883fc6c71dce9250dad1a88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,209
Size: 1.00 vMB
Total Fees: 0.01238816 BTC
Feerates: 170.89 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (450,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
463,890 463,890 0000000000000000019962f61c038bdb7a038aa2b4d617ec4e5cd19e8e41c89d 2,757 1.00/1.00 vMB 215
463,889 463,889 0000000000000000018b6ceea022b0b905680ead69cb7b0e55aaaa75e25cce24 2,304 1.00/1.00 vMB 216
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.