Loading Tool

Explorer IconExplorer

Memory Pool

28,474 transactions
12.73 vMB
0.08623849 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.39/200 MB

Candidate Block

Mining Attempt 68531c8414e7697c7c8f01597d238c08216e613e3e44638d33ce1b6267fc799a
Version 20000000
Previous Block 00000000000000000000674aae746602933ab19b2b5d29e1e6f07ffd8d3cde3e
Merkle Root 1fe88b83f29dd92c776002edd2a755ec69a0971930d1593d29d9acd8051e2781
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,460
Size: 0.9979985 1.00 vMB
Total Fees: 0.06403992 BTC
Feerates: 194.57 > 6.42 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,734 (657,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,397 256,397 0000000000000012c9d54cd5a0fe5aeeda98dc671393cc27050289896d0176dd 43 0.01/1.00 vMB 136
256,396 256,396 00000000000000279496809746f3e933736082e57c2df87594425bd5caa38a17 12 0.00/1.00 vMB 117
256,395 256,395 000000000000000ec7be1dbb919d05ae9ab3a23cab8c75d7a0c666e433afa0cf 89 0.08/1.00 vMB 96
256,394 256,394 000000000000000037ba9368669778a6760a1f28e88ce5b8fad8f474db45b7cf 240 0.20/1.00 vMB 135
256,393 256,393 000000000000001c08060db7b0a93e6c125802497b6c770d2772d97cdf3121d2 36 0.02/1.00 vMB 57
256,392 256,392 000000000000000ace638e346adf3e6f4516d18410baaa329333d7af9b9d30c9 121 0.08/1.00 vMB 104
256,391 256,391 00000000000000277ce76fa1caa1d42528d49dc2915f9f9ba529962ee7d6202c 410 0.19/1.00 vMB 122
256,390 256,390 00000000000000057d1b8aff419a6b4abbddb46a2f8496321bd3482ebb5f66b6 224 0.10/1.00 vMB 110
256,389 256,389 000000000000000d35fe3d1f6a31d857dba87709313e123577911d25d75b56a1 227 0.09/1.00 vMB 87
256,388 256,388 0000000000000000c8c227eb0777ff3ed196c1b8aa00475b7d4e60ad0e9bfe4a 265 0.23/1.00 vMB 55
256,387 256,387 00000000000000262c60e89a1876310afb1ed18549a1f206e04f04d90e53afe4 1,054 0.45/1.00 vMB 148
256,386 256,386 000000000000002482b582325d09a27557efd354bfb859ac09f460700ebcd4a9 618 0.25/1.00 vMB 174
256,385 256,385 000000000000002d37ef4242be43c7839d60b042b0dfca06cc792634e6bc3242 285 0.16/1.00 vMB 105
256,384 256,384 0000000000000020922eb16654830af3779487bb2080bdd515ffdcbee205f8b4 673 0.25/1.00 vMB 189
256,383 256,383 000000000000002f16d91182c43192adeb82142837278d6151cd918693315510 222 0.09/1.00 vMB 128
256,382 256,382 0000000000000023b4bfa3b48852ed42dd5a7a5073e512ac1800c144b74f4716 6 0.00/1.00 vMB 60
256,381 256,381 000000000000001c585dee658d44a98a35c53b726eebd4e04533051e3a06c2a2 24 0.01/1.00 vMB 106
256,380 256,380 000000000000001b1bd29d299106d041ca0d6cde4e7bf732a70d55cdf8ead085 375 0.15/1.00 vMB 121
256,379 256,379 000000000000001262dbcbba4a43111d7d9e4f7e7022c2e67311274b437d561c 404 0.19/1.00 vMB 103
256,378 256,378 0000000000000001278ee8b6c29da75cc6b7046b4d1ee47567204ff998c49e5e 21 0.01/1.00 vMB 1,164
256,377 256,377 0000000000000017f2b6bff698867057ac815923770374084edad98d544b1600 315 0.15/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 780.15 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: 501.80 GB
    • Received: 3.81 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.