Loading Tool

Explorer IconExplorer

Memory Pool

40,088 transactions
27.09 vMB
0.07304278 BTC
Random Selection Loading Transactions
Max Size: 139.58/200 MB

Candidate Block

Mining Attempt d83accbe49ac2b30aad2f25885c73826bb2c56d2d1856d5303aeb7968aff78c3
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 078da235aa8721a0bb78f619e1b281b6b37323a4d34fa023a8da76844ae25997
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,079
Size: 1.00 vMB
Total Fees: 0.02187829 BTC
Feerates: 107.72 > 2.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (456,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,551 458,551 0000000000000000009ca3c2e3df4632f99dffafc2c1203afb4d36ff537d859e 2,451 1.00/1.00 vMB 236
458,550 458,550 000000000000000000460a77b4f5aec37e3549fd24e7a5ca637765518227481b 2,193 1.00/1.00 vMB 200
458,549 458,549 00000000000000000011c0e5c94e48a56145b43db43e505092726de2614db2b8 1,851 1.00/1.00 vMB 273
458,548 458,548 0000000000000000016b1ccf5960aca7daeb9fce7e73dbb43716393b49b71632 2,436 1.00/1.00 vMB 215
458,547 458,547 0000000000000000023fe4d548623e2a92df2f328f6d7aedfafd8d5c170b23c1 2,255 1.00/1.00 vMB 244
458,546 458,546 0000000000000000004b67c14c944a28bbc95e169193850031512cd84bec46e7 1,035 1.00/1.00 vMB 33
458,545 458,545 0000000000000000022db66b298625b67687a8a618baf8c5fb1d0237a9691607 1,221 1.00/1.00 vMB 96
458,544 458,544 00000000000000000051348cc0b5b89f6af47fa864da1eb3e8ae791b29501d36 2,108 1.00/1.00 vMB 151
458,543 458,543 000000000000000001013720997a3962306f8d8c847272aa757d032b11e7b149 1,374 1.00/1.00 vMB 149
458,542 458,542 0000000000000000001c96ebe21285e974024dff45c99c6347dd985b6851c51e 1,237 1.00/1.00 vMB 27
458,541 458,541 000000000000000001cb2532fde0d0ced63235560ac72b2d9f9fcf715a0d6b5c 1,324 1.00/1.00 vMB 87
458,540 458,540 0000000000000000002fcdd8d8ff221a2ee9db64fd003d310dfb5dca8a9f0181 1,142 1.00/1.00 vMB 119
458,539 458,539 00000000000000000035ee4da1480b0a6fe9c9e5a82d957f36cb34019b91d594 1,418 1.00/1.00 vMB 126
458,538 458,538 00000000000000000083a8e80fcbce3689361a6bb152f52a4d67ce914519747d 2,281 1.00/1.00 vMB 145
458,537 458,537 000000000000000000a89e3c550e03d1e31d9b414b5d31621847a3e49da8cc10 2,218 1.00/1.00 vMB 224
458,536 458,536 0000000000000000021999e765be591351dafb2760f003aed0693c0cc20de09c 2,896 1.00/1.00 vMB 164
458,535 458,535 0000000000000000004e6f51fd2073e33d18033053617572e33a5c70fab146cd 2,367 1.00/1.00 vMB 130
458,534 458,534 00000000000000000043c2bfa063415d3a95a33cbafbb6b8a907bb6da7b70a18 2,352 1.00/1.00 vMB 165
458,533 458,533 0000000000000000002b8730761599461e96bece0c8cdb6369c8911f56a8c169 1,309 1.00/1.00 vMB 132
458,532 458,532 00000000000000000170bcb33302042e16494b1d40d4f36ae6696ff369fbfda0 2,113 1.00/1.00 vMB 174
458,531 458,531 000000000000000002337bd0338929eaaf589bf2c62cb74139499381b61ab857 1,948 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.