Loading Tool

Explorer IconExplorer

Memory Pool

18,776 transactions
4.61 vMB
0.02631752 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.14/200 MB

Candidate Block

Mining Attempt 80a335b4643d5641b7588c7fe5493e7ccd8715efd6367cabfae56dfb9e69efb0
Version 20000000
Previous Block 0000000000000000000182f74231a3a0f0cc940f289c3d5ad5f0d1dcbb56bf7d
Merkle Root ca631612d28f01e8f9800a1547fadd0090abfae2a2bdd61fce7ccff4307e1162
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,435
Size: 0.81 vMB
Total Fees: 0.01677967 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,162 (664,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,250 248,250 000000000000006df77cfbafdeb707e6f2827a746a8398bdd57ccdb2d4b7d8da 0.20 MB 561 211
248,249 248,249 00000000000000376f8a1122b65fa60e9b04697f1976a5410b0c8d2e4c85a89b 0.13 MB 209 77
248,248 248,248 000000000000000e145e420d35d3373f51be0ebba0cf3dbf21840d5776b8e5e2 0.07 MB 172 71
248,247 248,247 0000000000000035e0380f29d1e302089efb95df6da585a0bcf3519ce2a5e01c 0.16 MB 352 172
248,246 248,246 00000000000000017b6a2c8f6d6556998bac29e884c0b3e0f3327b6d6ea7c30b 0.04 MB 98 64
248,245 248,245 0000000000000032458fd005f73454042d36757176010161e9f36ec591f370c7 0.25 MB 477 116
248,244 248,244 000000000000001c92171764b82afba02d9d66ae6f410f63549658ce7308e52a 0.25 MB 564 232
248,243 248,243 00000000000000213c7124b89403356cc36eb4a6cc5dfc31797d18c73e92f7f9 0.24 MB 490 136
248,242 248,242 0000000000000074a39cd932a0bd6a9f9a3def552e694334f295f76d7830533a 0.25 MB 653 192
248,241 248,241 000000000000002201a00646ad1980519effcdf50cb8303c4f0e877a0a06a4d8 0.07 MB 127 132
248,240 248,240 000000000000004222606b9e36de7d7461331e717f77d0bdda8c014a537d4e5a 0.21 MB 377 137
248,239 248,239 0000000000000048dc0a7a32c62d36aa97de4681f1b2966e42c239f319ab14b2 0.17 MB 406 147
248,238 248,238 0000000000000081c112a521021c9ff4f53a20872335484a7eb16f4aac388078 0.03 MB 57 103
248,237 248,237 000000000000006719b33327d9e66d61f251d5142ea2d8d88fd170471233a398 0.09 MB 226 163
248,236 248,236 0000000000000031ecf81b7c4b5d1eb314a06899a305fc98425a96845f881ab8 0.14 MB 288 113
248,235 248,235 000000000000002d4985cd64afe35fc2c9297a890dea9091d41bcb75e576d6b6 0.10 MB 163 72
248,234 248,234 000000000000007a5887516ff796b510700683e1ffa3bde27d37d3f2e9759696 0.08 MB 162 169
248,233 248,233 00000000000000826e997b5aa57a3cabe38533ae575f8bffc27062f00dbf373d 0.08 MB 230 250
248,232 248,232 000000000000003370b8ce32e78f2eca7bc1c1c8404623e339bbc7cf624e7b8c 0.00 MB 8 16
248,231 248,231 0000000000000041628604f933474d4a6c3d505ddb507624cde317ed31f98d5a 0.10 MB 226 75
248,230 248,230 000000000000007995d431bbc4a03774cca9ed2a093146e0c5e79a0e1e078c7b 0.22 MB 419 124
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 44
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2.03 GB
    • Received: 0.06 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.