Loading Tool

Explorer IconExplorer

Memory Pool

79,020 transactions
29.74 vMB
0.09243487 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt a4348ef3af674e1175d545231b55d9db5eb80ca573f9d1eb1cf1bfa73cdf768d
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 356ab0fa4c1a7d29f702b2addd3b9521c9b9aa470252f40a85ca5b36637e5aa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.02604235 BTC
Feerates: 101.62 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (701,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,551 213,551 00000000000003f0dd11e58c52aec3e9cb7897d893e8306c06a85c0f28cfce08 460 0.18/1.00 vMB 185
213,550 213,550 0000000000000055dc05c6b6ae2d4012a65270d407a126d20d235c4fb95895d9 8 0.00/1.00 vMB 302
213,549 213,549 00000000000000a7a0c8a5e731f1b5eefbf82b70b7f447cc27c8fc0493dabc05 212 0.09/1.00 vMB 178
213,548 213,548 00000000000003ab5b557fb1e7ddc2cf59a36fd095fe138a3a3c4b03e60e24a4 119 0.05/1.00 vMB 131
213,547 213,547 00000000000001e4ac3d3d0f6b6ed9990117516fa8b69373e63cf474ebccd877 107 0.05/1.00 vMB 108
213,546 213,546 00000000000004d80525b751f1d0485964480e40939e67a4919d677c5ec96911 246 0.12/1.00 vMB 172
213,545 213,545 00000000000000a82411a58deaf61027614b0448cf95920ba28fc8f7d4373ac3 392 0.17/1.00 vMB 168
213,544 213,544 00000000000001f08af40c3f6d1889602158194e64450310ecd4d239e215ee3c 37 0.02/1.00 vMB 22
213,543 213,543 0000000000000193749f2b6f74a9adb56e53c092865498c9aae2c2bf39aa69d5 618 0.22/1.00 vMB 200
213,542 213,542 0000000000000365bfc2f3027c6a143d1cf7c2704ad848680f55513e68819f20 12 0.00/1.00 vMB 73
213,541 213,541 00000000000001021b9fb39e5b601d4ff2a6ca3a11515de6371e942e38354510 13 0.00/1.00 vMB 96
213,540 213,540 00000000000004cf7cde0b0fc7eeef9d19f2a01c274e3c0e9304fe3488aa235b 80 0.03/1.00 vMB 165
213,539 213,539 00000000000002218ab6510044f0ca0f35a4f12cf21e4ee023be7f75e8ffa0ca 61 0.03/1.00 vMB 130
213,538 213,538 0000000000000289033d943178f2e66e81c0c5eb99d280ad32ea8d5d448207bd 267 0.17/1.00 vMB 108
213,537 213,537 00000000000002c141038c3b78ac672ea10db0bd85ddc6f2d8f2b6ad2117f1e4 296 0.15/1.00 vMB 168
213,536 213,536 00000000000000c23249ba58e39eacf9c1001913cf6aa21dc452f98842e69b2e 65 0.04/1.00 vMB 100
213,535 213,535 00000000000000dc9a3063613b716a51c01f52677a7ac2c40e85942921a16f17 283 0.18/1.00 vMB 423
213,534 213,534 00000000000001113ef0f6682458d66885addc319e7c4836989d28d1f62047f7 330 0.13/1.00 vMB 195
213,533 213,533 00000000000003e7e44d726bce87ec988bcf052138c6bc554e0a198a5ce56bcb 114 0.04/1.00 vMB 203
213,532 213,532 000000000000030e8bf2c24d9e2e0d2da42ae96eedec20305ef75341609443f1 163 0.07/1.00 vMB 235
213,531 213,531 000000000000006247fcd025c06960e357dbc215b1cee18b7bf955ae8d854625 255 0.12/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.