Loading Tool

Explorer IconExplorer

Memory Pool

39,779 transactions
32.71 vMB
0.07654621 BTC
Random Selection Loading Transactions
Max Size: 161.73/200 MB

Candidate Block

Mining Attempt 20121ef0faf6a6ec86d3a0c9c74683fc71ef0d24f568db5a0a2a01f6d09bb0e3
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 0ee6303f33e92713f6d12f17a455b6bbf84640b2e6c6228ed869bebbf8ac0df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,182
Size: 1.00 vMB
Total Fees: 0.00750517 BTC
Feerates: 30.98 > 0.75 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (301,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,697 612,697 00000000000000000011df8acaf1e47d63c1859d7476896e86f003a3f54a868b 2,521 1.00/1.00 vMB 28
612,696 612,696 000000000000000000143e29b57582b5dbe9b46deb9f6428efdfaec40fbac897 2,844 1.00/1.00 vMB 30
612,695 612,695 0000000000000000000b6b62706ff10a40a961bdf954ebc4825162f4346c2f8f 3,289 1.00/1.00 vMB 22
612,694 612,694 000000000000000000092b6dc59e12ae079940e82d0d33dd5c1cc1c6e2fb9484 3,565 1.00/1.00 vMB 21
612,693 612,693 0000000000000000000d0f940edf4983d47f26d094e7c606260b99fcd035ab63 3,233 1.00/1.00 vMB 16
612,692 612,692 00000000000000000001895766c01f524ab8d6c97e2528b51a676b994837ab8a 2,793 1.00/1.00 vMB 21
612,691 612,691 0000000000000000000407dfc30720530c15dd1b9b3fd6c655ea1b287c2cb337 2,947 1.00/1.00 vMB 26
612,690 612,690 0000000000000000000f9d751b55e52fc9a376832f5b2a756be02577963a3d70 2,914 1.00/1.00 vMB 39
612,689 612,689 0000000000000000000b817f9326e28b0960a40b6aea2b4c4f2c8c647500f5ac 2,141 1.00/1.00 vMB 8
612,688 612,688 000000000000000000039a319bd34b144a545db1e92fcaabdad98d5d0f093736 3,106 1.00/1.00 vMB 16
612,687 612,687 00000000000000000011c13ff4786d701d232aff383b7e48ae354d83973329fb 2,773 1.00/1.00 vMB 28
612,686 612,686 0000000000000000001242705f1e92902779445a39210f50f2ec5897a19b7c98 3,087 1.00/1.00 vMB 11
612,685 612,685 0000000000000000000e5e44209c834de3c1d770be52c61643b494d751ad1adf 2,750 1.00/1.00 vMB 13
612,684 612,684 00000000000000000012c5ce0ec38e82652e5d290ff6a6b648f50c24cf2f28c3 2,769 1.00/1.00 vMB 14
612,683 612,683 00000000000000000004d97683c7be67b010a179850eafbe14a4a4348a36f4ff 2,481 1.00/1.00 vMB 20
612,682 612,682 0000000000000000000fad000eedcd13d5e46006175fbfd050355a795a82d65a 3,064 1.00/1.00 vMB 16
612,681 612,681 0000000000000000000fbc7f64c52c1402634616db9b5ef8054a2ce8de84e0ec 2,730 1.00/1.00 vMB 22
612,680 612,680 000000000000000000036f8851f4a6fd6f7595296ffd509680afb7d179a0977c 2,934 1.00/1.00 vMB 18
612,679 612,679 00000000000000000011f04161913b9b94b57b8b39155135596cd1e0abc0ff84 1,928 1.00/1.00 vMB 47
612,678 612,678 0000000000000000000779615f45044a1a903bb2c8a8cc68d5b09a5fb829c6ed 1,429 1.00/1.00 vMB 3
612,677 612,677 0000000000000000000a4db5ba64f8e57e825a80d7093351fcbb06e01b475bce 2,944 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.97 GB
    • Received: 11.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.