Loading Tool

Explorer IconExplorer

Memory Pool

80,986 transactions
30.39 vMB
0.13355715 BTC
Random Selection Loading Transactions
Max Size: 181.91/200 MB

Candidate Block

Mining Attempt fc9af322f6d4c7a0ba25cc73d6f5449a82bd9d57ba777a6a0fdb7875df80f4bf
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4defc9983573f47849af742b9e0ad065fc25381b4956a02ff6f6c2513d197ee8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.05988578 BTC
Feerates: 150.86 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (146,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
768,246 768,246 00000000000000000005117da8039e8fb11b0f418c885bad32474a0b2a8cbb34 2,131 1.00/1.00 vMB 9
768,245 768,245 000000000000000000032719f4ac6f50d7aa828b0038d2295aef96a6ec7a38af 1,568 1.00/1.00 vMB 18
768,244 768,244 00000000000000000000158961f81c503b7a5cd5528bba5183aaec90e9175368 2,634 1.00/1.00 vMB 16
768,243 768,243 00000000000000000003937d14fda6cf47c21e7d2bff3dd25ab326197f9103cf 2,248 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.