Loading Tool

Explorer IconExplorer

Memory Pool

85,731 transactions
31.89 vMB
0.12197133 BTC
Random Selection Loading Transactions
Max Size: 195.51/200 MB

Candidate Block

Mining Attempt 077f441590f557cd60aed8ee36725bc649da1004f5b0d18d61cab35a451c7a33
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 380e7b59c8cd294d8eb0a64db1d25a045be78fcfd44f0b94f447e64b87b3913e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.04393443 BTC
Feerates: 301.57 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (497,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,800 417,800 000000000000000004a5eb87aae0a0fb62521fd1065911a3e6a44b65eadcc467 1,723 0.77/1.00 vMB 49
417,799 417,799 000000000000000002284b0c2a016a96f4e3c689377df1407f158cb0730857ee 1,984 1.00/1.00 vMB 61
417,798 417,798 000000000000000003031fbfbb92e05eb13ac4aa3fb5d52333c7b7d21898933e 2,927 1.00/1.00 vMB 94
417,797 417,797 0000000000000000043e06d1be87fb2b62c8e3e8f569dbedc53fa91be3fdb6ba 1,941 1.00/1.00 vMB 28
417,796 417,796 0000000000000000034528b816916ec40e6b6b6ffead2a39409e21b511abdbce 1,427 0.71/1.00 vMB 51
417,795 417,795 000000000000000001f144e12993cfa178f627b351c37d5ce3eb4d54dce7fa89 2,717 1.00/1.00 vMB 77
417,794 417,794 00000000000000000427a6108a34e4d859d7a5825a46605a444291533253b1df 1,670 1.00/1.00 vMB 28
417,793 417,793 000000000000000002c99548bcd5a57082c7c51918450383cfd1e6c0ad9af358 2,011 1.00/1.00 vMB 60
417,792 417,792 0000000000000000006a1d459d02fe51799263766f2f05ee92990b0884fa8e49 1,312 1.00/1.00 vMB 35
417,791 417,791 00000000000000000136fe32c2154a8f16d0d4df35b4728473a9e3254763bd19 1,773 1.00/1.00 vMB 39
417,790 417,790 00000000000000000483362d9a5af4cc76aac5f32c817d789dd4df8ac992bf0c 2,218 1.00/1.00 vMB 47
417,789 417,789 000000000000000002b961b38c3d400ea98a98b8c22342e6e5656698e3d156b4 1,579 1.00/1.00 vMB 24
417,788 417,788 0000000000000000023191b00c88f4bccbf1205ef74f7632dbd982fef40f38ba 2,026 1.00/1.00 vMB 65
417,787 417,787 0000000000000000034383c125d584e89629d040dee2cc2a17c05caddb611622 1,858 1.00/1.00 vMB 49
417,786 417,786 0000000000000000033151de723e2364379ae5dd217196cda276fcc7fd99027c 2,421 0.93/1.00 vMB 57
417,785 417,785 000000000000000001c3bf912f56c0679769d60f4cf5577b5a592d5fce194e7d 2,496 1.00/1.00 vMB 56
417,784 417,784 000000000000000002615a241fe015853c6d5f6d7d9c3a0685f6f52e05bd59ed 2,549 1.00/1.00 vMB 45
417,783 417,783 000000000000000000774e08eea7024b538e9a98df69e09cec1ab90491e6c073 2,492 1.00/1.00 vMB 67
417,782 417,782 000000000000000001557e2248d2acef2287faa0a92d2401d13a7b36ffb4bceb 1,329 1.00/1.00 vMB 77
417,781 417,781 0000000000000000018772a8bf45d826bcdd580608f9c22f44dad5187acf76df 1,844 1.00/1.00 vMB 84
417,780 417,780 0000000000000000023a723efda0edcc572f91c030a237a4581fb40e1af908bb 1,986 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.