Loading Tool

Explorer IconExplorer

Memory Pool

45,370 transactions
28.75 vMB
0.12629772 BTC
Random Selection Loading Transactions
Max Size: 152.18/200 MB

Candidate Block

Mining Attempt aa27747f6d7839189110595c05eb039075dac852fb1e860165889f0aa2ca1317
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 03effb11b7ce9f3737ccc77bf11e417afb971041b4386e159bc459d163db1fb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.07122029 BTC
Feerates: 101.65 > 7.14 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (349,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,775 565,775 0000000000000000000f0e7f24b58b495e86b5c0edc0b1d397534a1616b3d263 2,324 1.00/1.00 vMB 22
565,774 565,774 000000000000000000182c39441b916ad7f21a82e9d24065e140793efbbb7801 2,544 1.00/1.00 vMB 32
565,773 565,773 0000000000000000002049a9296a7c85ed89ee71c546e353bb962f446dcdc5c1 2,012 1.00/1.00 vMB 22
565,772 565,772 0000000000000000000c7ff66d7be0e3ee2dc858760b64861271b8681ffccb92 2,629 1.00/1.00 vMB 34
565,771 565,771 00000000000000000010977cfefede8843a89b7c5bdd6e2fcf79bab0b22fb9a1 2,433 1.00/1.00 vMB 42
565,770 565,770 00000000000000000004a7063cb51f5e1a11feec6d837b7aa8f24e9a4b2bac31 2,506 1.00/1.00 vMB 30
565,769 565,769 000000000000000000281b6b8cc168419278f56687d2e546c6d1fe1fdb736bbd 2,132 1.00/1.00 vMB 53
565,768 565,768 00000000000000000026a105095b8f22f95a35ba595a7882ff978789e95da15b 1,029 1.00/1.00 vMB 91
565,767 565,767 00000000000000000005ae579c407ac8966ecd215b59e34c12d4c7225aeb0c23 2,728 1.00/1.00 vMB 10
565,766 565,766 000000000000000000235ecc744a68e15d20ce4121a76305c3d8fa88620bf426 2,542 1.00/1.00 vMB 15
565,765 565,765 0000000000000000001ddc7790b7761addecbc8ba718e87d60a8929b2e8557f4 1,535 1.00/1.00 vMB 21
565,764 565,764 0000000000000000002ab173a8d2bba77c5ef0b0f4e8520ee2babb74ee1108f8 3,319 1.00/1.00 vMB 44
565,763 565,763 0000000000000000000489c70dd60b2dc51145eebd56320f5659585f549c93fd 2,504 1.00/1.00 vMB 45
565,762 565,762 00000000000000000013d1600f27d2b41e7ba32a2fbddbd2161dab2412f328fa 2,646 1.00/1.00 vMB 29
565,761 565,761 0000000000000000002aaa278cb8d45a5ba2df7f7108c3bb304160e7eb4e617c 687 0.41/1.00 vMB 5
565,760 565,760 00000000000000000019116461620c07c5a1c80bdcbe4212eb4da98fdf521b91 2,814 1.00/1.00 vMB 26
565,759 565,759 0000000000000000002751a3ae9450c61e68a4a2d4bb9252dc3ab10b779c67dd 1,451 0.50/1.00 vMB 23
565,758 565,758 000000000000000000139974b57f02fc51430dba2ff2b62aae84c88e50c894b0 623 0.23/1.00 vMB 21
565,757 565,757 0000000000000000002d44b305d6edbaca9b210bf4f312fc954b089507823580 1,376 0.66/1.00 vMB 15
565,756 565,756 000000000000000000140870dfb6697b0838bddfc5173f6673f1fbcebb5babd3 2,595 1.00/1.00 vMB 8
565,755 565,755 000000000000000000297074da3f862f9c3f63cb5c77c0572ec94f5a271ab733 2,732 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.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.