Loading Tool

Explorer IconExplorer

Memory Pool

76,781 transactions
29.81 vMB
0.06898279 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt 69a35a848acc7f463b1c6ab1b775d0972f382d0b674aab34c2840a0b26f46b22
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root 26cb4a0a738bb5e4683f62a88c0c5b73f5b531c381e8b5c6aa2d9241bbedd2ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,866
Size: 1.00 vMB
Total Fees: 0.00598433 BTC
Feerates: 50.90 > 0.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (116,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,607 798,607 00000000000000000004f3a9e62d9f64a102bd84aac424a778a96da369ae6c81 2,642 1.00/1.00 vMB 10
798,606 798,606 0000000000000000000325d2a05c5194db030f8651b5ba8638056e69b9354a1d 4,949 1.00/1.00 vMB 10
798,605 798,605 0000000000000000000363f3fe3f732b43e450f766261e428574c0fe08707487 4,288 1.00/1.00 vMB 10
798,604 798,604 00000000000000000003126fa77f2fa398e01a4df2c87cde9bd50f9fd13d9664 2,416 1.00/1.00 vMB 15
798,603 798,603 00000000000000000003b7d73632af103bac2e8010a44b912710b0d9ca990175 2,319 1.00/1.00 vMB 20
798,602 798,602 00000000000000000004a141e532b010aa859690377a5d9e6f805f6da1946cce 2,658 1.00/1.00 vMB 30
798,601 798,601 000000000000000000028fff14a6944dc30b7f188b1969c4518c393504da6501 2,335 1.00/1.00 vMB 8
798,600 798,600 00000000000000000004a37a918cbcb32a0fe2de65efe3c10fc794813d50bebf 3,062 1.00/1.00 vMB 14
798,599 798,599 000000000000000000026ace34b0fd4cc8d6bcf87a022cab7deba9d88799938d 1,984 1.00/1.00 vMB 13
798,598 798,598 00000000000000000004416e1e2215bee521b934cf943a7b85bd18409e4b89be 2,423 1.00/1.00 vMB 10
798,597 798,597 0000000000000000000126c28e1dfea5bf8035f8665f141f1bdff01e5476caff 2,709 1.00/1.00 vMB 11
798,596 798,596 00000000000000000001ac6218bcbc8da0409be98cae701c0411568c4704d615 2,509 1.00/1.00 vMB 17
798,595 798,595 000000000000000000040f7113d220157c260c0c51814f2bda9041a72f09a7e0 2,445 1.00/1.00 vMB 22
798,594 798,594 00000000000000000002e104df42cfcc53772fff734ae190fdbefb9804c4ba3e 1,942 1.00/1.00 vMB 18
798,593 798,593 0000000000000000000139f3d77d310797901c6d345f80aaa2f4446f2d0b0d7d 3,207 1.00/1.00 vMB 26
798,592 798,592 00000000000000000002ec411dbbf78a8b31ee1d9fc1b81dabd864e1bcbb2968 2,384 1.00/1.00 vMB 34
798,591 798,591 00000000000000000004e5f071c15119fa35ef58c96474b158579b9de4d0a4dc 2,144 1.00/1.00 vMB 14
798,590 798,590 000000000000000000026e8fbb6251e54304fc78d04be0319f419439485c705a 1,579 1.00/1.00 vMB 9
798,589 798,589 000000000000000000038c8a0880985751877f28594cf9705b057d3c61de3f05 2,043 1.00/1.00 vMB 16
798,588 798,588 0000000000000000000003f3d4821f55c4880bbd26d76eebad5b1d9b47032f56 3,390 1.00/1.00 vMB 22
798,587 798,587 0000000000000000000080b8014d2d93f6e88efe3188df46bfce7618cfd0226f 3,046 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.75 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: 708.60 GB
    • Received: 16.74 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.