Loading Tool

Explorer IconExplorer

Memory Pool

82,242 transactions
31.55 vMB
0.08442123 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 23b50bbfce2783564e7fd1ec25d1ac9c0285ecb2438d54f76e5f7d92365c09b1
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 6faa8e916deaabb7fff7ba869f386bb6f084832e0c18f4aa3fccba0716ea61ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,309
Size: 1.00 vMB
Total Fees: 0.01675780 BTC
Feerates: 157.11 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (734,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,259 180,259 0000000000000229829b178ffe4e9ead7aad29853bfc01d0568b41db03bc32d6 551 0.25/1.00 vMB 161
180,258 180,258 000000000000057bab92e8841429f984e09eddd10fc4dad3ed01e1b9525b9997 120 0.05/1.00 vMB 113
180,257 180,257 00000000000002e4eee2d4aac327e8bd73e1d991de0cf472abe0f7db2e68f8f3 220 0.11/1.00 vMB 196
180,256 180,256 00000000000003c0d0d846a4423770e94e2ac0bf014e6df471a395905175fa25 10 0.00/1.00 vMB 0
180,255 180,255 000000000000067a4425106608cfbc8b5b5fa4c9fedb8b8deb6d92f022b9e96b 204 0.10/1.00 vMB 205
180,254 180,254 0000000000000667d8e494e4bd9151916486b608a72571ab6888c5df7df552a0 54 0.02/1.00 vMB 43
180,253 180,253 00000000000009012c553a19f4bb8691018e9dd9ae27e9bfcbdd29f9e14d09b9 590 0.23/1.00 vMB 133
180,252 180,252 00000000000000fce60456dcbcee2b55aff5e3572041d76c17b97a415b4922f8 549 0.25/1.00 vMB 286
180,251 180,251 00000000000001745918a784044fa2b507b30d6b8c098d249590459daffdfcbf 563 0.25/1.00 vMB 121
180,250 180,250 00000000000009352e31393a7fce23c3c854d661d5fa2f76712a26ea0fb625c3 149 0.05/1.00 vMB 94
180,249 180,249 00000000000007d5396e0bb8441a6c86f90994ec325c781cfd77908332009f93 152 0.05/1.00 vMB 1,104
180,248 180,248 0000000000000706a86721c93acf841af308f8bb79ccb3cce1e9a01166dd0f96 103 0.08/1.00 vMB 87
180,247 180,247 0000000000000179c9649e4422e4fe7b03275fd18278d19ff479fb6e8c3f4ec0 32 0.01/1.00 vMB 75
180,246 180,246 000000000000065e3c3381a03fc3c1a86d0c03d8c3fb872aca0677dfb1906e69 137 0.08/1.00 vMB 108
180,245 180,245 00000000000006cf0694c61541d3f36cb5faa97694f90a7503b2ad9964990d7a 59 0.03/1.00 vMB 282
180,244 180,244 00000000000007390e7f66c135232e6b07d4807dcf9e604847cb9dd0a326c2a7 37 0.01/1.00 vMB 73
180,243 180,243 000000000000054f76234ee803425e3d6150348b84f1ea2e3f274fb07ce6d1e1 58 0.03/1.00 vMB 33
180,242 180,242 0000000000000517ee8694220c6c51329940c2098025d71af9a808006c6e4e07 149 0.07/1.00 vMB 112
180,241 180,241 0000000000000560c530ec994d2b2d9bc7ee242fe1eee046acd39b8b90802db5 137 0.06/1.00 vMB 156
180,240 180,240 00000000000008be1f2921b94cddbf62f884d5b629f7d4403fa9bd42688e6b7c 91 0.04/1.00 vMB 106
180,239 180,239 0000000000000537212e6607147bd5cb2ed9af130173fa2ca68b57266e6afe70 23 0.01/1.00 vMB 393
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.