Loading Tool

Explorer IconExplorer

Memory Pool

54,620 transactions
32.28 vMB
0.22576571 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt 41fc8e247c5bc3e23c3b4813af457465983c529c3de813ca1f2300303a43e41b
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3eb5ef7c9acfdf5fa43987488797871b9fd5f422595688103dd6eb7ac760aa7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.11938303 BTC
Feerates: 101.66 > 11.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (903,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,679 11,679 0000000065c76d10aeea55737b3b85e332dc406f17cb7bde352f3615b660d24b 1 0.00/1.00 vMB 0
11,678 11,678 00000000abacf35e69ae835e89771acdf20d528820c7ab9f4f71f05b9eb0d0df 1 0.00/1.00 vMB 0
11,677 11,677 00000000440754f19b0aba3fd0b8929eff425ae4e64b3e2d4f585399ccc5f993 1 0.00/1.00 vMB 0
11,676 11,676 000000007edf942ad6a60e3eca54923919028f0426023161c62bc932b538a00b 1 0.00/1.00 vMB 0
11,675 11,675 00000000722b86598d32754bdede55d4cf35243a57b15783c2d84dfddc7d328f 1 0.00/1.00 vMB 0
11,674 11,674 000000002d32466ee58b202bf843ec2c4198bcd93c1f1318f2984ad95b8335d8 1 0.00/1.00 vMB 0
11,673 11,673 00000000bc9a8110bd7a8b28a4f80cba22dd02a104a6f97e439548ed16669bb0 1 0.00/1.00 vMB 0
11,672 11,672 000000001eec2c48c6ffe89440669ac130ce9961107d6b11aab762c1d067e9aa 1 0.00/1.00 vMB 0
11,671 11,671 0000000053223ccff839f704d3059fc03b090721b1b5bf6481d102726c38da23 1 0.00/1.00 vMB 0
11,670 11,670 00000000c7270f3e4d1d8350e53133983cfedf7838045cd73ed5b5e1c73e177f 1 0.00/1.00 vMB 0
11,669 11,669 000000006d31ef227566502d0cdb5dd0571964dde3276c108331404e944fa654 1 0.00/1.00 vMB 0
11,668 11,668 0000000051fc72f3071d3c02a90fdbbeddfd32f8b579078cfc796b4fdf4f6966 1 0.00/1.00 vMB 0
11,667 11,667 00000000e879b8d8ee6e0475f527ba8403e692f7e699db96b329641df63fecd9 1 0.00/1.00 vMB 0
11,666 11,666 000000008cded592d937eac078e7a28b488a3e5ce398f16a906e809589b096bc 2 0.01/1.00 vMB 0
11,665 11,665 00000000ad9efb614192cac4c296ba8ca847968358129d090b4770208d6f6055 1 0.00/1.00 vMB 0
11,664 11,664 00000000dd4f59b636f7967b0f7c657d3911e6c3f9aad0ab274648c0271b8357 1 0.00/1.00 vMB 0
11,663 11,663 000000005d47c6178d04e068551b46110e0132873d0e7e8840bf3557b5a81ef3 1 0.00/1.00 vMB 0
11,662 11,662 00000000eff0e51932cd9899042c266616ef396f929803f4e7e1019af19f4714 1 0.00/1.00 vMB 0
11,661 11,661 0000000001bc7d2cae2e36dd8d02db8a732cbb7126d7f25bea2fd08862171eed 1 0.00/1.00 vMB 0
11,660 11,660 000000003d67d27245810447bef2a938d6cdc9c7a969e1fe97aed6a281b09706 1 0.00/1.00 vMB 0
11,659 11,659 00000000b344b3af1e18b760a06cfde3b2edaee7d437efa6e0bb5c41eb53485c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.