Loading Tool

Explorer IconExplorer

Memory Pool

27,676 transactions
24.41 vMB
0.05004147 BTC
Random Selection Loading Transactions
Max Size: 120.25/200 MB

Candidate Block

Mining Attempt 38f87ba39809b3a387ac03d9602f71c1f1236f562ce2867494b9c29e7f7c4727
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 3f7503d8fd2aec3e7038dc3da32a8061a15c9bf28b34dba401f672d33bab8a7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.00683639 BTC
Feerates: 73.20 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (450,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,924 463,924 0000000000000000012e4b71a7412081a6c0466671d345ad2edfcc0d5b5eddfe 2,541 1.00/1.00 vMB 191
463,923 463,923 0000000000000000013b3a2dbec5e9473d381795cd569ce4563fffe97fabf43c 2,369 1.00/1.00 vMB 174
463,922 463,922 000000000000000001e56a7d63b0c992a524b063cd433ecfa99779dcdf184a7e 2,645 1.00/1.00 vMB 207
463,921 463,921 0000000000000000005021ad18d34f83298a86e896050fcbe9e58661242eec2a 2,216 1.00/1.00 vMB 167
463,920 463,920 00000000000000000084ad4899b0b296312f9af7e6331dddd14816f93d39d55c 2,154 1.00/1.00 vMB 193
463,919 463,919 0000000000000000015fff71eb142d9337b550eab4b2dbb2e1d499de40926469 2,676 1.00/1.00 vMB 221
463,918 463,918 00000000000000000141e755322c134906d93eb474f9ab1827b01bdb31147b29 2,855 1.00/1.00 vMB 165
463,917 463,917 00000000000000000195a14dec1702b6e2e06fef6d838d9413b1f2988d5cd785 2,366 1.00/1.00 vMB 235
463,916 463,916 00000000000000000175a4f5a46e96d06faf34455a554356204fd0bd36d66b03 2,040 1.00/1.00 vMB 156
463,915 463,915 000000000000000000a05e22e2bd5dca7db3ab135a8c99269c1be42c71304456 2,187 1.00/1.00 vMB 192
463,914 463,914 0000000000000000014419ea788b8052b2e734b59099b79adcbf74faed6209ca 2,305 1.00/1.00 vMB 219
463,913 463,913 0000000000000000000d29985518f570151f8af96d8221b7939e6664d4c1d8a2 2,556 1.00/1.00 vMB 163
463,912 463,912 00000000000000000045ea074c2d0d73b1e4f71e775e2302d20e9d6c2d6a8847 2,690 1.00/1.00 vMB 161
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
Previous 10 blocks ↓
Total Size: 781.86 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: 641.75 GB
    • Received: 12.52 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.