Loading Tool

Explorer IconExplorer

Memory Pool

42,936 transactions
31.03 vMB
0.07482868 BTC
Random Selection Loading Transactions
Max Size: 157.59/200 MB

Candidate Block

Mining Attempt 9b400c11052790c3faeacb74b9143c406ceebd3194fe992d26b820af493b1688
Version 20000000
Previous Block 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181
Merkle Root eb2e4bd3c27fa664352e9f9ad5f6431a8895b9230cf049fa54c10c298978b4b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.01229644 BTC
Feerates: 40.21 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,458 (331,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,632 582,632 0000000000000000000f8b83b7f616f1b168b38b16a4d2fd6326ef1187fb3cef 2,608 1.00/1.00 vMB 127
582,631 582,631 0000000000000000001c68de11e4d713dffda989a4b0d615b13adbeeb9b1c9f3 2,480 1.00/1.00 vMB 118
582,630 582,630 000000000000000000160de5f8a419f8332ce962c25c5bcdc8466e53477f9599 1,910 1.00/1.00 vMB 122
582,629 582,629 00000000000000000004815e4854f900439e6bfcbc43d34fbd907f1050c65138 2,899 1.00/1.00 vMB 157
582,628 582,628 00000000000000000020b9fd4dfb7e863d2895dcbb9a175fbfda3c6cddb40f59 2,511 1.00/1.00 vMB 100
582,627 582,627 000000000000000000111d05c7ca63c087cdff2f899b39f144a04a76cd5fcba8 2,735 1.00/1.00 vMB 149
582,626 582,626 00000000000000000011b0d7a890166e77267d127a3e8f38e236c927fc1e817e 2,615 1.00/1.00 vMB 125
582,625 582,625 0000000000000000001347ee4a531f1b4481be437ccee6c0d969eaa4a2b82811 2,526 1.00/1.00 vMB 116
582,624 582,624 0000000000000000001a4efc92b3827640a97714a45900b8ad3a682f69b10c8b 2,170 1.00/1.00 vMB 127
582,623 582,623 0000000000000000001d9865df58f5f300552699fefc09aa840ba25ac044a534 2,349 1.00/1.00 vMB 106
582,622 582,622 0000000000000000001b62f4f1be3ce71500f566b1c59d782e6ce243c5f9f199 2,627 1.00/1.00 vMB 121
582,621 582,621 0000000000000000001232b26ffb3cc9560f1759d2cc1c09b9c43a3cf25450c0 2,556 1.00/1.00 vMB 134
582,620 582,620 0000000000000000000f4646c9b6e2b6540453a66244e526c95aa9c1f262992a 2,555 1.00/1.00 vMB 106
582,619 582,619 000000000000000000089eaca050bc4f0c4ef3896cdf06014702beed33f100a3 2,355 1.00/1.00 vMB 88
582,618 582,618 000000000000000000136ca0109c76ca94b7665e0277be5127dc10567c005487 2,339 1.00/1.00 vMB 91
582,617 582,617 0000000000000000001741847ce7df684b52093e6d6db33b1060490453a97d4f 2,101 1.00/1.00 vMB 87
582,616 582,616 00000000000000000010405ed17ed3e256c672a419c5111304c07b1eb9293d74 2,336 1.00/1.00 vMB 110
582,615 582,615 00000000000000000018b6a1436ab5be3d74d7047c1c2c5d3989596f5105b8d3 2,634 1.00/1.00 vMB 124
582,614 582,614 0000000000000000001ca2269aa89b392021e4a243d1739992826d290238d3c9 1,600 1.00/1.00 vMB 128
582,613 582,613 0000000000000000000a817038481cc7d77981e34e45952b5a3fa4d05873f868 2,759 1.00/1.00 vMB 148
582,612 582,612 000000000000000000009f4a49fcbf7818627226854f2b6bb13b658176ac2cd5 3,339 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 781.42 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: 607.53 GB
    • Received: 10.63 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.