Loading Tool

Explorer IconExplorer

Memory Pool

77,251 transactions
30.80 vMB
0.13986771 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt a5924bdcff114089aeed6359c74d363c4cc3b813d5b0db535c4ee54b4836e1d6
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 24c173413abb079a165e8b1817c55b63eb4a4f9d0fd50e0f9460ac68c1d26572
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05112858 BTC
Feerates: 150.36 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (805,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,284 109,284 0000000000009ebef4618037d5872115d70ed540e8dabd3d0f0647174d7ff321 2 0.00/1.00 vMB 0
109,283 109,283 000000000000e74a963431027a3834e874078cc227e5a5b8ba1f27c34347e496 4 0.00/1.00 vMB 0
109,282 109,282 0000000000019d81bd51981a6912421e1ecef1894f1b6ece07e358300f53cb7e 1 0.00/1.00 vMB 0
109,281 109,281 000000000000e933d9f61cb1a9ca1901111b29c48f9a2585aa30d51492ff951f 1 0.00/1.00 vMB 0
109,280 109,280 000000000000d9c4405759c24440866d261aa31939689254550c1976c67991a4 1 0.00/1.00 vMB 0
109,279 109,279 00000000000048190c22a14b26c377005454e30b10c4f71c7e7702d761855fe3 3 0.00/1.00 vMB 0
109,278 109,278 0000000000019d1f0aad16aeee8c750b310e5fb85f7624b7ddb65d1722e5f3c6 3 0.00/1.00 vMB 0
109,277 109,277 0000000000007d4518705c060032ab055573a40177bd4c8be3a1683780b1e682 3 0.00/1.00 vMB 0
109,276 109,276 000000000000eea81da4abada5e63e05ceb498fdfe3fe8d2a1de449f361c0ce3 2 0.00/1.00 vMB 0
109,275 109,275 000000000000b0f9ce76d46b0877181864f1ef75f7b8b2629ff4cd69d3134fc8 1 0.00/1.00 vMB 0
109,274 109,274 0000000000002713e4865b23f35a84e40d9afff349f373086bb7c1142ce8953a 11 0.00/1.00 vMB 0
109,273 109,273 000000000000821cc46667f8a36056c099b890bf36a5957aebf95c957d944b1b 5 0.00/1.00 vMB 0
109,272 109,272 000000000001281e0bbdfbe14ad19beb2966602aa0abd2d904e9f0b41c1edfc1 27 0.01/1.00 vMB 0
109,271 109,271 000000000000315889bab093ef4d5de7b15a49ed8d31d2328501e1b6ebe62489 2 0.00/1.00 vMB 0
109,270 109,270 0000000000018bf934d18de5ec5a349849de44f9a5b4eedea8cd4c20d30af1bc 6 0.00/1.00 vMB 0
109,269 109,269 000000000000196994169027de0af10b95267658047112911440c6e908f79836 9 0.00/1.00 vMB 0
109,268 109,268 000000000000e738c4ac74de58b4dc6567456efb448b7e8b0d16e8fd3e3edec5 10 0.00/1.00 vMB 0
109,267 109,267 0000000000004b77c92f9ac6167fa9a331da4c47e2c444eeae5c500fb7b274a3 3 0.00/1.00 vMB 0
109,266 109,266 000000000000bf69ed43dc79d747b6520e1b1be392a3b41aa6ec8afca2a3b331 5 0.00/1.00 vMB 0
109,265 109,265 00000000000054921586c8f46ad22b347374b8d103cc63607ac167e7bdfe5dc3 1 0.00/1.00 vMB 0
109,264 109,264 00000000000154660f0cf8e5812df209e2acfcd2ddc021a2c52b5ca17869638a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.