Loading Tool

Explorer IconExplorer

Memory Pool

34,767 transactions
25.58 vMB
0.05757312 BTC
Random Selection Loading Transactions
Max Size: 130.13/200 MB

Candidate Block

Mining Attempt 74d093d9226cdaed677eaa8473928186e04f66551f61d3974185a0858051b22e
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 0bedf89e3fec901131187d0ac801c5899932040bae63585a1e8c442aa28907e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,397
Size: 1.00 vMB
Total Fees: 0.01083596 BTC
Feerates: 713.01 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (78,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,434 836,434 00000000000000000001bb7e0bcd298b669ae6997192630c6fbb7de397265712 2,046 1.00/1.00 vMB 28
836,433 836,433 000000000000000000017596ddf1adbf89b7419aa4aedcfac379cf68023a9a57 1,141 1.00/1.00 vMB 26
836,432 836,432 00000000000000000001a8d21ac89a20ee4e0acb04b80bf85e5af3730b6d971b 2,849 1.00/1.00 vMB 29
836,431 836,431 0000000000000000000321757865834569982a69d96c33e0a4b3eef7b19f27a8 3,064 1.00/1.00 vMB 37
836,430 836,430 0000000000000000000028cddff312c4c79af93e62c35fd6ede20dfc6960b4ba 1,149 1.00/1.00 vMB 20
836,429 836,429 00000000000000000001cad52bde607604be5ae670f85ea3af9fe7967bbf8566 1,830 1.00/1.00 vMB 26
836,428 836,428 00000000000000000000de824756e3c5ce8fd1efe03e6474f259c587e0515be0 2,973 1.00/1.00 vMB 23
836,427 836,427 000000000000000000001a3a96b040dbcc00e887dadac09042af58c71c9e1201 2,335 1.00/1.00 vMB 19
836,426 836,426 000000000000000000014a29415cb5295621d782a44b0811de6295496832173b 1,423 1.00/1.00 vMB 15
836,425 836,425 00000000000000000001389b6f6c7d021e472ee2f6b534316cd5a30fc4c704e8 2,186 1.00/1.00 vMB 21
836,424 836,424 00000000000000000002355a5e0ace8deb13586221db02e0496478437f6d97fa 1,590 1.00/1.00 vMB 12
836,423 836,423 000000000000000000033e1164f4ac11aab216e69a0fa189c9ddff4d54e5db55 3,160 1.00/1.00 vMB 25
836,422 836,422 0000000000000000000175a7621602d5d7dd2ff860f7d68d90d783a4dcd9e4e9 3,018 1.00/1.00 vMB 22
836,421 836,421 00000000000000000001497bbb29b23b7f3b4f4914fa495a87aee84c14cf9717 1,640 1.00/1.00 vMB 15
836,420 836,420 00000000000000000001e3d33824a72f15fa341cdd9ea62c577823f20bcd97df 2,357 1.00/1.00 vMB 18
836,419 836,419 000000000000000000033bef40d9271b635a619469cebaa11c426cbc4a7ebccd 1,688 1.00/1.00 vMB 14
836,418 836,418 00000000000000000002a73524b946e535096199dc5df93cf4831f7e0ca9495b 1,820 1.00/1.00 vMB 15
836,417 836,417 0000000000000000000075645555adcdbffa11893bce21edcda0c11540f9051f 2,999 1.00/1.00 vMB 22
836,416 836,416 000000000000000000029c1bfc0c699b8f4d162e2b489ae5c307a077140c6b5b 2,416 1.00/1.00 vMB 18
836,415 836,415 00000000000000000001ff62b01e23ee24f3ede8e707fba44d7ac7728ee68970 1,855 1.00/1.00 vMB 13
836,414 836,414 00000000000000000000e2d48768a1ca5377a4a7e06621cfc235f0208a9034e9 949 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.82 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: 635.96 GB
    • Received: 12.34 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.