Loading Tool

Explorer IconExplorer

Memory Pool

25,840 transactions
10.72 vMB
0.06750514 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.62/200 MB

Candidate Block

Mining Attempt 820d7d9bc55a12a7933b5a015aa049721ab32f1bd30bc83a1d06a230c7e4c417
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root b6d01ad4abaf2b54434684204b7d9bbfe11b1bcfa72507e61ae01334c459186f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,992
Size: 1.00 vMB
Total Fees: 0.04971317 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (652,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,977 260,977 000000000000001c88b2e72f1ad9fd22e59a103ada07be3acc19ab391f72a916 52 0.02 vMB 145
260,976 260,976 000000000000000a0655c672c7e80389a5e475e882e661159100245bb59d88b5 186 0.08 vMB 106
260,975 260,975 000000000000000da750568f02c77c4920b9ae1837c793abbbad52bdbcff8842 131 0.05 vMB 36
260,974 260,974 00000000000000001098c7d409b40e1bd06d04623f7d055b2c3e58dabd6e69c7 479 0.21 vMB 151
260,973 260,973 0000000000000004d00fd728537b952a8f6ee15992d49c03d65fe96852836171 685 0.34 vMB 58
260,972 260,972 000000000000001ae8aeaea041748251bf6669890f2d961e23d48d40685f5e35 512 0.20 vMB 103
260,971 260,971 000000000000000e0e02a02b9eae729199374912ed9f9e00c01fc2aad940fcc5 632 0.25 vMB 155
260,970 260,970 0000000000000014189877791dd9cd1ef1248604c364f60905fffc5dd91b59b2 673 0.25 vMB 167
260,969 260,969 00000000000000049feb8ae09882de28c04ecb65462609ad25a7090f66da293c 642 0.25 vMB 145
260,968 260,968 00000000000000176b7d2409cf44b5cfdf5be9f61759e241102e5f64a71f2bcb 368 0.16 vMB 110
260,967 260,967 000000000000001b81a947a8b17136a4595e879e10142ab52322f55856ae185b 301 0.14 vMB 2,471
260,966 260,966 000000000000000e95626737b2c5f0303c9e6a45abe7cfe5bce339ee83c36dcf 189 0.10 vMB 97
260,965 260,965 00000000000000141dc1711061001c993a3f814877c401bf6bab6c438004c223 145 0.07 vMB 113
260,964 260,964 000000000000000a7659c9c2d83c3057738974e97014956e2a577fe682ad10c5 52 0.04 vMB 36
260,963 260,963 000000000000001b468c6298f3865d15d76023ed99aa7c8c85dc6de2b334af0b 93 0.03 vMB 58
260,962 260,962 0000000000000003e616888474d0645985ada3e0baaae71663b2d8dd6dc8bff7 582 0.26 vMB 121
260,961 260,961 000000000000000f59dbcb009d46c79f673f5fad124ba0928dcd363943592a3b 604 0.25 vMB 132
260,960 260,960 0000000000000007f6bbd1613a0e6199f684962430fd0d458b66d49e1df2da26 99 0.05 vMB 76
260,959 260,959 0000000000000002b63ffdc0a516ff034bc498de9995e6e30ef4949a5d1e7e85 54 0.03 vMB 21
260,958 260,958 0000000000000017b6133e976a69bb25c1c5dd8539b85ee8a9f9555f8c5b6824 134 0.05 vMB 41
260,957 260,957 000000000000001486ecc70217796c81a2d43dbf9368f5b625e12b3ca5416ff0 732 0.32 vMB 104
Previous 10 blocks ↓
Total Size: 779.83 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: 423.06 GB
    • Received: 2.29 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.