Loading Tool

Explorer IconExplorer

Memory Pool

42,292 transactions
26.47 vMB
0.05393148 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt c0c3b936b14aa02b33eba63f5fc29cc49bcbf6741a5487a7ce9b49460f56a1cf
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root b14bdb9e34fd80bdc5a6e286649c6c5516d2b4117b44ab9baa4985481da79545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.00530934 BTC
Feerates: 21.89 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (245,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,245 669,245 0000000000000000000229242c35096e72adad08f8aeb7814f8f7a5faab68f4a 1,791 1.00/1.00 vMB 84
669,244 669,244 0000000000000000000c1b776fa4e4dc3ca8cd9eca1c5d18a6a2ffbc65c6646b 1,592 1.00/1.00 vMB 130
669,243 669,243 00000000000000000008e7eb40cf40af5a7cd6f0c9ff6dfb4e8fdeee0d3a9f9e 2,454 1.00/1.00 vMB 76
669,242 669,242 000000000000000000057720b5732724b0173c111cad7e516f52918375a1c1f7 1,956 1.00/1.00 vMB 57
669,241 669,241 0000000000000000000639383f9990a758643501ac0dc0f50c9c0e160324b28a 328 1.00/1.00 vMB 16
669,240 669,240 000000000000000000044f5611273d1028e918dbc8159be018834613d277b24b 2,556 1.00/1.00 vMB 86
669,239 669,239 00000000000000000006e2f902d8d22b13c07df6972e70bed297d0db9ba5606f 532 1.00/1.00 vMB 17
669,238 669,238 000000000000000000016100539b9d0a64ea41b041c8e8e2446cc865eeab8658 2,285 1.00/1.00 vMB 62
669,237 669,237 0000000000000000000b813bb5364e4615789b4a8d23b1ce5f810e9971481464 2,749 1.00/1.00 vMB 42
669,236 669,236 0000000000000000000801a2d817d39b1f5e494905b70b913b0e31be078d8705 2,660 1.00/1.00 vMB 83
669,235 669,235 0000000000000000000091077ced96992668252a9bac37169602f5f1afa0778e 2,096 1.00/1.00 vMB 114
669,234 669,234 0000000000000000000cae0cc223dae6937bd25d1c289a7e950f1ee725bd470c 2,738 1.00/1.00 vMB 58
669,233 669,233 0000000000000000000748ab2d009c719c598c092a7eb90c7d679f4b2357c5c6 2,646 1.00/1.00 vMB 89
669,232 669,232 00000000000000000003fb4521a8f868983c5216442d4fc6733fa109a14d2382 3,076 1.00/1.00 vMB 149
669,231 669,231 0000000000000000000092436b55abd7640a3a1472fff7fd0178ad1d850dee4a 2,896 1.00/1.00 vMB 66
669,230 669,230 0000000000000000000bf52cd0ba74c61c54735d77314aaf2824c35f68bfb9d2 805 1.00/1.00 vMB 117
669,229 669,229 00000000000000000006a4d16ff5732c77dc6198703794709fc964df273615b5 2,306 1.00/1.00 vMB 141
669,228 669,228 000000000000000000042f845d9cc8c95a7e718a1ff95e70acb774544b7cc01b 1,818 1.00/1.00 vMB 32
669,227 669,227 00000000000000000004a3fe8a416b7d79afb344fd712b18a11930e6de8d38f0 2,447 1.00/1.00 vMB 37
669,226 669,226 0000000000000000000d253160bfd405d425da62f33d78831523375d61e388ff 2,089 1.00/1.00 vMB 48
669,225 669,225 0000000000000000000239f3dd7eb289b5ce9d64211a015b66aeb7f1735e8b3f 2,251 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.19 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.68 GB
    • Received: 14.01 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.