Loading Tool

Explorer IconExplorer

Memory Pool

63,452 transactions
19.63 vMB
0.05166752 BTC
Random Selection Loading Transactions
Max Size: 125.75/200 MB

Candidate Block

Mining Attempt bd732a473d4d7483fb86f4e6898be96a3773151f973c45372851e48037707cc2
Version 20000000
Previous Block 00000000000000000000f9253943b8724afb2b59a6e648c828168abb5aef006c
Merkle Root b509bd1013424ff13ab2dcc295da1075a70e4d111cd41503f6cfd00e453e62a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,951
Size: 1.00 vMB
Total Fees: 0.00681699 BTC
Feerates: 100.00 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,768 (886,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
29,034 29,034 000000003118ec7afbebbe7247dfca33b1fccfa2642e83a05f070e8deab2d947 1 0.00/1.00 vMB 0
29,033 29,033 0000000080cae5459657d7521431b3e74e21f2b4f3ce25b3ce8f71bfd1022b2b 1 0.00/1.00 vMB 0
29,032 29,032 00000000b20623dd23e291726ab21ca0ec5db564760290df64a003a475a15c1c 1 0.00/1.00 vMB 0
29,031 29,031 000000002006f851f74b009ffe5a666810be262d8043144f25d35efa04c765d0 1 0.00/1.00 vMB 0
29,030 29,030 0000000042118f6a864762a21f19ed6d2d483fb4fc95392185b56b6d6a9d2bd3 1 0.00/1.00 vMB 0
29,029 29,029 000000002ca3c8e13875896162c0de9b428521fd87924302bc73f09d318c5a78 1 0.00/1.00 vMB 0
29,028 29,028 00000000f7e863649c3510670f8bf84dd4f094fbd2a2398aca4ba9235d1fa9fd 1 0.00/1.00 vMB 0
29,027 29,027 000000004bd4b6b580d24be2da58d80c7de165285c4e712aefb982540f59b279 1 0.00/1.00 vMB 0
29,026 29,026 000000005050263ec2ce15617dd9bbfa084f47ac6f4eee88b0c91cd1d4437853 1 0.00/1.00 vMB 0
29,025 29,025 000000005da7a310940bbfc2b357950e70b58f816dbaf5e9ae8beb3566c511ce 1 0.00/1.00 vMB 0
29,024 29,024 0000000046c731b0c53a052180b636744b306a9077e71bf4e1c589b52dcdd9e4 1 0.00/1.00 vMB 0
29,023 29,023 00000000a53e6a800d57ba396728be4c00cb0c62a0557cfa5d526bbeaa69e89d 1 0.00/1.00 vMB 0
29,022 29,022 00000000e53a95c3fb7958364f5861d77821bfdde83389838930fe182e40756a 1 0.00/1.00 vMB 0
29,021 29,021 00000000407419298449f0187a98cd39ec8393c0b3227beef223887eb9696544 1 0.00/1.00 vMB 0
29,020 29,020 000000009cc0524a4d9d5fa59c7d963e6273e1b1ba635ab69bac8c2943dbd219 1 0.00/1.00 vMB 0
29,019 29,019 00000000aaf4e9520b8f5d05f85e4c2375d3f77a3193ecd915f4d70990e9f2ad 1 0.00/1.00 vMB 0
29,018 29,018 00000000b6791e0e1e6f60ed067075c7e648b95b0ed8fb12cfd2235891cff21e 1 0.00/1.00 vMB 0
29,017 29,017 00000000fddf4957f7c22e5cb278633c3b69cf2eb8340e71b53409174e52cfcc 1 0.00/1.00 vMB 0
29,016 29,016 000000004937d49b14f4574fa51c8d41933c80ac6f3f25b54997727b2014dd74 2 0.00/1.00 vMB 0
29,015 29,015 0000000012fd0179ea27bb26a254ce8be683a1593f149793c75f9c249f3134b1 1 0.00/1.00 vMB 0
29,014 29,014 000000008e523177bae6324e60b2ae395d203bd02dae2fdb816cfb60a701e6d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.71 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: 779.00 GB
    • Received: 21.34 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.