Loading Tool

Explorer IconExplorer

Memory Pool

43,283 transactions
27.02 vMB
0.06253285 BTC
Random Selection Loading Transactions
Max Size: 142.12/200 MB

Candidate Block

Mining Attempt 6ac19c3b4cc11f7d0499d6bef6f0555117ea35f11b5f41a5fb6f9e2b3f4ca414
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 472c5bd481d0bcc36a58f20024332280a7476de844c3ae415ae5bb99f7980917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01230707 BTC
Feerates: 151.15 > 1.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (183,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,653 731,653 000000000000000000007a25e2ba8cbe38c93166f427cfc5e01ea02170465e9c 2,931 1.00/1.00 vMB 14
731,652 731,652 000000000000000000041960d534d8f899524efeb762f472e72ec8a93662a07b 2,149 1.00/1.00 vMB 7
731,651 731,651 000000000000000000038caf334f0267c96585e2ef974d211fe83d53dc815e1f 1,984 1.00/1.00 vMB 10
731,650 731,650 000000000000000000055c4f0124cdf894de5ec7a9d9a7beb160f1cca4c8bb1c 1,560 0.82/1.00 vMB 6
731,649 731,649 00000000000000000004781bf5c55742fdc2e1ab7be2591d009f0b12f5ff4143 1,847 1.00/1.00 vMB 6
731,648 731,648 00000000000000000002e0fc03a12af5be25101cec06e78698dd24e03a759701 1,049 1.00/1.00 vMB 6
731,647 731,647 0000000000000000000291532e25b6185481cf9acc6ecc82f22dec0378b9b722 997 1.00/1.00 vMB 7
731,646 731,646 0000000000000000000411a0f4878a0236c42132d3f5ceb66f74c4a4782d5c41 1,824 0.65/1.00 vMB 8
731,645 731,645 000000000000000000074691c203b954cb1fee85e3437c51670f2987578d2046 189 0.06/1.00 vMB 15
731,644 731,644 00000000000000000004e4d748efe8fbe0b21d47540a0cc5facb666575da9831 999 0.43/1.00 vMB 9
731,643 731,643 000000000000000000025c7620adbe7ce9b4d41b0053baebf613c6426e98f702 1,140 0.51/1.00 vMB 7
731,642 731,642 000000000000000000058d2eb3511cb32fd90a237f5d3ab942428ef92b46272e 1,848 0.83/1.00 vMB 13
731,641 731,641 00000000000000000004c0a84486eb0ae5e5ed5b81d39c7dd9b4bae1e46844e3 193 0.21/1.00 vMB 5
731,640 731,640 00000000000000000008615c019a3ee3093822fe63a622cb6fb9404f3a981ae5 1,177 0.51/1.00 vMB 7
731,639 731,639 000000000000000000048c2f35206c7f6cd5a15224f9812f05e29021a8f7f69c 267 0.08/1.00 vMB 7
731,638 731,638 000000000000000000051ff0adf0c8023e2a4f470fdea13b7948eaf83c230d2e 1,591 0.72/1.00 vMB 3
731,637 731,637 00000000000000000004d2e3e224f6f8c214fec26a129cb821846223f0edb0f9 2,119 1.00/1.00 vMB 9
731,636 731,636 000000000000000000034b52a946c59017809cf22fe8f254d2c6cd0647b3e88d 2,320 1.00/1.00 vMB 11
731,635 731,635 000000000000000000028b511686767dbd93bba20e67044ea445dff57ef4de29 1,605 0.68/1.00 vMB 8
731,634 731,634 00000000000000000000c8650749baacbfb710cc97c6027daeb260b99b0f6ee9 235 0.06/1.00 vMB 14
731,633 731,633 00000000000000000003ee425b757785177dc2141972d5423d1d353d18c8e14f 1,498 0.61/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.