Loading Tool

Explorer IconExplorer

Memory Pool

79,942 transactions
30.27 vMB
0.08327344 BTC
Random Selection Loading Transactions
Max Size: 184.73/200 MB

Candidate Block

Mining Attempt 34dacb5bf5d340a900b7e7f4bfc924352ce13fc0278342587f088dca9ae750a5
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 45e2e67d38f9756e6ea066c658b98d0e8049e46c5a1cabd944a6346d0d9614a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.01562810 BTC
Feerates: 100.65 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (689,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,024 226,024 0000000000000298ca074c57c570d78a45f05f7d09e55e90a55ae874f8eb5f0d 304 0.21/1.00 vMB 124
226,023 226,023 000000000000006513668903faa75dd48cadaa3c1e51d8207d0a76884939e822 685 0.30/1.00 vMB 190
226,022 226,022 00000000000001ed3d9c95cdecb68d2be58d7c35fdcb2ff1aaed7fbb08ba9d35 496 0.25/1.00 vMB 160
226,021 226,021 00000000000000e32827c486f74b5a766a06a4cb9740bfc3fb9f506d393b4952 620 0.25/1.00 vMB 223
226,020 226,020 00000000000002fba30034437cfacf5f5737e1f0b520ae568876307c901bc124 715 0.25/1.00 vMB 249
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
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.