Loading Tool

Explorer IconExplorer

Memory Pool

76,303 transactions
29.89 vMB
0.09929827 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 42d673a25f3dcafe9fbd8b2f4d24f223ecc3b68273a30ffdb7031c08710efcab
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root fdddc0a7eabbe3358adcabb6844dc8e3aeea5b6063b7b83eb12ea8483e1a980e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,447
Size: 1.00 vMB
Total Fees: 0.02779714 BTC
Feerates: 150.62 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (758,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,201 157,201 000000000000034cbbc03b7f2672c0853040d39d480581483913f22387e0e15b 30 0.08/1.00 vMB 729
157,200 157,200 000000000000075dd20a60abf06a789880076cd2cae0903d99d028b59b11b5f5 52 0.02/1.00 vMB 0
157,199 157,199 0000000000000f2f62bd0e8806913f8118293dc488d5e1b096f508b5d730c098 48 0.03/1.00 vMB 89
157,198 157,198 00000000000009b2eac36b635fcc7460bf593e0759adfdb65537299667d23a86 108 0.05/1.00 vMB 149
157,197 157,197 00000000000006bb307da71e4a2c0f9eb8c490ac0bd80e56f0d22a8870ad71e2 16 0.01/1.00 vMB 346
157,196 157,196 00000000000007950d4d37245b5cc3b7dd7d8a1b2fb6815bf1b204aadddba971 32 0.01/1.00 vMB 27
157,195 157,195 000000000000059fecf24430548b07bd9ecee5bf72821cc84b7df29dfefd60a6 4 0.00/1.00 vMB 258
157,194 157,194 0000000000000a0f136d471a6195e66f77673781d6e1a650f84f97c9593a2a6c 11 0.01/1.00 vMB 26
157,193 157,193 00000000000009fbe98bce6c45f349d7a25c234dec5b002653465a2ba613699e 13 0.01/1.00 vMB 319
157,192 157,192 0000000000000ece5e890d02958fc6c9f03973d4f2b0530988e70c45886c7bd8 7 0.00/1.00 vMB 798
157,191 157,191 000000000000043acfe025105eb1f914c9e0105e0e97cebffba92cc8edaf575c 66 0.02/1.00 vMB 0
157,190 157,190 000000000000090009bec933d40f5fb1782dbea7b3f3798ea546287062cd325f 38 0.03/1.00 vMB 158
157,189 157,189 0000000000000a66dbd05921f88e9577ad72848e7c1c759e9ba0cfde9d17baf3 13 0.00/1.00 vMB 167
157,188 157,188 00000000000001017ea61765a4da9a647d059a7605cf3948b8c2a0e3f3393ea4 25 0.01/1.00 vMB 212
157,187 157,187 0000000000000a1f0b8f3c98ecf110fe9dd0a717f2e1f793a2ab20dba847c085 15 0.01/1.00 vMB 29
157,186 157,186 00000000000000acadee9975923f051fe262c6ad20ef705b147aba891b6cf4b7 8 0.00/1.00 vMB 461
157,185 157,185 000000000000085418ddbf64848d6f163e03b8e15ef2bd0a91fc88a80a38dcf0 90 0.02/1.00 vMB 2
157,184 157,184 0000000000000cb40dddb07c30830309a3e02ab26b8be54787cc468130786a6c 35 0.02/1.00 vMB 180
157,183 157,183 0000000000000e8d3b33fa58e18204c65288c4cfa69b4681f322b0c9859216f1 24 0.01/1.00 vMB 93
157,182 157,182 00000000000005de683c78874c9856a0fdb6dc9066c7c2369f37532a461c5965 8 0.00/1.00 vMB 29
157,181 157,181 00000000000008a88af514645ac56aff4be6c252a01ace8924609a17d1fd0a1f 38 0.01/1.00 vMB 251
Previous 10 blocks ↓
Total Size: 783.17 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: 748.71 GB
    • Received: 18.81 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.