Loading Tool

Explorer IconExplorer

Memory Pool

34,789 transactions
25.92 vMB
0.05494167 BTC
Random Selection Loading Transactions
Max Size: 131.07/200 MB

Candidate Block

Mining Attempt 982a2df9e9f447d59ca6a54757c77aeddf437020f8f37771bd3674d54643431a
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root c6c7c2eecd9875bf6ee78b7658d5fc1e2c42061b7b70cbb590bd2a14045b71a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.00723682 BTC
Feerates: 226.23 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (450,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
463,888 463,888 000000000000000000aa86e1d7427b23a8b8acef1f9fd1f2642b48f681f29764 2,740 1.00/1.00 vMB 275
463,887 463,887 000000000000000001ea7caf406376059996821422b877d07e8b6f4952584875 1,719 1.00/1.00 vMB 146
463,886 463,886 0000000000000000012cd12d372557e7c2300457da1c5baf549c81aab1b40c91 1,814 1.00/1.00 vMB 162
463,885 463,885 0000000000000000010bd605145f67bf36b44f7e1eeb43811119d55a83657540 958 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.