Loading Tool

Explorer IconExplorer

Memory Pool

73,712 transactions
27.25 vMB
0.06296558 BTC
Random Selection Loading Transactions
Max Size: 166.41/200 MB

Candidate Block

Mining Attempt 1c17587af37d7da2fb954bfe2b320955ea027a208e364f6dd70995d5a3c14dc3
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 76146327e5aa87e799ba22b013d9a48e69b00a97ca75b4a6d5e879e313e7c87e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.00506586 BTC
Feerates: 21.10 > 0.51 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (575,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
339,973 339,973 0000000000000000130fc02121c762a24dd37e67021c9ac4a96a4e20d2929e8a 253 0.11/1.00 vMB 25
339,972 339,972 00000000000000000e49e931f17bf10cc7f503bb96db35a62f3d1a4c31e1f952 205 0.10/1.00 vMB 24
339,971 339,971 00000000000000000560ee8e95113fac61eabc651291e90d48ff773ad3b5bb5c 492 0.33/1.00 vMB 22
339,970 339,970 00000000000000000b08871d59365690a5ea9e77cd90b04785e14f5cc0d789c4 204 0.10/1.00 vMB 22
339,969 339,969 000000000000000012320533d07baabde54312da728339cd3587ea5106f2b592 834 0.42/1.00 vMB 26
339,968 339,968 000000000000000001d5eda4670f9fbff8c3015054cdeb2571f4b68cef24d31a 1,626 0.74/1.00 vMB 30
339,967 339,967 00000000000000001648d36c96a2aa020f0220aedb698efceb80d39f9f3d8c53 282 0.11/1.00 vMB 29
339,966 339,966 000000000000000005312a10305c8027c2df71c2d10236dafb8349de3a7adf04 305 0.15/1.00 vMB 25
339,965 339,965 000000000000000003cc8a0e78861d95d745af713dfe10a98971ba6a7bcc3d15 34 0.01/1.00 vMB 24
339,964 339,964 00000000000000000e48edb11f4bef6f49d201c5ac6e3823bcd419e1d8a84e73 1,023 0.44/1.00 vMB 30
339,963 339,963 0000000000000000099c2229cd08e6d1e8f89c7a1de6f6e41d0110485f887995 102 0.05/1.00 vMB 18
339,962 339,962 00000000000000000f387f3e26971733f7e0193c699e0f69151bc86e762391e3 128 0.05/1.00 vMB 26
339,961 339,961 000000000000000000c48dcf95e4a55d1b11fa824fc8d42c9e752b9c1a7fbc3f 416 0.18/1.00 vMB 31
339,960 339,960 000000000000000011cb5fa0a6f312f8e7b47911ddf20b121ce53c89e90f6380 590 0.29/1.00 vMB 25
339,959 339,959 0000000000000000062ea9c621f11b136644e78c82c232989043aabf5ced84d1 166 0.09/1.00 vMB 28
339,958 339,958 00000000000000000c0c00738f5651b8d92df6d8ea2c4b1cf4c543ad222cf901 551 0.25/1.00 vMB 26
339,957 339,957 000000000000000004e6eba1a4e5dae111631a3335d0a9110c76484d176b5161 163 0.08/1.00 vMB 24
339,956 339,956 000000000000000015b58b618d02ccf07b30161eca5476fc9296f729cf8efce1 57 0.04/1.00 vMB 11
339,955 339,955 00000000000000001817e9bf0238da89f264970eeb9b5e224f92b4df5489c617 586 0.30/1.00 vMB 24
339,954 339,954 000000000000000017d19c743ce74668156d99ad94474fc3a14bc1bcf41593bf 292 0.26/1.00 vMB 16
339,953 339,953 00000000000000000758fb4e014d6890db85d8c075a7afdb687912ddabcc47fa 1,708 0.75/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.83 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: 711.62 GB
    • Received: 17.10 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.