Loading Tool

Explorer IconExplorer

Memory Pool

42,432 transactions
30.58 vMB
0.08671999 BTC
Random Selection Loading Transactions
Max Size: 155.30/200 MB

Candidate Block

Mining Attempt 6c82e758a506870a79d6f987474b8a80ae53cf64b411275c9e1007cb30b64752
Version 20000000
Previous Block 000000000000000000004c69749ef03c69351fa50c92974a703cd7bcb800c524
Merkle Root d98b1ced9303b94dd9018a442e664ed2b6545ff02e797e67c1f20f11feabf38d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,947
Size: 1.00 vMB
Total Fees: 0.02550090 BTC
Feerates: 150.93 > 2.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,445 (822,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,416 92,416 0000000000035d8b85922f00041a02250ecf9e87bb2cf4b40260f75d806b6187 4 0.00/1.00 vMB 0
92,415 92,415 00000000000bf3f34e2014975111b2a9f460e368992dcdb1dd9749b81864926e 3 0.00/1.00 vMB 0
92,414 92,414 000000000003a1b85ba8239b8ded0c735dd5bab29a4124cbcf2a3f75060dbda5 9 0.00/1.00 vMB 0
92,413 92,413 00000000000c3c9b783a8bba073954af1ed8b626e6622757de7f8a0b2f64273b 1 0.00/1.00 vMB 0
92,412 92,412 000000000005a42c65627c1e8cda49e271b82960538eb0048e67083973933e6e 1 0.00/1.00 vMB 0
92,411 92,411 00000000000978942c284d9eabaf4034cf17f4d587cad20feb6e9860accafe50 1 0.00/1.00 vMB 0
92,410 92,410 00000000000d5a764684fe18306b18fceae90f16abb7c13b8da9bd6b775b1063 1 0.00/1.00 vMB 0
92,409 92,409 00000000000dad3c54623d997ab2e9cea51b714eb73d4163f896c61562c56003 1 0.00/1.00 vMB 0
92,408 92,408 00000000000b3d37b2944599653a021b0b17c0be3bde4afdc9e243ddce9f1d02 1 0.00/1.00 vMB 0
92,407 92,407 0000000000022e8f3596df347281f560ed9d9976598f4659a1e713849cd1b9d6 1 0.00/1.00 vMB 0
92,406 92,406 000000000001ba7643088fcd17476a9458eee64eff0fb13bd393a34ce596e139 3 0.00/1.00 vMB 0
92,405 92,405 000000000007ee8a6ee789767de97ef87e3c9ab456664606e8e9969ef0e58bf7 5 0.00/1.00 vMB 0
92,404 92,404 000000000002a8cfaccf9e3a3fbb5507c48c31e6c1e453e861662e81201be092 4 0.00/1.00 vMB 0
92,403 92,403 0000000000067507e75ea51daa4aead7a7a8e56b053fb89e6e14ca1e3511108d 1 0.00/1.00 vMB 0
92,402 92,402 000000000002bb9fc3715975e61d04cd71f91051f24df4557815a78e4f5006df 2 0.00/1.00 vMB 0
92,401 92,401 0000000000023bf0dc268b718c359dffdcca089cf71c5653ff4d38262092a148 5 0.00/1.00 vMB 0
92,400 92,400 00000000000890521d6dd1fbe096cec7d3c3d293c7929cf5699d7e2af45f9b0d 1 0.00/1.00 vMB 0
92,399 92,399 00000000000b493e3f0f7351fbc9d857f7bcb42061f1ae103379dbaa50bf878b 1 0.00/1.00 vMB 0
92,398 92,398 000000000008fac7e6a0a1ceffada143372ffd3f747808077bfc4cef72d5027a 1 0.00/1.00 vMB 0
92,397 92,397 000000000009e28582c5f7d5267d5aa800cf4b37b68c3296ba9d2a1e5f79be27 1 0.00/1.00 vMB 0
92,396 92,396 00000000000467c47dfc9c379be7bd2e0ac89714e5b505b8eb079403b9e801e1 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

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