Loading Tool

Explorer IconExplorer

Memory Pool

81,006 transactions
29.78 vMB
0.10323343 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 3730f71c22260b93daaec4b0af79e8a9a3c62c879792ecf316785cd3a3fa0765
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 8b791bdae4523ffe40e96c6c0939e0c429a1c39561b44a46e7868ac709243285
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.03834105 BTC
Feerates: 146.36 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (261,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,809 653,809 0000000000000000000c40d594f65256690dfd0800b1e745d7bc9b2798309381 2,066 1.00/1.00 vMB 136
653,808 653,808 0000000000000000000a02865c2efac3048a0c7182728b9c522dcd3aad2e8195 2,877 1.00/1.00 vMB 148
653,807 653,807 0000000000000000000bcbb9392f8732ca8fec39f0ab861796b9fe641c270555 2,651 1.00/1.00 vMB 79
653,806 653,806 000000000000000000077a3e5eae412db7ef04186b2f2d20ec89738473c7d425 2,245 1.00/1.00 vMB 131
653,805 653,805 00000000000000000006d0bf80395fd3718c2f0ae3aa48ea8848d40476cc1545 2,255 1.00/1.00 vMB 56
653,804 653,804 0000000000000000000658b5ac442f5ebdc2503e4411a3fd91edf4d61a802385 2,238 1.00/1.00 vMB 56
653,803 653,803 0000000000000000000dbb0429d8338e83749b91c2b8a17beb65f1dda0c5178a 2,048 1.00/1.00 vMB 50
653,802 653,802 0000000000000000000085d36cf02383ae4155433453e645eeb96b6de8b6b88e 3,339 1.00/1.00 vMB 57
653,801 653,801 0000000000000000000ce199b6def9d8f8b769ccd495341b1afb231e8310ff69 2,677 1.00/1.00 vMB 82
653,800 653,800 000000000000000000077a7ff5af32bd6125ae1a75739e158e93883003e23b11 2,566 1.00/1.00 vMB 67
653,799 653,799 0000000000000000000601c6e8a400a6c3dc8d2c5a05c33994af90e96eb78e63 1,652 1.00/1.00 vMB 79
653,798 653,798 000000000000000000084a38bee081063330398137eacb37628c5c8d2618089f 2,021 1.00/1.00 vMB 91
653,797 653,797 000000000000000000046b5ed5b6543aca3fd3f7230a4baef02064868e19648f 2,072 1.00/1.00 vMB 80
653,796 653,796 00000000000000000001d214b147f3f520461bd9e92117ab821971c11c9b33f5 2,422 1.00/1.00 vMB 79
653,795 653,795 0000000000000000000b3f6740ee03f78dbfdbdc588cfd130ce690d01025d22f 2,594 1.00/1.00 vMB 89
653,794 653,794 00000000000000000003174a61ff4225b30012bfc6904b1931e3a6e98a5718bf 3,001 1.00/1.00 vMB 145
653,793 653,793 00000000000000000001ee7d74607792f156179d710629c20449db75ffa69216 2,748 1.00/1.00 vMB 77
653,792 653,792 000000000000000000044135ddcabf325fda7c33a0a0d7f714ca7d6aa1ba6abb 2,423 1.00/1.00 vMB 113
653,791 653,791 000000000000000000014f3a48f6b2e69d5800cf3d0541b72f8bbf3c8d89d9e1 2,576 1.00/1.00 vMB 146
653,790 653,790 00000000000000000003e201bbc254e11cc9298c07e5b48cad7954e489cc3cad 1,802 1.00/1.00 vMB 133
653,789 653,789 0000000000000000000096f4d1dbcd6154c1132117ba19ac22f84287d863b9ce 2,696 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.