Loading Tool

Explorer IconExplorer

Memory Pool

83,171 transactions
30.90 vMB
0.08152375 BTC
Random Selection Loading Transactions
Max Size: 189.50/200 MB

Candidate Block

Mining Attempt 6ac3567af4ac2cd9cdd1aa2226da98b24fec0ccd902dca14ae64c4941ca9fec8
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root e184d4507092f22990dbe3622281f3ecf7836ada43be8f32949ec59dfdd2dbbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.01168247 BTC
Feerates: 146.36 > 1.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (185,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,486 729,486 00000000000000000003a186a7361c39bbf6ee5381a33e0b1fd7cade5eb6bfa3 145 0.23/1.00 vMB 2
729,485 729,485 00000000000000000007b8b526517f9633549e2c134ed8be89fd37c81fb55a0d 2,108 1.00/1.00 vMB 8
729,484 729,484 000000000000000000027cd5c637dd54ba8ca80b5a24f0b4bbe88640f61a4e1b 2,727 1.00/1.00 vMB 9
729,483 729,483 000000000000000000072a6a556bacdd36db47e287f66a56cd225668adc092c1 267 0.11/1.00 vMB 9
729,482 729,482 00000000000000000006ab8095fabedb5f90e6f3336fe3c635cd0b03217d9e9f 38 0.01/1.00 vMB 7
729,481 729,481 000000000000000000069681483b7e41361229f22e1acac1c9d2e997dd342353 1,514 0.61/1.00 vMB 7
729,480 729,480 00000000000000000009a8e76c2324f1b4f6b299acfcdf63f1cdf937b2ad18c0 1,985 0.81/1.00 vMB 9
729,479 729,479 00000000000000000007c2d5967406a3501fc2be0d8bb78706c4e8e8aa27fa7e 1,909 0.87/1.00 vMB 7
729,478 729,478 0000000000000000000621f0f26ac8277bfafe205af25b532c7d6bb16c0af1bb 15 0.00/1.00 vMB 9
729,477 729,477 000000000000000000016393f1548d153434d0231e8529d77b85d87a12f5f2d1 524 0.72/1.00 vMB 3
729,476 729,476 0000000000000000000054c7ed9180a5c7510a81045d04977eae2b0d91a56726 2,268 0.99/1.00 vMB 9
729,475 729,475 00000000000000000001dad7ec778b309b53a97d7eed33cb5d88e5c9e1aff1da 613 0.68/1.00 vMB 4
729,474 729,474 00000000000000000000755aff1ab976194a70c111ea05b67ebdd49f923411e1 174 0.66/1.00 vMB 3
729,473 729,473 00000000000000000004caa689fa54dec7677b60e96dfb01dc51be3a78ee6b6a 1,229 0.61/1.00 vMB 9
729,472 729,472 000000000000000000047a0c719f02a349c0b7f4c15e163d4d196ddf671ffe3a 2,530 0.92/1.00 vMB 9
729,471 729,471 00000000000000000003589668a2c0ac2cef1f70d9dff8e4294591729ab1d1b6 465 0.26/1.00 vMB 3
729,470 729,470 00000000000000000003e1a04c5cc41bb6f20dab21cfbdc9048c432f993fb883 2,186 1.00/1.00 vMB 4
729,469 729,469 000000000000000000038972a63154a4cad9c48b0239f0e67afbca2ac7b2fee5 2,346 1.00/1.00 vMB 7
729,468 729,468 000000000000000000051e92e543c5096d339afa236e3597a7af6e2ab4ffb02e 1,706 1.00/1.00 vMB 2
729,467 729,467 00000000000000000004fba8c0cbcc4eb8ad0fab6765e3fa5c480b4bc1a95e08 2,469 1.00/1.00 vMB 7
729,466 729,466 00000000000000000004100631a93158b084a4cacd9ef9a983f3713ca0f68876 2,826 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.