Loading Tool

Explorer IconExplorer

Memory Pool

80,314 transactions
30.23 vMB
0.08100211 BTC
Random Selection Loading Transactions
Max Size: 184.80/200 MB

Candidate Block

Mining Attempt ef26ff88debd3bbde95a8cf09e80e42183bf460dfa53cebcd135eabd73edc9b9
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 5dfd62580f68c6b2f7d7dd1df7f9c397496005bcc5dd3392e1fe75f2555e20de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,230
Size: 1.00 vMB
Total Fees: 0.01362621 BTC
Feerates: 150.92 > 1.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (689,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,019 226,019 000000000000011a3cbc44b1eae5312df82e9baa1d7e2357098d17e1c24abc27 138 0.06/1.00 vMB 161
226,018 226,018 00000000000000b1d103d65f1216abbbb666b09714f9201b4a607b011b2015a2 86 0.05/1.00 vMB 28
226,017 226,017 000000000000017647c3ef3c83f629a6cce346375a4e5857794423b12a5c7915 366 0.15/1.00 vMB 529
226,016 226,016 00000000000000edeb2bc72058b4abd4052cafda2a3bb6bb08ec799c281cd6c0 34 0.02/1.00 vMB 152
226,015 226,015 000000000000024dc05c0caa9e72f188ef50f51afc77e2cacf991e2f41a8baa1 285 0.13/1.00 vMB 172
226,014 226,014 00000000000001dbc37fc6cec0598b093f9f9c59f43d2e1c97a51e16cddf421e 396 0.21/1.00 vMB 319
226,013 226,013 00000000000002db0d1822025f8b1f91a9881305c5d5c7ca25b571739fd78a85 641 0.25/1.00 vMB 192
226,012 226,012 000000000000025a1d9a01bd2916a1a36cacf04e0cdd3ae6cc493a05b90205e6 150 0.05/1.00 vMB 122
226,011 226,011 000000000000009d0f522b0c7eed9295b8b23f896515445061eaf9a9be485151 136 0.05/1.00 vMB 209
226,010 226,010 0000000000000022f57a357645e0995343b11527fc3bf62fe2883b7043edea38 205 0.15/1.00 vMB 117
226,009 226,009 00000000000001573e631835b5a461072fa966660da7b3c4a84d0df6bc2c391d 630 0.25/1.00 vMB 184
226,008 226,008 000000000000027f3841d9a02bc41ad308f077d4fb210ddc43d7e5e61ea070a6 657 0.25/1.00 vMB 223
226,007 226,007 000000000000011a45284d593ae9723ad1a32fb599dc5ecfea1c424d9e76edb9 831 0.39/1.00 vMB 73
226,006 226,006 000000000000021bde663bf9007a30e8dc73ee4e57504da3f131298d9db98722 599 0.25/1.00 vMB 202
226,005 226,005 000000000000008af3b99a18fa8d59124314c59a7f3de2d810e52c61d50a49ea 831 0.35/1.00 vMB 193
226,004 226,004 00000000000000c2f14c9599e19dd0ba2f7feaaea028260f73ca3c10b8673c55 16 0.01/1.00 vMB 119
226,003 226,003 00000000000002bcb346a9105e22d6a3a9a18d2120f6a76232e4e0271b0f90af 23 0.01/1.00 vMB 115
226,002 226,002 00000000000002fd7e6413d20fb62c30158e246ec5dd73a0705b683342d9ad8c 61 0.02/1.00 vMB 223
226,001 226,001 0000000000000083785252ea71c4d69ab32aa45334721fb116bdec493fd72687 269 0.13/1.00 vMB 156
226,000 226,000 000000000000012c614cf477c3b155d339f29d565c0258f9846c2f4dd402ff9b 393 0.21/1.00 vMB 153
225,999 225,999 00000000000000170f9965cf821833fc82d351321f0e42905e0e732cc6d00dca 410 0.44/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 783.00 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: 718.56 GB
    • Received: 17.91 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.