Loading Tool

Explorer IconExplorer

Memory Pool

54,468 transactions
32.12 vMB
0.14791526 BTC
Random Selection Loading Transactions
Max Size: 171.59/200 MB

Candidate Block

Mining Attempt d1e80291446e8b6e6eb4532ff9788f3491949f894f71df454cd9c14c942edfce
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root c8358b3364f4244fa3d2a16850073dca8d2a0cafbf6fda50bffbdf8ec128fa30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.04667913 BTC
Feerates: 104.17 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (413,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,685 501,685 00000000000000000028112725071320d3cdec1ead7116e6673aede3c04505c7 2,594 1.00/1.00 vMB 518
501,684 501,684 0000000000000000004cc586a7f5552462b64eaabac2794ad5b7522bb062b998 2,308 1.00/1.00 vMB 672
501,683 501,683 0000000000000000002fab13ad1c1ad248425a0a0c36a447f8aff505a9013363 2,091 1.00/1.00 vMB 515
501,682 501,682 0000000000000000005b4f5e8e5db1f3efdf17fc3bea267f10abde5381c7a431 2,161 1.00/1.00 vMB 629
501,681 501,681 0000000000000000003704c8c4a95d8e96f8a71f21016f4db5dd27f3c8912e6f 2,454 1.00/1.00 vMB 865
501,680 501,680 00000000000000000014c4ff5d91b2a7e1857167d405ca2e288c20502dc6b192 1,908 1.00/1.00 vMB 979
501,679 501,679 00000000000000000062539c7717d6ad6dffcda5e3a324c7c1da352128bdeb56 2,584 1.00/1.00 vMB 713
501,678 501,678 000000000000000000308942b1aeaa366880d7912e0c32e854d3cc33d0697d90 2,439 1.00/1.00 vMB 555
501,677 501,677 0000000000000000008fb23a799b292c40e2a78156dd3caa49a62fb38cacb60c 2,751 1.00/1.00 vMB 526
501,676 501,676 0000000000000000000745b7c825dfe97589d053ce1324d8eeb2deeeade57345 1 0.00/1.00 vMB 0
501,675 501,675 00000000000000000034561200de2609cb8235a59b7610ff72de8cfc9d833b64 2,720 1.00/1.00 vMB 558
501,674 501,674 00000000000000000043776c4790456fa94499c4b941ebef98e8ce79a7413eef 2,989 1.00/1.00 vMB 545
501,673 501,673 00000000000000000089c184e4ff8f47e710b42ef81f4329e507e04eaf7c36bf 2,683 1.00/1.00 vMB 583
501,672 501,672 0000000000000000002da8f505895a988ea1126c4344e22948db7827b8d683cc 2,931 1.00/1.00 vMB 533
501,671 501,671 0000000000000000009623f8900cabaec78b5bf93fafb3fb159a792024edccec 2,557 1.00/1.00 vMB 489
501,670 501,670 0000000000000000008d74a384f39d989940c82a47165ecfe3e84d47c0157577 3,004 1.00/1.00 vMB 682
501,669 501,669 000000000000000000662e47d90f0d6c6e4a20407411530cdf6945b2e172116f 3,285 1.00/1.00 vMB 603
501,668 501,668 00000000000000000084b371bf7ca3001dcc67f903bc8598eedec9439286ff0a 679 1.00/1.00 vMB 564
501,667 501,667 000000000000000000241784fd2abe2421e5e9710572aaf8ea9dbe0db5a37f35 3,055 1.00/1.00 vMB 645
501,666 501,666 00000000000000000040496a84f7082fb3b0d722ad1be8494aecf50a6c117c4e 3,062 1.00/1.00 vMB 604
501,665 501,665 0000000000000000002119af5a153cb9ba43617f8452f13ede6207ee8d698c77 3,198 1.00/1.00 vMB 583
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.26 GB
    • Received: 13.51 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.