Loading Tool

Explorer IconExplorer

Memory Pool

47,238 transactions
29.57 vMB
0.15427724 BTC
Random Selection Loading Transactions
Max Size: 156.62/200 MB

Candidate Block

Mining Attempt dc2260d6ea1226431251d80b1edac06d0bba99e8b8d4fd66519869fb35ed3113
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c56b95af82d48a288e4a724003b7831b3073e2daf6da3a894290f136b625a8aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,699
Size: 1.00 vMB
Total Fees: 0.08664251 BTC
Feerates: 15,654.48 > 8.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (324,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,794 590,794 0000000000000000000dc0b970debd0d81570b6d851a15f33e497386ba9c3b53 3,154 1.00/1.00 vMB 57
590,793 590,793 0000000000000000000ec7282e67f681e3a44d1f5554836f66236d30bac5fe58 2,280 1.00/1.00 vMB 14
590,792 590,792 0000000000000000000ad29fd629fa395cd8f13a14968b14c9035af6d7349292 2,437 1.00/1.00 vMB 8
590,791 590,791 0000000000000000001703d95af77e589a2c17f477bb5fe163269d41a93cf93c 2,154 1.00/1.00 vMB 25
590,790 590,790 000000000000000000084df42d879fc44c6d108137d308724f52ed8381a0e930 2,900 1.00/1.00 vMB 59
590,789 590,789 000000000000000000052d6e7109b5eba18557038672f9b18ca889b887fb01bf 2,400 1.00/1.00 vMB 23
590,788 590,788 00000000000000000011be74581089e8aa4bde05c668e19dc2a60bd22a95f2c7 2,580 1.00/1.00 vMB 37
590,787 590,787 00000000000000000012798608afd0869a51ce54aac0c24722735e0345355024 2,881 1.00/1.00 vMB 42
590,786 590,786 000000000000000000096b2556d4b0178fbb50f86928651b48425b6f8d8f19ff 2,872 1.00/1.00 vMB 77
590,785 590,785 0000000000000000000820ddce4e09108c797bcedf8e42ab21921ba3a785ce12 2,354 1.00/1.00 vMB 5
590,784 590,784 0000000000000000000e67c07b0e7cc56aebed291e82659f4af33f0c69d472c8 2,784 1.00/1.00 vMB 21
590,783 590,783 0000000000000000000828a3f05cbe77253cf2220f5fd5788d2dadd41cc95b05 2,454 1.00/1.00 vMB 25
590,782 590,782 0000000000000000000386d504551d87dd76d74b35d99339ac2cc72f7de5fb89 2,625 1.00/1.00 vMB 18
590,781 590,781 00000000000000000018da5c5077a4126f8a1dd0c6435c01ac670a50b7a73038 2,309 1.00/1.00 vMB 36
590,780 590,780 0000000000000000001861e2fa157c7961648394078deed361c6337a933bd86d 2,496 1.00/1.00 vMB 30
590,779 590,779 00000000000000000011ee1e3d84404d58da43e7a7655d8649f4d8351455f40c 3,045 1.00/1.00 vMB 61
590,778 590,778 0000000000000000001b34dafd32802dd18c0303c73b2af6b1969be7c9bbccbe 3,187 1.00/1.00 vMB 65
590,777 590,777 00000000000000000000b24f1adbcea5f3452678cec0129e2edc56c40815baed 2,473 1.00/1.00 vMB 54
590,776 590,776 000000000000000000047f64aced27787be39dffab93aef4e5e7cb5062fb73b5 2,450 1.00/1.00 vMB 24
590,775 590,775 00000000000000000018b021a1b4331c4d8ad02fb72ffe28668d695e900e434e 3,008 1.00/1.00 vMB 61
590,774 590,774 0000000000000000000f9840ce3d87a5c105caa9c84709b4cfb89803ff23320c 2,290 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.04 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: 650.77 GB
    • Received: 13.32 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.