Loading Tool

Explorer IconExplorer

Memory Pool

89,333 transactions
33.08 vMB
0.21025856 BTC
Random Selection Loading Transactions
Max Size: 199.88/200 MB

Candidate Block

Mining Attempt 3715f70b2987be4ec2f5f4a2a5dd8032646700ebc8586e48f64f53191d787e48
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6f9b81c4cff381a5881be2cf1d6616c7c528cfa9d9156a26d74b39a0bb7069c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.09444634 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (805,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,402 109,402 00000000000118cfd55d57546b617611cb1d77fd92eae3c806cb76ec366f90b0 12 0.00/1.00 vMB 0
109,401 109,401 0000000000002bc3ee7d655108ee549184e6010b3df190a0414042544fb2af40 9 0.00/1.00 vMB 0
109,400 109,400 0000000000014ea4c61775674d689285f4d92877cf2123bd8c139a4235d7ddd7 10 0.00/1.00 vMB 349
109,399 109,399 000000000000df7d46d08cafd33e5fd763bed94f70ca7c0c6385315091832255 12 0.00/1.00 vMB 0
109,398 109,398 00000000000049d8d12cd0a15ede80a5143252fca0937c00b690b16eda7674e8 12 0.00/1.00 vMB 0
109,397 109,397 00000000000077f4d98e8842464195d909dfcf783e108750e9c36fd8d8b9f24d 11 0.00/1.00 vMB 0
109,396 109,396 00000000000199a35dc8951beb60d54524bf101d3bc73fbabe7380dba94787bc 45 0.01/1.00 vMB 0
109,395 109,395 0000000000006e0e32cdcb77c83c20a7689cc29149a477c9fc7c6656023bb071 12 0.00/1.00 vMB 0
109,394 109,394 000000000000dfd67c2fe976cff232167c489c80afa8791783e0dcbf2c2d36e7 12 0.00/1.00 vMB 0
109,393 109,393 000000000000ebb0939241e8f4af96962fb0c80f1031dd74bfd914824a1254b1 10 0.00/1.00 vMB 0
109,392 109,392 0000000000019fc8e41fb0af7933455caa048474583aa57ca08217ace34c9a68 11 0.00/1.00 vMB 0
109,391 109,391 0000000000000de9cd13c956bda1ac57cd152dd92ed71b2b7a9d4c7c14df7099 8 0.00/1.00 vMB 1,119
109,390 109,390 000000000000098863fba6292612c0b704a4bdeacae8910acc5d76776230c1fe 10 0.00/1.00 vMB 696
109,389 109,389 00000000000011f58f1df4bc89c0d99f3fd272c4c87bbf41e02617284b623ae7 11 0.00/1.00 vMB 0
109,388 109,388 0000000000019289e5a8d942b7cee243e52c18f0ebd442bfcf57b194dcee503b 14 0.00/1.00 vMB 596
109,387 109,387 00000000000092e9b0e87d7855ac20abfb19768a95eef05547f120c5a4f37ae0 23 0.01/1.00 vMB 3,900
109,386 109,386 0000000000009dc60a290a7f2c7c6018a1e631082e9bc4a4313c32492a1cfdbc 10 0.00/1.00 vMB 1,940
109,385 109,385 00000000000108d51cd7e779a14c2e27838a61845c5779254254ce667af595e0 13 0.00/1.00 vMB 0
109,384 109,384 0000000000011c308b1c4a05d2804207d1e23ee88a3200efe1a5c00526f23574 11 0.00/1.00 vMB 0
109,383 109,383 00000000000026f0bf2d4fe79997bf0a99dfa1df19e6f187a5af9d20002024bb 41 0.01/1.00 vMB 0
109,382 109,382 000000000000f282439aae2037586b824ae2cc232a5073a8ec4391dd2955ef94 8 0.00/1.00 vMB 602
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.