Loading Tool

Explorer IconExplorer

Memory Pool

68,440 transactions
37.27 vMB
0.16528152 BTC
Random Selection Loading Transactions
Max Size: 199.61/200 MB

Candidate Block

Mining Attempt 0146d97d6c8439957e454e10e07bce2ae55032f1c55d7792455ed0dffbae4828
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root bc51427b29a8e0b085754abe311e1f23440c03ede63a63cb0626a56a639abd93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.06436468 BTC
Feerates: 153.90 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (899,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,627 14,627 000000003c23028eee6168dce6a6adf07d71566014a583623b4debb4f84359ae 1 0.00/1.00 vMB 0
14,626 14,626 00000000c683f54c41f3c43dc3dfbbfd720384df6a6c9666abfc29c9d9c377ed 1 0.00/1.00 vMB 0
14,625 14,625 00000000d181f157895c208824be7549f737df0d125261ae3b6fb144f56a223b 1 0.00/1.00 vMB 0
14,624 14,624 00000000a0de63729b569ec77c00cd6c1fdf764616017c83b7835bf0246143ef 1 0.00/1.00 vMB 0
14,623 14,623 00000000a5570bd5eb0820b39144b181787f8931856987a65bd93526a99afe96 1 0.00/1.00 vMB 0
14,622 14,622 0000000060bbd5bbaf9679a342e0619eb6b308feacd1f15a8fa8424ad978fd9c 1 0.00/1.00 vMB 0
14,621 14,621 000000003971197f13deb751ae0b09136ad8b8d58ee743cedbd69e70ef428fed 1 0.00/1.00 vMB 0
14,620 14,620 00000000c27a2f68026b7577db762acb82523f2eb5e3f24e9e5b4398f2fb8446 1 0.00/1.00 vMB 0
14,619 14,619 00000000f44a66db0aab2d6af1ac82884de2aa475adc0aee69b79222ee4aa166 1 0.00/1.00 vMB 0
14,618 14,618 00000000bc934c6cb8f103d9c317ac608a0d05148d4236046aba5a78f774ae03 1 0.00/1.00 vMB 0
14,617 14,617 00000000c1198055f28ef92683a891210650d1979429683ffd3f9bb6cd206fe6 1 0.00/1.00 vMB 0
14,616 14,616 000000003cc817ce33477383611ced1b4418c9899392dc47a070df0037949205 1 0.00/1.00 vMB 0
14,615 14,615 00000000699e10e9865e0b862e9068ff7f8e5a56473b4bf393687db8ddadd602 1 0.00/1.00 vMB 0
14,614 14,614 00000000c01f7594fb91d17184244bd4a92fd934e1431468cda3d201fdf3d2a8 1 0.00/1.00 vMB 0
14,613 14,613 000000001d4531bc47a1847b8ef017eb13a02b4c8a661a4b8dd0f24b7182e3bc 1 0.00/1.00 vMB 0
14,612 14,612 000000003f6f9115140cae6cd872414b2ed411950150749a3f9fa769eacea4bd 1 0.00/1.00 vMB 0
14,611 14,611 0000000044f9c109ecbe489e85ff71c029d94718d79b1973f6b9b94808a0a210 1 0.00/1.00 vMB 0
14,610 14,610 0000000011790abb4d016cba15e972f44d899fe6162517c15d66583288e2a9cf 1 0.00/1.00 vMB 0
14,609 14,609 00000000b523c91f296780a6d446179f8b7be9a8c9ad8411c10f559cba76acbe 1 0.00/1.00 vMB 0
14,608 14,608 00000000b546d72cafd678d42f0561a5380aebfe1c4e3c1ce91ab2f1a099d8cd 1 0.00/1.00 vMB 0
14,607 14,607 000000002aa0ce960970d85837d1eb40efb22eb7e200d8ac2496f0a6e0adaa97 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 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: 601.18 GB
    • Received: 10.11 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.