Loading Tool

Explorer IconExplorer

Memory Pool

48,770 transactions
30.54 vMB
0.10872387 BTC
Random Selection Loading Transactions
Max Size: 162.79/200 MB

Candidate Block

Mining Attempt 487445dcae1862df454ef0cf09023d3d872b0ef5cff70f85987bdb1f95f34b8a
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 7d156db93477fd8d04b28eff087575cf71d44cc0c205c13cc5f0fc3fd6cf6b12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.04398600 BTC
Feerates: 150.97 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (134,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,967 779,967 0000000000000000000173585ca071b9becb18446a4aac3c397c7c41da6290a1 405 1.00/1.00 vMB 15
779,966 779,966 000000000000000000042155aa91ea7d123e375eb33d37a3aeb8e80a4f26327c 1,883 1.00/1.00 vMB 22
779,965 779,965 000000000000000000059e004c148a76c54f7982beec9e19fc24dbca222d9662 2,720 1.00/1.00 vMB 44
779,964 779,964 000000000000000000058a86fb6dedd44bfa3577bcee453b1eb86f3a5728df7e 1,725 1.00/1.00 vMB 25
779,963 779,963 00000000000000000002dc95072f3562dc95ab0aba74da42a47ba3b2e606b004 1,082 1.00/1.00 vMB 20
779,962 779,962 00000000000000000002d79e5b25f274237e7e489f6c2cd819692bd71dbff8c6 1,050 1.00/1.00 vMB 17
779,961 779,961 000000000000000000061f937e680f6d5cfc7f70fa3eeadb1d2fa582ebe8e11d 844 1.00/1.00 vMB 17
779,960 779,960 00000000000000000003a337a676b0101f3f7ef7dcbc01debb69f85c6da04dcf 2,689 1.00/1.00 vMB 35
779,959 779,959 00000000000000000001407fdb1dfd5c527429c1c8b8430f891fb0823f6d674c 2,844 1.00/1.00 vMB 47
779,958 779,958 000000000000000000044412bc2ff4eb883d5cd4935a17e3e3049498a5e0ce78 1,013 1.00/1.00 vMB 21
779,957 779,957 00000000000000000003cca8e6756cfa64aaead9aba1074b9f1c8cfdc4c4d144 1,756 1.00/1.00 vMB 23
779,956 779,956 000000000000000000030b95e06c17dea42778519cede12bdd54782de6431e94 2,000 1.00/1.00 vMB 39
779,955 779,955 000000000000000000026f5954de2d4b2070335a0eea6dc7b6afdb0ca9506ae3 1,678 1.00/1.00 vMB 30
779,954 779,954 00000000000000000002d618b516c71ef59a5ce4b558e8130b4b7157fb01df1c 699 1.00/1.00 vMB 18
779,953 779,953 00000000000000000000d7fbca3491d41c56688aa1f1c965dfa066f12369bc9a 890 1.00/1.00 vMB 20
779,952 779,952 00000000000000000002d075334e5957e80dc549cd3221cb6ef3685585ed430f 1,426 1.00/1.00 vMB 26
779,951 779,951 0000000000000000000157f4b07bf9bc6ef29e4d2a5d9e5919c7d23f1e55ca09 779 1.00/1.00 vMB 27
779,950 779,950 000000000000000000002b0ea5e09b8974e7bb7fb04607e2c3fe47ee95263a9f 2,931 1.00/1.00 vMB 41
779,949 779,949 000000000000000000004a4b3cf825c7f2a536b51df6f0a9d466b815e83b3270 1,948 1.00/1.00 vMB 29
779,948 779,948 000000000000000000024111e3212adc0e682b4c57aa0fbf8883f8562fc66ee1 2,422 1.00/1.00 vMB 31
779,947 779,947 00000000000000000002cde7f2cde4317e287ad55c43493a8b21d8dda31ecb7c 3,384 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.