Loading Tool

Explorer IconExplorer

Memory Pool

77,991 transactions
28.64 vMB
0.10226579 BTC
Random Selection Loading Transactions
Max Size: 174.21/200 MB

Candidate Block

Mining Attempt 2b95b3ab6ca47aa69733f5b0a962ebb7f988a0935040f21aef2f6b8d1a784607
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root b9e84d35d470a92f15d0cad35500aec199840abab2d12ec39a43b59919951907
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.03588242 BTC
Feerates: 602.26 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (673,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,315 241,315 00000000000001001801d832a2b9841ba1b3662796cc3564b71a5d6d60b770c9 115 0.05/1.00 vMB 172
241,314 241,314 000000000000006f54b2a1bff9a8455bdb23c9c37b45c9401a0411ca3e725108 281 0.11/1.00 vMB 148
241,313 241,313 000000000000006ae562e8c205bf25ff59799a884cb6aa07a9f23caf3fdb180a 144 0.06/1.00 vMB 163
241,312 241,312 00000000000000809375e11171ab9c2886d80010ed8d3d1d763fecbf589b4543 210 0.08/1.00 vMB 185
241,311 241,311 00000000000000618abd0e9b1b3bf31bb38f4ec9f96a3cd9d051c56cf5026f7a 397 0.16/1.00 vMB 187
241,310 241,310 00000000000000fa4cdcd9af2e7bdac995e10f2b52e6a2fbe71a754d3cfd0c19 343 0.15/1.00 vMB 197
241,309 241,309 00000000000000e2b388d8da2d992be8d8ec419e9227c80b63826ccfefb02b8c 249 0.08/1.00 vMB 64
241,308 241,308 000000000000005872d7a6a0cf0b2bf7d63671a85dc453edbc7836bd5fc56a73 170 0.07/1.00 vMB 167
241,307 241,307 00000000000000e65d8115cc00b858b9f32f551e215e4ebaced7c16f3be1f31b 334 0.13/1.00 vMB 179
241,306 241,306 00000000000000537fd3ba775e71a0c0d4968952bb4f71243db1eea8c93f183f 392 0.15/1.00 vMB 172
241,305 241,305 000000000000004e3d2a2b2b049caa69247caa4b7ce0b94a46fe31d65845bedc 51 0.02/1.00 vMB 178
241,304 241,304 000000000000005221c49e21068f0493a9f5c3c3f652523e9a2353bf12dad12d 155 0.16/1.00 vMB 88
241,303 241,303 00000000000000f8c161db32996dd15231405c9d0db63488a88f089e90210031 268 0.19/1.00 vMB 106
241,302 241,302 000000000000008285184f6bf7c309c5d9240975ba9ae1ee1930176bdb1fa047 710 0.25/1.00 vMB 214
241,301 241,301 00000000000000d98c8eb5a374636c4f0f31da79c2b09407ce3969641c7b37ea 50 0.02/1.00 vMB 229
241,300 241,300 0000000000000083768de45278f5b8a962473049fa568374aedffa15be03a461 174 0.09/1.00 vMB 153
241,299 241,299 0000000000000068f6257d00c153673ff9b8f94ab85a42008e07ea7c2a6b32bf 301 0.13/1.00 vMB 155
241,298 241,298 000000000000005613d0a2c7691662eefbb0c5f022041dd1e006e63eef4a8a7c 222 0.09/1.00 vMB 194
241,297 241,297 000000000000007ebee4ef0bf3cc0d1b7e8415ddf24b875aea1859499d7db560 128 0.08/1.00 vMB 100
241,296 241,296 000000000000005b8db755317f68d72e2e955680e352cbb7a7f7e9039dc7eb41 118 0.05/1.00 vMB 175
241,295 241,295 00000000000000a9417e5061d9b76da84a8be3753163614d3ba1f38195808e3b 26 0.02/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.92 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: 714.37 GB
    • Received: 17.53 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.