Loading Tool

Explorer IconExplorer

Memory Pool

79,128 transactions
30.04 vMB
0.08292627 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt 1cd58bfd78dfb00032dd6f57c66d76095e15f73ca7b80f9d4bc8af59e6442a4f
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root fbf1fc0faaa95fbecb820ef1537c4b936c6241668b358b5463f1f0f95bdad2c2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01622063 BTC
Feerates: 300.83 > 1.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (689,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,028 226,028 000000000000019dbb50f118de04915bf8554e383e2ce0fe17b4efb98f443210 529 0.24/1.00 vMB 219
226,027 226,027 0000000000000150284df2ee73e3fdae3b47fc04e3bcf621038132fa42e5039b 256 0.15/1.00 vMB 27
226,026 226,026 000000000000019caf093010b72041b20517dd992a91eab1f4f861c8d2681764 146 0.06/1.00 vMB 203
226,025 226,025 000000000000036c965293ad1bff8dc2da0616efd5b9cf5d0933fa5a787763e8 179 0.08/1.00 vMB 172
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
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.92 GB
    • Received: 18.31 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.