Loading Tool

Explorer IconExplorer

Memory Pool

26,604 transactions
27.71 vMB
0.06045508 BTC
Random Selection Loading Transactions
Max Size: 132.70/200 MB

Candidate Block

Mining Attempt 93c0d96321dea4a62f1cfd6783c692c6f1017e71fc6e257c1918a8529eae30c0
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 75f8c2ebe9c92a84f752bcc9c94655bbdb2845d52adc7aaa9692891289abfbe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,911
Size: 1.00 vMB
Total Fees: 0.00762670 BTC
Feerates: 22.10 > 0.76 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (678,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,685 235,685 00000000000000a5e7d99d6069b53439edabc80a9ff03adc48c0d3d954bd8a07 384 0.25/1.00 vMB 122
235,684 235,684 00000000000000083f53d62bb6417cbfe3035d7a330a1f6d6a0e08fce9589ab9 650 0.25/1.00 vMB 210
235,683 235,683 0000000000000039836dd8bb012ec8c0f4972c7d1fc95270f3f902d19010e26d 256 0.19/1.00 vMB 123
235,682 235,682 000000000000010ef20225ec64dcc1ccec25894761d15dc43d074651a1e81815 691 0.25/1.00 vMB 226
235,681 235,681 00000000000000e9b1453d098a15f89b279094c2ed66a0a9ab08a8fefdea4358 90 0.05/1.00 vMB 162
235,680 235,680 000000000000002c592816ea32f5be50089e7eec8567d1f065eb8cc19fd77090 475 0.21/1.00 vMB 165
235,679 235,679 00000000000001459552031da9f6fca1492afeb7b7a8e18511e282706ffdd0e1 510 0.23/1.00 vMB 179
235,678 235,678 0000000000000049f58e1d5f546da39b761c608de4f64c96451000de4469616f 207 0.07/1.00 vMB 57
235,677 235,677 0000000000000155371061b9521ee400fba9149e71ccc36e1da755fba6d1b0e2 67 0.03/1.00 vMB 34
235,676 235,676 000000000000016f00e94edc4eb93f8e5a9144942ae6ba8bf5be8eb4d1c07dd5 834 0.39/1.00 vMB 178
235,675 235,675 0000000000000170bc4ec1c1f8e6d8afc199f8a1fb82623d7078451303c4ebb7 408 0.19/1.00 vMB 182
235,674 235,674 000000000000010b00edaf047e627570cbe49afd527179db6dc3cab21343b9ea 344 0.15/1.00 vMB 168
235,673 235,673 000000000000019b28a1a31b3f38789ef10c1c4a15da55432036c211a5f284b6 528 0.24/1.00 vMB 179
235,672 235,672 000000000000009aeb68688785148b2270f01fe865ed20c58815176c58daf7ff 629 0.25/1.00 vMB 202
235,671 235,671 00000000000000f5b8efb106af928b3b8badf5de15dbad54b275fb5d537c40f7 691 0.31/1.00 vMB 177
235,670 235,670 000000000000012230c191198e53fa58e45712563fe74fb29bff2ff74db621f6 612 0.26/1.00 vMB 177
235,669 235,669 0000000000000133c0a00bb58bfc24f462831849df053389bfbfe8f2f082a09e 356 0.16/1.00 vMB 126
235,668 235,668 0000000000000085507c3ff46c8bd891cb14fbc2d4015857b4ec381fed5fe0e1 575 0.24/1.00 vMB 185
235,667 235,667 000000000000010be995bff4da4bc4df47bbf3a5c68bec326f6a5e8f02319ab6 461 0.22/1.00 vMB 179
235,666 235,666 000000000000015f62b672a36f77e7153e0c2b295e3b0a00cd9b8d810c0f15bb 574 0.25/1.00 vMB 184
235,665 235,665 000000000000013649e27ee08565e712a53892b417f685060b31bd0d5909ee31 270 0.09/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.22 GB
    • Received: 10.97 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.