Loading Tool

Explorer IconExplorer

Memory Pool

79,990 transactions
29.76 vMB
0.09194593 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt b32c4a65955afb84e2c3b8ea92c2a57a3b5f93035241b44bf5cda2a9ac469390
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 67273fb7a260e15c77c94f3dd8b4ecfb83e2960dd2de89cd5094a42d60d042f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.02751390 BTC
Feerates: 100.11 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (146,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,267 768,267 000000000000000000000f11df6fa4b4f502a355ce0fba3121af020835c238da 3,426 1.00/1.00 vMB 9
768,266 768,266 00000000000000000002d21b9fd0b208b0bc467888435bef9341223e7bd272bb 2,958 1.00/1.00 vMB 14
768,265 768,265 00000000000000000002ccfb769bd5115df768309fe644a54a21bc9a983ce37a 3,165 1.00/1.00 vMB 30
768,264 768,264 0000000000000000000344fd54553a22fd00bcbf6f5b7f61474466c43306b1cf 3,566 1.00/1.00 vMB 20
768,263 768,263 000000000000000000024843496ca7caaf693e5fc2f93736f6b83fc5ec69aa5e 1,709 1.00/1.00 vMB 12
768,262 768,262 000000000000000000002271589de6049a288455d843a280c661e545cd6e029b 3,359 1.00/1.00 vMB 20
768,261 768,261 00000000000000000005bf6f5ee0379aec6d846cb477c54bc8754c8c52b8645d 2,732 1.00/1.00 vMB 20
768,260 768,260 00000000000000000002aaf6255a32e09c16f5c7e4c1c08d7ffdd61d250212b6 2,144 1.00/1.00 vMB 27
768,259 768,259 0000000000000000000737b25f04944b0ad1aa490cdcc89a605ccb3d07005874 2,837 1.00/1.00 vMB 17
768,258 768,258 000000000000000000071caf0cf68073f15319c0f24fed58100251024d9b9622 2,198 1.00/1.00 vMB 21
768,257 768,257 000000000000000000030e596843d514807c02aa9a63c6bbff661c53892e6864 2,878 1.00/1.00 vMB 32
768,256 768,256 0000000000000000000531a7b9cdf96051144d535ea70f1b8d787ce51cd30ef1 3,554 1.00/1.00 vMB 25
768,255 768,255 0000000000000000000482da9f020f2033b06ae7dadf6f44134a09b91cc3d691 1,617 0.55/1.00 vMB 6
768,254 768,254 00000000000000000004b96e70d8a4b993c77240cefd6a5f9377ef35254deb3d 1,772 1.00/1.00 vMB 14
768,253 768,253 000000000000000000025e77f8f36311d72a0518e9e33159aedf8d2b41b850d4 3,429 1.00/1.00 vMB 26
768,252 768,252 00000000000000000003a64a4c1e65a56add89dc1da7462e577768664381c991 197 0.05/1.00 vMB 15
768,251 768,251 00000000000000000006bf489fe93cf77b928ce9e09fe895d8cf6917691cf911 1,680 0.75/1.00 vMB 9
768,250 768,250 00000000000000000007827d4a16cdf94f9eafa720d260a9acc6f700eba5a4ac 1,483 1.00/1.00 vMB 1
768,249 768,249 00000000000000000004c4de3409f6f687a60fa75dd56ce3c9cd099b2c35d504 821 1.00/1.00 vMB 5
768,248 768,248 000000000000000000066e0f58b1ece21f6e2c8681a27d5c21aea73d38d0a587 2,070 1.00/1.00 vMB 9
768,247 768,247 00000000000000000003f7162c8b5a6aa12786fd4151d6a5ce046f9ba74b0617 2,572 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.