Loading Tool

Explorer IconExplorer

Memory Pool

80,207 transactions
29.57 vMB
0.08957614 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 6b913552563ac7bdf6d65d57ef70b6eb7f775f23d0d6353e5d43887639d023a3
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 07091eeed2092d7b8da1201f2ba618ff8698ec23922fcc95b50cf10c18d9e218
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.02698659 BTC
Feerates: 278.95 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (248,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,350 666,350 0000000000000000000a104c9f13b75cdef72432967b9fe227304a8d19df6449 2,382 1.00/1.00 vMB 30
666,349 666,349 000000000000000000097739f44b29c39378e3140e5022e7003a71c8d86661a0 2,489 1.00/1.00 vMB 80
666,348 666,348 00000000000000000003187cbf89b53dc76a9243334f4b50afc8eb9b20c0e521 2,596 1.00/1.00 vMB 122
666,347 666,347 000000000000000000072e3ac2de882657f587eae56e723992b55df67d2f79c2 2,574 1.00/1.00 vMB 68
666,346 666,346 000000000000000000058d1169e13cb0499805b30cda0ccabba3596f488afd21 1,802 1.00/1.00 vMB 112
666,345 666,345 0000000000000000000ab9a10ed49288eb1d505f6420d090d5fe55a7067d5219 2,950 1.00/1.00 vMB 135
666,344 666,344 00000000000000000008ec9d8202c791856682ad2c1784a02eb9df09207d1e82 1,934 1.00/1.00 vMB 58
666,343 666,343 000000000000000000094d8fbfde7200b401b199397473bd5d2ec00d2b64db11 2,450 1.00/1.00 vMB 84
666,342 666,342 00000000000000000006e668546ccc2d8fc35ee6c9f7f31cce5ae1be6b368059 2,638 1.00/1.00 vMB 43
666,341 666,341 0000000000000000000221ba1d9698f8ad3605862f98b4ede8f07c98941383bb 2,672 1.00/1.00 vMB 14
666,340 666,340 00000000000000000004addc54a52943be74f744d90e7fec461b4e94a3339472 2,299 1.00/1.00 vMB 60
666,339 666,339 00000000000000000008266560defae65bdab5eddeddacbcf7873d3ff3a34bd4 3,263 1.00/1.00 vMB 132
666,338 666,338 0000000000000000000856b2173f1daa4cfd95df9daa8f652a5aed7091423ac9 1,445 1.00/1.00 vMB 83
666,337 666,337 0000000000000000000b854c310f8e7f4d36408772807f10c380311c42d9b2a6 2,075 1.00/1.00 vMB 68
666,336 666,336 00000000000000000006da7f375dce6005c3c9964939303bebb8a191b842d114 1,360 1.00/1.00 vMB 54
666,335 666,335 00000000000000000002059dfdaf5073369378f3682925da1825a9f71ee11146 2,565 1.00/1.00 vMB 45
666,334 666,334 000000000000000000035e527f52952ab37fad774b10e2b7d9535d1fdb640543 2,290 1.00/1.00 vMB 33
666,333 666,333 000000000000000000075745d828f7405e567beb7e64f6d59d989c30ab9342c4 3,047 1.00/1.00 vMB 121
666,332 666,332 0000000000000000000301e5b2d18f998094ca61118ff6642a5655b6f5aee29f 2,680 1.00/1.00 vMB 27
666,331 666,331 0000000000000000000bc4d06e1c27124f4ea463b17cb5cf0b579c291bbe0ff7 1,676 1.00/1.00 vMB 55
666,330 666,330 0000000000000000000af4447fd3265603ea0feda59602eda29bd2a4675c8c08 2,157 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.