Loading Tool

Explorer IconExplorer

Memory Pool

82,973 transactions
32.09 vMB
0.08242379 BTC
Random Selection Loading Transactions
Max Size: 194.85/200 MB

Candidate Block

Mining Attempt c8a1185b4f141d010064cbb6286acb84fad2aa92e25b9ac4bd5c2407c0eb046d
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root ce4f2261da8c7c883e9b83c4334346622c52badd590927b35d606ebcddae5e02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.01203025 BTC
Feerates: 146.96 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (339,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,584 575,584 000000000000000000271bb96112f682a2f5fcad9820b14a6f2cdbdb9924ce73 3,281 1.00/1.00 vMB 95
575,583 575,583 000000000000000000060cfafb462f6616908605c6d5834507a29221dec3fdab 3,463 1.00/1.00 vMB 114
575,582 575,582 000000000000000000177ab2e0566c74b2351462ddff7a19a48c3519b3b66297 3,148 1.00/1.00 vMB 112
575,581 575,581 00000000000000000019378c5b656464426cb2f9b0c08d2c77274bd3da8ed1a0 1,992 1.00/1.00 vMB 125
575,580 575,580 0000000000000000000e429f8c00c8a1e396ddaf58cc9bfcf933f5f2a37d8b91 3,107 1.00/1.00 vMB 117
575,579 575,579 0000000000000000000d626fc17e0ab5a0d9c37bcaaa2a97ed09c575381d2111 2,336 1.00/1.00 vMB 130
575,578 575,578 00000000000000000021355662ef4924d40dd7912ee4cbc73012a94bda404aa0 2,204 1.00/1.00 vMB 123
575,577 575,577 0000000000000000000958ac7395485914d48f11cc178dd23161e8ab54cfa0a2 3,265 1.00/1.00 vMB 148
575,576 575,576 0000000000000000001c3d0ee63d296d39acc86c17f9ecb2f0c778be94ac7963 2,879 1.00/1.00 vMB 95
575,575 575,575 00000000000000000007e82d30537a9169418b42c3776bb6f04c2cbddf1fa599 2,774 1.00/1.00 vMB 36
575,574 575,574 00000000000000000011316bebd7ddbf533eea4e8441875d466053b652bfec7e 2,902 1.00/1.00 vMB 95
575,573 575,573 00000000000000000006764d19cb6f070ad690457aedd53ba1baa7f888c17e22 3,132 1.00/1.00 vMB 81
575,572 575,572 000000000000000000008a1bc9db9dca839c508ec4bc877ad0f55f83eb6d8fd8 2,093 1.00/1.00 vMB 93
575,571 575,571 0000000000000000001023a6220808726bbd93d18f68d92b3bd5af9767e06e81 1,494 1.00/1.00 vMB 78
575,570 575,570 0000000000000000001067c29c5097a4f69329fb7d8059803c09b57915dc348c 2,605 1.00/1.00 vMB 124
575,569 575,569 0000000000000000002685d3654cd109ec952b9527c009a15443660ddca0207f 2,717 1.00/1.00 vMB 78
575,568 575,568 0000000000000000000c335fe45dcd7e5cb1d3aff0daf733fedb8dc23d275182 3,333 1.00/1.00 vMB 61
575,567 575,567 000000000000000000047345ce2dbae3a0bd2f23eabbd183821895aec1b494a0 2,801 1.00/1.00 vMB 111
575,566 575,566 000000000000000000129f6631475e232ec32b85fd953b64e31d2f44a40c8e0f 2,808 1.00/1.00 vMB 114
575,565 575,565 0000000000000000000d1e893a3b623a1aa31be46796c6446caf8d3717ead393 3,483 1.00/1.00 vMB 151
575,564 575,564 000000000000000000225f85d56ca55e70f0d9ffdb3689ec5d1846fe47e929b7 2,218 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.