Loading Tool

Explorer IconExplorer

Memory Pool

79,297 transactions
29.69 vMB
0.07682987 BTC
Random Selection Loading Transactions
Max Size: 178.07/200 MB

Candidate Block

Mining Attempt 96d3af0646dcb956754bd595cf8dabfe37afc9e409cf3a8c652e3f52eed50302
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b5ff3a179cd3f0f974c46284798c85535254c46780df8f5d61946d3b94b3f987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.01629318 BTC
Feerates: 313.32 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (424,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,185 490,185 000000000000000000aad065c1488be201d76c14e80a15e5ea9845fc98492a96 2,240 0.97/1.00 vMB 233
490,184 490,184 0000000000000000005684d0165c69921329af7c901f45f502761fa5077cbe9e 2,795 1.00/1.00 vMB 84
490,183 490,183 000000000000000000d7fca2ebb9134eb568d321264839a5f0165f0ef8b6c4bd 2,784 1.00/1.00 vMB 152
490,182 490,182 00000000000000000047e864494cac8a2af8ea86bee8c209825e10dd984659f6 2,902 1.00/1.00 vMB 140
490,181 490,181 000000000000000000b05b0c50349544b566dea2dc8ced6cf1a2c914ea76537f 2,821 1.00/1.00 vMB 148
490,180 490,180 000000000000000000cffcf5b5a2a4cfa989a31ed752adf84e61445dc3f57694 2,421 1.00/1.00 vMB 152
490,179 490,179 000000000000000000a3309874f048a9162b3d6dc5e7236f8a7bf2ecf49222fd 2,381 1.00/1.00 vMB 154
490,178 490,178 0000000000000000003adaf49ea3bc1f17b60eccd0dafda34bc321c6621c51d6 2,495 1.00/1.00 vMB 195
490,177 490,177 0000000000000000002d2e52dbd5f7b24499e82b7f5aceaa91180d3c72bb71a8 2,518 1.00/1.00 vMB 161
490,176 490,176 00000000000000000091694fafa97fb9cdd4904bd8535fe90cd87f76b57276fb 2,665 1.00/1.00 vMB 155
490,175 490,175 000000000000000000cb60dedc14203df6fdba1db7dfbe817c19124156d90100 2,528 1.00/1.00 vMB 230
490,174 490,174 00000000000000000054622b8357662100745f4d013bb075f56292b1f5bc0b26 2,221 1.00/1.00 vMB 179
490,173 490,173 00000000000000000048b6c7a77c03dcd58246272e5f8823faf35eb423adf0bf 2,440 0.88/1.00 vMB 141
490,172 490,172 0000000000000000006f5029d8a04d3887f646d07c1c4eb74c5b7f8080e3ce8d 2,543 0.92/1.00 vMB 182
490,171 490,171 00000000000000000038ab3d4eff6091f4903efc08e81d7adef62ad8cabadd47 1,383 1.00/1.00 vMB 156
490,170 490,170 0000000000000000004bcfc7c081cf1de73d978fcf836e87a0ab2750b4c7bddc 2,368 0.96/1.00 vMB 230
490,169 490,169 000000000000000000cc0c78916c9e3db8f4312f968938fcaba04e07408a314f 2,611 1.00/1.00 vMB 184
490,168 490,168 0000000000000000004c9e76f6e49f6724a2e4080e2d6b2491d3e589136a33d4 2,470 1.00/1.00 vMB 193
490,167 490,167 0000000000000000001f1fbdc287c2bc3e2b963cefe97314347dc3d4689a1f5f 2,696 1.00/1.00 vMB 191
490,166 490,166 00000000000000000094d1dfcf1b38c6448e1366d471dd4208c2ed091a8e9fac 1,708 0.98/1.00 vMB 206
490,165 490,165 000000000000000000cfc52616406a24fc250d02d8e787255aa5d30d6adab583 1,658 0.96/1.00 vMB 204
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.