Loading Tool

Explorer IconExplorer

Memory Pool

77,626 transactions
29.56 vMB
0.07290441 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt b7671d4f9b741b5ad2d59415eec27e83506e7fa48d0cd7d4eb28f355e1c6dd86
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 3dba976246e2f21c0fd7cdbb4da4b84bd6bd7385773a7feef568e572cc2ca45a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.00774843 BTC
Feerates: 75.20 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (758,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,327 157,327 00000000000004da1d069be0c4558dd0eca4f6da544284b4db8042fa6c3fdbc8 8 0.00/1.00 vMB 110
157,326 157,326 0000000000000b0c9db3742ef123384785d80136353eb66eedeea34361b066be 105 0.04/1.00 vMB 164
157,325 157,325 000000000000099fc99276ee19add20309d6ab5b47a42a2fab5f7bcb46928e00 20 0.01/1.00 vMB 183
157,324 157,324 0000000000000695182a271362093c51b4d5025b47581d087acd651d5b1155bb 57 0.04/1.00 vMB 128
157,323 157,323 00000000000008d23bae14faf4431e3e24d9beb950ee79d0a78ae0e20f7ceb62 156 0.05/1.00 vMB 32
157,322 157,322 000000000000033bbbb6e6868444f4d08f9746761c42fd6ebe99fd3c6129974f 24 0.01/1.00 vMB 0
157,321 157,321 00000000000006f97b30194becb6551cda3e79b3c44276fe5021572c640d7a13 89 0.04/1.00 vMB 32
157,320 157,320 0000000000000d955f71f2c885a11697e77cc7962b4e27ddc867f2976f78d95b 13 0.00/1.00 vMB 583
157,319 157,319 0000000000000e5a9855d09e424cb619a13678d88dae4efb50ecccdabb0c9d71 14 0.00/1.00 vMB 2,984
157,318 157,318 0000000000000549502495c725e489bbba5a1ecda24d6054530f3ec86b33eb56 16 0.01/1.00 vMB 191
157,317 157,317 00000000000001404c37f8bebf9b9b866625b8199a40af33ce77a6e957456d3a 36 0.01/1.00 vMB 261
157,316 157,316 0000000000000238179d6a18bff8473c8a9e59c85cb9ef655d5bfca7b3b9774d 12 0.00/1.00 vMB 34
157,315 157,315 00000000000004fa3d670d8dd551b7f17c11979e38a785c6225e70a28f97f52f 22 0.01/1.00 vMB 43
157,314 157,314 0000000000000b322fb5f6c910f7d935c7a3b1200b2a0c2af98363a33a247464 4 0.00/1.00 vMB 151
157,313 157,313 0000000000000d4db9843bf6fdd441d3c823684c7b3a13782e5c653baf91ac3b 28 0.02/1.00 vMB 38
157,312 157,312 0000000000000dded9c9c41abd87b32e4557b69560968e20331035d025a54d0c 29 0.02/1.00 vMB 338
157,311 157,311 0000000000000714698456180451a939b3ea38243868e432992292be9ddff44a 9 0.00/1.00 vMB 11
157,310 157,310 000000000000021c4d40be5663c2907261993d226e4b48b828567f6a24847f8f 12 0.00/1.00 vMB 67
157,309 157,309 000000000000006a6a1c282e6b59d0179c0b006046cae336ab7b39970c3b36fd 61 0.03/1.00 vMB 82
157,308 157,308 0000000000000b2b277430bca276bb9806e53fa7d72eaa62786771f9024631cf 66 0.04/1.00 vMB 175
157,307 157,307 00000000000003336ac934fbca6ed97d04f349304b0b4e6d51cdc0031d44ebe3 99 0.03/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.