Loading Tool

Explorer IconExplorer

Memory Pool

44,166 transactions
26.45 vMB
0.05746506 BTC
Random Selection Loading Transactions
Max Size: 139.57/200 MB

Candidate Block

Mining Attempt eeef7ca24514481244e65ae5d70a4f0a7ce7536cc813658c434b16a511cd1b7b
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 465d1f1c71010ae9bcc4923a74cc0207f42d9b2afb48e022662df4a311d9b407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,466
Size: 1.00 vMB
Total Fees: 0.00902412 BTC
Feerates: 40.21 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (249,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,050 665,050 000000000000000000010019e38536df5bb9a84dfd822302dc66fa764d8cc306 3,524 1.00/1.00 vMB 66
665,049 665,049 0000000000000000000d67a542864293d60f47e533fa434b52e4dde0afc49482 1,318 1.00/1.00 vMB 91
665,048 665,048 000000000000000000035df9584365058889f5ed04f3d62378c22b659c7a15aa 1,615 1.00/1.00 vMB 98
665,047 665,047 00000000000000000005ae1818a1fae42638d976cd40b2f943d64dc022d9cbce 2,860 1.00/1.00 vMB 100
665,046 665,046 00000000000000000004c7326171fa8897e211ff8ea2fecf25a04fe727846644 2,727 1.00/1.00 vMB 126
665,045 665,045 00000000000000000000361f970a189c67fc62e6f1ee8ef23ecdc376f7100518 2,520 1.00/1.00 vMB 105
665,044 665,044 00000000000000000009203b17bcb1e6544333793d45678d6acb24f5ea6d6aee 1,977 1.00/1.00 vMB 65
665,043 665,043 00000000000000000003d73fdd78cdbbe490f9e507d928b0e718ff0cd88c73a1 2,957 1.00/1.00 vMB 87
665,042 665,042 0000000000000000000024c2e93dd74e84e6923c7b1b95af583800e44639d684 2,686 1.00/1.00 vMB 85
665,041 665,041 00000000000000000008863e74220673625da253c24da3f1ee482205d603abf2 1,993 1.00/1.00 vMB 103
665,040 665,040 0000000000000000000cc88a5ec11f4eac7a15b25c4be7cd0ac8f64384427300 2,444 1.00/1.00 vMB 83
665,039 665,039 0000000000000000000cbd24c2ec73a14da2ce0c38b29ac2914c8d566389c14e 3,059 1.00/1.00 vMB 69
665,038 665,038 0000000000000000000a9f0b995ba3b2c63f64cf21a922234c63eeb647349f91 2,835 1.00/1.00 vMB 77
665,037 665,037 0000000000000000000054f74da54f5f94512354791eaf610afc86abab688957 2,650 1.00/1.00 vMB 52
665,036 665,036 0000000000000000000a1ae7c1e8ea850b769a04cccd24bdc4d69b4e15e23df7 2,845 1.00/1.00 vMB 88
665,035 665,035 0000000000000000000d962f55b3c1f35ab812ca651213a7bc7e4fbfcf237665 3,248 1.00/1.00 vMB 77
665,034 665,034 000000000000000000063cbad824f0ddae8d1c2f688331dcdff2de2cf8ac3b1a 2,285 1.00/1.00 vMB 81
665,033 665,033 00000000000000000005810d54394aca9836be7dde9af4e15ab005befdb46447 2,845 1.00/1.00 vMB 83
665,032 665,032 0000000000000000000ef8ef8553fd482a3deea2c558e74a5f0075d5d044e0ef 2,047 1.00/1.00 vMB 83
665,031 665,031 0000000000000000000ae04ba33e98f0afe609a95a5a4c809f744d2d4060f281 1,546 1.00/1.00 vMB 100
665,030 665,030 0000000000000000000322e8ad2c94f8d5f175defc7dd2f8d7eadfcd89198959 2,133 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.