Loading Tool

Explorer IconExplorer

Memory Pool

49,794 transactions
28.16 vMB
0.05907664 BTC
Random Selection Loading Transactions
Max Size: 151.30/200 MB

Candidate Block

Mining Attempt b12239f36bc762b1a84534a13a0d166175a114fff1221f116fced285f639b4d9
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root b2fce9d49cee136725a10bdcca984622b5b92df86306cc52fde669b9fa485dac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,037
Size: 1.00 vMB
Total Fees: 0.00554174 BTC
Feerates: 11.90 > 0.56 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (413,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,334 501,334 0000000000000000003ea78f7b2c54c6ef28122366731ddee8940f735cd7004e 2,046 1.00/1.00 vMB 286
501,333 501,333 0000000000000000005603d5d82344bf6ec43cde41f2600a2e3027efacb2534d 2,373 1.00/1.00 vMB 344
501,332 501,332 000000000000000000822f3e0a5c1690d7efae0dc96a898b0c6f6d183aedd81a 2,426 1.00/1.00 vMB 723
501,331 501,331 00000000000000000038fbf7fcda5595b60f918a1e019c82a455ca7ae56a9023 2,573 1.00/1.00 vMB 642
501,330 501,330 0000000000000000000b338f04258d9d9571d111c512468611acbf2ae4bf4a47 2,259 1.00/1.00 vMB 475
501,329 501,329 00000000000000000048dc844cd9d013248ceb8a0663fef803736fc4d3b65df7 2,464 1.00/1.00 vMB 736
501,328 501,328 0000000000000000008b6bfdd711e485e1d6e24364591b3086140c1923155380 2,482 1.00/1.00 vMB 657
501,327 501,327 00000000000000000060c8a8d0722ffca5980065f98a7906f09f4f79dd89ae1d 2,669 1.00/1.00 vMB 513
501,326 501,326 0000000000000000007c5ddf0b00d8c1d772c6970c8924a8d3ccfd43ad1b6389 2,821 1.00/1.00 vMB 662
501,325 501,325 0000000000000000007cddb5fcdf495ef9d2372f41b92fffd26752e4c55553bc 2,280 1.00/1.00 vMB 598
501,324 501,324 0000000000000000002f9ffcce0f57a12dd097cdf401df13de6c7ac8c4affd7a 2,553 1.00/1.00 vMB 709
501,323 501,323 000000000000000000817ee89bd78a737a25feebc7d010404819359c7097b7bf 1,994 1.00/1.00 vMB 836
501,322 501,322 0000000000000000007f3476895a93b414eed328ed388b3f6a286e932a58b3e1 2,417 1.00/1.00 vMB 825
501,321 501,321 0000000000000000001631373214ed403802e22cdcf0de27af7f7ad3199915e9 2,233 1.00/1.00 vMB 534
501,320 501,320 0000000000000000002bc2f914c6aa3977a203bb699291260bf853bb36feb47a 2,593 1.00/1.00 vMB 717
501,319 501,319 0000000000000000006a31f751788f0775ab3260d7f257f9e0d0721e3851410d 2,532 1.00/1.00 vMB 721
501,318 501,318 000000000000000000954b1db74e010dc8de18f577375637da4aa1bc61e66de3 837 1.00/1.00 vMB 163
501,317 501,317 0000000000000000001c13e02db4ab0a4533fcdd71a20929ddeee3f4d94f1de3 1,631 1.00/1.00 vMB 286
501,316 501,316 00000000000000000002d9020a232d9cccda5ba249faa2d0e3f3b7e150d5166d 2,648 1.00/1.00 vMB 657
501,315 501,315 0000000000000000005bb15646a75250f516ec68dfdb9bbc596172d82a1f7df0 2,259 1.00/1.00 vMB 599
501,314 501,314 00000000000000000066104efe00012ac5efe33792fdb4ba258c20bc8ec06649 2,694 1.00/1.00 vMB 741
Previous 10 blocks ↓
Total Size: 782.02 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: 649.89 GB
    • Received: 13.23 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.