Loading Tool

Explorer IconExplorer

Memory Pool

65,193 transactions
35.50 vMB
0.15601013 BTC
Random Selection Loading Transactions
Max Size: 190.47/200 MB

Candidate Block

Mining Attempt 57281f658c53131264f83b3de9b3b22514c75fbcfdbbc0360d6caf023a0c77f8
Version 20000000
Previous Block 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9
Merkle Root 6066192bad6e99f4baeeb3cb1942198b0a18e32330b0129ea65c3633bd0e5384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.04092003 BTC
Feerates: 96.89 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,421 (821,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,427 92,427 00000000000ce98196418adc62f526249de26d461ec1eeef6236ad62fe1e36b3 1 0.00/1.00 vMB 0
92,426 92,426 000000000006d17e12fd49d61adfdb94eac5fba2d45c2c2f999248924bb5163f 1 0.00/1.00 vMB 0
92,425 92,425 0000000000057f1ad0aa8499be1e5c108cc287ff192785d9f267188727575684 1 0.00/1.00 vMB 0
92,424 92,424 0000000000059956e4c52d9c5ce26c10b67442ceb8b1d39ce658be59cbeaa618 2 0.00/1.00 vMB 0
92,423 92,423 00000000000ccb77fa549915a523205d08a6f18ca7580252be78415509a1d706 4 0.00/1.00 vMB 0
92,422 92,422 000000000008400fb6972b4f25da9634c929835b42c57c94645783580027246c 1 0.00/1.00 vMB 0
92,421 92,421 00000000000d235eab7a2cb1bd4bd0598de769eed5ffda569f21a4a8da69ea27 2 0.00/1.00 vMB 0
92,420 92,420 00000000000d54e7d0e5a59456c9cc5d5dc4aea83739d08be8528f3bbc22570e 1 0.00/1.00 vMB 0
92,419 92,419 00000000000675c69ba8cbd9783fa7ae93ee170d87cbaed4c85208f90cab9e6a 1 0.00/1.00 vMB 0
92,418 92,418 0000000000076bf71a97b0e342f2479ad1a94b443d95286e61300f0406cfd22c 1 0.00/1.00 vMB 0
92,417 92,417 00000000000e4f610d2874457c2f957f0b0f14a972dfe90345b3b911b40a295e 3 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.35 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: 602.12 GB
    • Received: 10.31 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.