Loading Tool

Explorer IconExplorer

Memory Pool

74,392 transactions
28.67 vMB
0.07534370 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt 2eb9cb92c0e85be5977a8c4b562e28932215e1e9c0eedb53f52da402dccb2447
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 40f70ba9789ae50c644164b24ef598ac4a076b295a9a96ab1092dea93f84f7fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01774422 BTC
Feerates: 250.89 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (501,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,751 413,751 0000000000000000023d5498570a2b5a0c2c8d97fef1d2af1509ce6afbc6f2de 665 1.00/1.00 vMB 22
413,750 413,750 000000000000000004a473f7725cd3dc6f219bef49d0f8627f569b17d0630710 165 0.12/1.00 vMB 43
413,749 413,749 000000000000000000f2dd3b8512e92e9f0df9dd2f2cc283c2612b0ffedb2abe 768 1.00/1.00 vMB 19
413,748 413,748 0000000000000000043e1bf319f2aaf97f94425d1313ee50193cca7e69dcaab5 908 1.00/1.00 vMB 29
413,747 413,747 000000000000000003a7f885b93782a479e35508a5ed2b647a587a80c30d7d8a 2,187 1.00/1.00 vMB 42
413,746 413,746 000000000000000004cc07dcbfc49d458b028fbc457c41a35e1e3b6563faadb9 2,567 1.00/1.00 vMB 77
413,745 413,745 000000000000000004f26874a510649a3c1ce9538f917bc4eadf320698d24c88 1,133 1.00/1.00 vMB 28
413,744 413,744 00000000000000000122d3560547244816aa502b2f7cfd591958c136d2bc5ba3 1,350 1.00/1.00 vMB 33
413,743 413,743 0000000000000000041090abf5f26c61e609896542d02b587d0fce3749bce157 2,115 1.00/1.00 vMB 54
413,742 413,742 0000000000000000050f832dc25ef17582b9e379bcd3275b98569f69c633f9b5 1,793 1.00/1.00 vMB 37
413,741 413,741 0000000000000000046ee8412e4dfc91617d9aa07c584a03b1afe3f1a2093d52 2,151 1.00/1.00 vMB 61
413,740 413,740 000000000000000001d7a69c3f43a45766d92166906e8dd6e252d2078b5ea546 1,838 1.00/1.00 vMB 53
413,739 413,739 000000000000000004538799dffbea73f77520eb67f0c8bb1ddfb2e60f6f65ff 2,055 1.00/1.00 vMB 41
413,738 413,738 0000000000000000026a265791b7aba9845adae9354e1e2f34fda81d44e855c8 1,803 1.00/1.00 vMB 44
413,737 413,737 000000000000000001b40d3b821cc0ae5f130e548e3cc05a14262ea41db4e4aa 2,459 1.00/1.00 vMB 71
413,736 413,736 00000000000000000323fbb7999c7b4ac7cebb2c89885b922830745fb739491f 1,783 0.99/1.00 vMB 42
413,735 413,735 0000000000000000015d6a21882919fb3576894f281f1c6337898a58792c4c93 2,615 1.00/1.00 vMB 83
413,734 413,734 0000000000000000037367f5f33aaa724ff46522b8dece6dd52d7f26d8bba689 2,436 1.00/1.00 vMB 88
413,733 413,733 000000000000000003029cc2e7f545704d1984addb279dd45ba3f492abe59c87 1,657 1.00/1.00 vMB 36
413,732 413,732 000000000000000003cae5348ad74c0ef7c135c43361add4dee7497e7853b0fd 1,936 1.00/1.00 vMB 35
413,731 413,731 000000000000000001123cc52348717e5e1ae958dbad4874f38060f8e78df911 1,615 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.