Loading Tool

Explorer IconExplorer

Memory Pool

37,347 transactions
28.09 vMB
0.06560097 BTC
Random Selection Loading Transactions
Max Size: 142.07/200 MB

Candidate Block

Mining Attempt ab0cb96631324dd34b66aa3184ef7a4a0b58d8a8f5799fb44e8282150d66d3df
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 931c696727fa41e4bce340df576bce49dc30ddde3c4b51617051679d02648a07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,100
Size: 1.00 vMB
Total Fees: 0.01186406 BTC
Feerates: 150.61 > 1.19 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (344,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,652 569,652 0000000000000000002468021d4334789c7a58321dbc19fb49aec169e788c9e4 3,289 1.00/1.00 vMB 21
569,651 569,651 00000000000000000005deda20b8fe48d51849cf7eb0c53acf62006e8baca818 2,447 1.00/1.00 vMB 42
569,650 569,650 0000000000000000000847274b1670e4ee5731ed2f48223eafa662f26a7f1565 3,093 1.00/1.00 vMB 20
569,649 569,649 000000000000000000286aca7d98cbdb362207e52ca4ebde75f69eb866c819cc 3,497 1.00/1.00 vMB 37
569,648 569,648 00000000000000000000e980707b432fb01fc02a7a4b5c4c26f47d48abac622a 3,434 1.00/1.00 vMB 48
569,647 569,647 000000000000000000249407c0b20a88ebdf9b42ee58f67ff6f6968e194d7436 2,877 1.00/1.00 vMB 17
569,646 569,646 0000000000000000001e00ba2a658042cec16641b56156e7c3c21552e2b80070 2,830 1.00/1.00 vMB 52
569,645 569,645 0000000000000000002c1abe044ca1db0c2dd8edefe6e986aa3c0190915e089b 2,496 1.00/1.00 vMB 7
569,644 569,644 000000000000000000081d2c30cc9fcbdc8d01ab222532a2fdbfc172e2b1cbeb 3,017 1.00/1.00 vMB 24
569,643 569,643 000000000000000000159d6b044388842e6463cfcb5d2b2eb95cc4556e8a7233 3,171 1.00/1.00 vMB 38
569,642 569,642 0000000000000000002242d19f59e39df153b7d85ae39d25e35422e7c8de8b93 2,082 1.00/1.00 vMB 16
569,641 569,641 0000000000000000002a0ca372a0ac0251aad6c3fbf6152d030c98b5225ca36b 2,927 1.00/1.00 vMB 26
569,640 569,640 00000000000000000028b6a1bce5a9174db0c2a41429bb7f3ed7a79a14744c97 3,048 1.00/1.00 vMB 35
569,639 569,639 0000000000000000001b0031637ca37781e4203c74acac5fd40ffd35ce0878d8 2,825 1.00/1.00 vMB 33
569,638 569,638 00000000000000000006772890b59c62c64d233f6c257ce6197d53185e0c2f7d 3,301 1.00/1.00 vMB 45
569,637 569,637 00000000000000000007011648192cfe8a5906499c13e08b49a764e16b5b7177 3,297 1.00/1.00 vMB 49
569,636 569,636 00000000000000000025dc94e0891578cbd233c9110bc1436667ef3f3017c799 2,816 1.00/1.00 vMB 57
569,635 569,635 00000000000000000028aba531b274199cb6b34aeb2025cf41ebe7fdaaf5805e 3,376 1.00/1.00 vMB 50
569,634 569,634 000000000000000000062deb9c8164fd44febd6da6274759236a0d2679dd4a44 3,446 1.00/1.00 vMB 51
569,633 569,633 00000000000000000013025ec54bfcd204b8b7e911aa6e6ecfcb9bc3eada460f 1,751 1.00/1.00 vMB 53
569,632 569,632 00000000000000000028a27bbce43d4ade6ca2b067f1017856d8f9d8683a2816 2,936 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.