Loading Tool

Explorer IconExplorer

Memory Pool

50,684 transactions
28.77 vMB
0.08375567 BTC
Random Selection Loading Transactions
Max Size: 153.53/200 MB

Candidate Block

Mining Attempt c10bc7e2468de81d01e8888a52810c2fef20f49c846dfca2beefa30c9924f78e
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root a1e204e932c9348db978b3d25fb601ab5f78b1153f85a3e4e0d73a9310327dfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,592
Size: 1.00 vMB
Total Fees: 0.02158557 BTC
Feerates: 151.12 > 2.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (221,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,470 693,470 00000000000000000007263edf135dd6ce8a05850a942a03f58ce14401a0b4b9 1,907 1.00/1.00 vMB 11
693,469 693,469 0000000000000000000d6612559a2ca4caa866ca1cc56559b717b61a09dd303e 1,774 0.66/1.00 vMB 19
693,468 693,468 0000000000000000000f58c68a8bd03a6a411e22a2e4a49f0f784987200733e5 823 0.37/1.00 vMB 3
693,467 693,467 0000000000000000000d23fa168268f64c8e7241ec7822f70fd6f032c4b4b02b 2,864 1.00/1.00 vMB 18
693,466 693,466 00000000000000000010199ffbc642e2b4ec28f4427e52c2b9971530e98bd610 2,343 1.00/1.00 vMB 6
693,465 693,465 0000000000000000000bc0fed6ccbd43f5f09f1b6103fc044c4da9eee56172e2 2,642 1.00/1.00 vMB 16
693,464 693,464 0000000000000000000f8d005e7368c1e8673413e5e69169086ff1256554e48e 2,573 1.00/1.00 vMB 24
693,463 693,463 0000000000000000000305f0c33bc7dc4c7e4cc20fb38c2c7741d5d8f780e257 2,300 1.00/1.00 vMB 4
693,462 693,462 0000000000000000000a37d3ea2a6d950ac47428ac8581cc777fbd1ca9b8c122 2,519 1.00/1.00 vMB 21
693,461 693,461 000000000000000000015fb55c6278b6362735e372ad81edce261869d1de1099 623 0.94/1.00 vMB 4
693,460 693,460 0000000000000000000247615f6688a6d32d21308fc4bb0845f684f72a5a5b54 1,271 0.42/1.00 vMB 10
693,459 693,459 0000000000000000000e1b3d6fc9967df6e2e62e7082ef0158ae49f36b143164 149 0.07/1.00 vMB 12
693,458 693,458 000000000000000000095de0d8de3c9515e3940fb612ee43930b903fa90e34ef 1,381 0.83/1.00 vMB 7
693,457 693,457 000000000000000000063d0ec55ea694da02614a47777a118879cb40cb007c38 2,034 1.00/1.00 vMB 6
693,456 693,456 000000000000000000145d1b6254b059417ccd44e84c6ad2605f3807bd8caa08 2,297 1.00/1.00 vMB 15
693,455 693,455 0000000000000000001229ddb8fdd89f6f7c3b7eeb4cfac2dd3c3113085934cd 2,053 1.00/1.00 vMB 3
693,454 693,454 0000000000000000000615da769dbcb33d0f1f0170609a1dc79e6d303a577865 2,742 1.00/1.00 vMB 4
693,453 693,453 000000000000000000061b0ca20f0792016645b4f6df69a4cf88d1afd55d6ba2 2,448 1.00/1.00 vMB 9
693,452 693,452 00000000000000000013a8fd7fbbcc687e7fb5796626921fb6faa790538883ed 2,916 1.00/1.00 vMB 29
693,451 693,451 000000000000000000050ee6f8d590fc86d4bf1009f1303e7540b7b3b4dc4493 2,973 1.00/1.00 vMB 27
693,450 693,450 0000000000000000000ad27f8d81641ae3c5bdc25c891fafaaf59e4b09729aa0 2,790 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.89 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: 645.23 GB
    • Received: 12.71 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.