Loading Tool

Explorer IconExplorer

Memory Pool

41,552 transactions
26.38 vMB
0.06773146 BTC
Random Selection Loading Transactions
Max Size: 137.33/200 MB

Candidate Block

Mining Attempt e02ca47de64ee28026dfca429e81484c574120ac45470260a674220a6b44726d
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f250e9744478e310bf0f9b5f5abe87257586f7de0b12107aedd51152bb7713b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,924
Size: 1.00 vMB
Total Fees: 0.01937990 BTC
Feerates: 99.53 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (687,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,015 227,015 0000000000000239fe734a915cb083191794fba563aea795c06e455a8ef161dc 677 0.25/1.00 vMB 185
227,014 227,014 000000000000000d8a8304287e5d5bae0e3484b91597307a655e2c43d800c2db 121 0.05/1.00 vMB 81
227,013 227,013 000000000000028699cc714a05aa2e6edfff0ab4511cb541fe0548e6a0ba895f 631 0.26/1.00 vMB 211
227,012 227,012 0000000000000140977fb584eeb0a6a75dbe789335166c64ba4abcaa42942afd 485 0.20/1.00 vMB 244
227,011 227,011 00000000000001922786d5915a14ac6ee15b5729eb0076b0d2197260a2e19a39 345 0.13/1.00 vMB 77
227,010 227,010 000000000000008b046ea5863923570c1ec3ba056cd7711798291ae2cfb4300c 184 0.15/1.00 vMB 58
227,009 227,009 000000000000026721be3ea75a674385973baf775a1790371051c8cf7a0ffdbb 208 0.09/1.00 vMB 138
227,008 227,008 000000000000026aa5b2288518aaf1974854390175fd56960543d133375423b3 257 0.13/1.00 vMB 230
227,007 227,007 000000000000007e1f278c5ea0190ebb77005697a0ba4e61838813afaa752d7a 243 0.15/1.00 vMB 95
227,006 227,006 00000000000001e0ce14c21f085402f106563e9c2c21a433edc80c482c022539 179 0.20/1.00 vMB 69
227,005 227,005 0000000000000365782062cabfb5065917b0fb423718eef39174c717baa4fdec 689 0.25/1.00 vMB 206
227,004 227,004 000000000000024ed8f006b988a436fecf5fac599d251f76645c111e47952591 816 0.25/1.00 vMB 280
227,003 227,003 00000000000002681ba20e069b68e5f00aa50e926567645b1328fc508080e3e1 128 0.05/1.00 vMB 172
227,002 227,002 000000000000008b17cbf7a1bdcce50a2c45931086999a29ddbae1e77a39b497 344 0.14/1.00 vMB 184
227,001 227,001 00000000000001f0313e43738fc5ed509086b0f8f92a6cb5ccd5f6931aa5c71a 128 0.13/1.00 vMB 69
227,000 227,000 0000000000000303d872c9bffdf46429c40b41522a9b7c7de21dd192fefefd98 359 0.14/1.00 vMB 216
226,999 226,999 000000000000016978aceda31f5443898b7979a81e68adf0686c12baee72f93e 33 0.02/1.00 vMB 88
226,998 226,998 000000000000008da65c1c2b3c360036b0162f5cec4ea2aebdce7175efba88e0 213 0.09/1.00 vMB 159
226,997 226,997 00000000000002a647bbfd920029cecbbbdb4a1d5ba96e62d1382d38404e3960 515 0.19/1.00 vMB 208
226,996 226,996 000000000000021560c66447f95a056121c686bf671ef152a1f556fd3421c016 43 0.01/1.00 vMB 43
226,995 226,995 00000000000001e3efb24f5a415cfb4f246759db3909339f9af88d6dd5fc3b2e 329 0.13/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.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: 653.46 GB
    • Received: 13.89 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.