Loading Tool

Explorer IconExplorer

Memory Pool

43,360 transactions
28.07 vMB
0.06380796 BTC
Random Selection Loading Transactions
Max Size: 148.07/200 MB

Candidate Block

Mining Attempt 1d209c681b6ab1c802b187159f8e95dca38abae39d6e9c7c2327c2b4da821b3b
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 8999ce4f3de85cfbb6ac310d62b24270ea40a1d3555083e11b090f3badc1a769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,725
Size: 1.00 vMB
Total Fees: 0.01093587 BTC
Feerates: 100.21 > 1.10 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (413,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
501,664 501,664 0000000000000000008e742c73eded54428ad982cf2b51a52f7ccbc3faf14d9d 1,978 1.00/1.00 vMB 865
501,663 501,663 000000000000000000537f317d0e9a96332a5cc57e6cb2e8a5876586dd46f6fa 2,400 1.00/1.00 vMB 462
501,662 501,662 00000000000000000066c8ec1c6af9b5e6c3adab67768dd0f8f7e5756e02cf02 3,159 1.00/1.00 vMB 570
501,661 501,661 00000000000000000076527641da41b9c33888e1f55e935705ba0ba6cfe3897e 2,690 1.00/1.00 vMB 745
501,660 501,660 0000000000000000000175bb7b637562e2ec088005278df6b64c132a180c1bf9 3,123 1.00/1.00 vMB 653
501,659 501,659 000000000000000000742fa0430ad71657ffc7400f1d12c46ecbc83c853f37ec 3,063 1.00/1.00 vMB 623
501,658 501,658 0000000000000000006678880747b40d6b11cc38a214e9fc595d75b0ad2ae785 3,227 1.00/1.00 vMB 513
Previous 10 blocks ↓
Total Size: 782.10 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.68 GB
    • Received: 13.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.