Loading Tool

Explorer IconExplorer

Memory Pool

72,593 transactions
27.93 vMB
0.06407054 BTC
Random Selection Loading Transactions
Max Size: 165.82/200 MB

Candidate Block

Mining Attempt 1cd9eddd6201f53c289c2402dd38e710c9ffa02bd73ac94c003a3d0dff237c6c
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 383dacc66d1fc9aa86940880c33c7e71ff662898dcc03dc953a9b3eb601e95bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,487
Size: 1.00 vMB
Total Fees: 0.00836822 BTC
Feerates: 180.34 > 0.84 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (673,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,022 242,022 00000000000000d7e93eebfe8faefd918e8eb9bdf5c977171558f6f6fe0b885e 662 0.25/1.00 vMB 215
242,021 242,021 000000000000005bebfd83924118025342cf459eb5f8fc708f8f3dfbac9cc6b3 475 0.25/1.00 vMB 132
242,020 242,020 000000000000000fd0d0d4b0a10544c84dc7d34f142f7a72e528f2431538075d 585 0.31/1.00 vMB 111
242,019 242,019 00000000000000ba0d4589e1aa6ea71fb442a9247950406deb877c0b0ce8caf3 761 0.25/1.00 vMB 280
242,018 242,018 000000000000008b11bc222122c60adc277b04802a69560886232d1ad510b239 483 0.25/1.00 vMB 130
242,017 242,017 00000000000000bd61d0806707a4a690de465cfecb11e1769accaf284f1b06ef 751 0.31/1.00 vMB 182
242,016 242,016 00000000000000bfd092972e4c932897fa7bfa763ab8ea1d15b141c18f79c21d 146 0.06/1.00 vMB 188
242,015 242,015 00000000000000c650566d7eac0f92f0e307f50f4290c5e766b0bff5c27b4b6e 145 0.07/1.00 vMB 154
242,014 242,014 0000000000000026f71257a5c73910b4ecdfa8e43093a894d2b85d0d2658074f 458 0.19/1.00 vMB 161
242,013 242,013 00000000000000383ccc321eb9f75d3ac1164c2f05d0125e4cdf088e20bdc253 287 0.14/1.00 vMB 164
242,012 242,012 00000000000000c100d3fb7496bfc70bc433f9b7504f2d4fadabe427d1aa638b 228 0.13/1.00 vMB 77
242,011 242,011 00000000000000bbf7561fa22ab028b741ac1147e0e8093d44b2e5a59cd8ccf6 714 0.25/1.00 vMB 206
242,010 242,010 000000000000004d1907e39a0bff8854a021b7c423c7c3b8c8d05dd3f6e8e04d 432 0.22/1.00 vMB 115
242,009 242,009 00000000000000233131770dbc2473be69ce510f592fa1ee242641527a569bde 493 0.25/1.00 vMB 166
242,008 242,008 0000000000000091672d59f40f2863e4b295265754a268f3290e142dd021040d 455 0.25/1.00 vMB 139
242,007 242,007 00000000000000d98d4c78a6117be4bcc3d10eb4d3fbbfb7a0bf20dff3789138 767 0.25/1.00 vMB 243
242,006 242,006 000000000000005f5b036b94d42d3a1bdd131ffcab4a0dca1720fba6e6f35d1b 392 0.16/1.00 vMB 389
242,005 242,005 0000000000000053f04d0ae2872c1f5210cbaf47ae5b9cc430b2090365fef2c9 72 0.04/1.00 vMB 160
242,004 242,004 0000000000000053426f564b7e155de8bdda87923bc555720308de50bbc41e1b 36 0.02/1.00 vMB 63
242,003 242,003 000000000000001c1a81c9ac8b99e88b1c20461622ad7381083d4a74c17e056a 560 0.25/1.00 vMB 171
242,002 242,002 0000000000000082116e5b4fdae5c77d38178d5df6d45191ada1f270942ce0d7 108 0.06/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

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