Loading Tool

Explorer IconExplorer

Memory Pool

34,720 transactions
30.47 vMB
0.06905091 BTC
Random Selection Loading Transactions
Max Size: 149.35/200 MB

Candidate Block

Mining Attempt 667d2d6ac59b5b2f48dec03c46b735a521331e7857a233a58ad8d197af353209
Version 20000000
Previous Block 000000000000000000020929f9a54cfe6da8bd6ea7ce1c11a7a4e33ec17eab6d
Merkle Root 30f70a06c0e487cd1c0f63b7ae94f75a706c837984cda695c8961a4950b05403
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.00735814 BTC
Feerates: 602.74 > 0.74 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,353 (795,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,672 118,672 000000000000aa4b71958839708bfe9d2ce5f026a683e073ad2ee0408fee194a 8 0.00/1.00 vMB 0
118,671 118,671 0000000000002d53edf6d427ec7024022c6e1c0983da907d258277b194e6ca42 8 0.00/1.00 vMB 689
118,670 118,670 0000000000001a4369140741325afeee47b2119e4c9f308bd694e552bd25a594 12 0.00/1.00 vMB 339
118,669 118,669 00000000000042708176af0c765f6196b21f82e991b7693ce669a6f05f0f9e5e 7 0.00/1.00 vMB 0
118,668 118,668 000000000000378acbcf3503caa29f0787e11c5c051d3dc183e5d7a3c8ed8ea6 5 0.02/1.00 vMB 934
118,667 118,667 0000000000006e2f0bf80340d15d6464c08e51c0197b11cb690cd589369e43d9 7 0.00/1.00 vMB 0
118,666 118,666 0000000000004255bfc010276ae81812bfec6982fcd93afe8de20555c52d33f7 2 0.00/1.00 vMB 0
118,665 118,665 0000000000009003d3da5dc11c08bbad71a20e7c82da55149ee7976998f035a9 9 0.00/1.00 vMB 0
118,664 118,664 0000000000005f1fa38fbeb1588d09221263601b6ed6bc81c79b220f6d938af5 12 0.00/1.00 vMB 321
118,663 118,663 0000000000008bf199082633a1c7cb70e3a5adbc75669577dd4fe4dd310f7660 12 0.00/1.00 vMB 326
118,662 118,662 0000000000002eb68418e7e3ce9ff2e989bd0dad067464f4952cf2c42844328c 15 0.01/1.00 vMB 4
118,661 118,661 00000000000071ad3fe506d8306411fc85755169061588ad96a80c3179ca1c79 1 0.00/1.00 vMB 0
118,660 118,660 0000000000001e40032cf11a320f61c6b329caa8e0e9740b36e16652ba0f4755 9 0.00/1.00 vMB 0
118,659 118,659 000000000000c2c109fe23685a2e5868bedd1ee3c16de38fec01c63af812b6aa 28 0.01/1.00 vMB 0
118,658 118,658 00000000000073ea8e25eef09ca80c77473f16c2797070956befd4f1d739c117 2 0.00/1.00 vMB 216
118,657 118,657 0000000000000067adbe980c3aed62f8368d1981e2dec5c3aa25c4db51ff6661 6 0.00/1.00 vMB 0
118,656 118,656 000000000000a8e9907b1384254c22f974f4b0c59d3e7ee199bc2cb1616b32b7 10 0.00/1.00 vMB 289
118,655 118,655 000000000000865c21ea6f2ad8ff9d3b31ec8938dae6646d22f7a50fc62b0cc5 10 0.00/1.00 vMB 0
118,654 118,654 0000000000007a79a56ff721478f9def24b80397e66f8bc3e7cca72cd8c3e006 12 0.01/1.00 vMB 476
118,653 118,653 000000000000570e926b59dfe955e16f100c0eefb7b37d62967cec68eb41c9b1 8 0.00/1.00 vMB 273
118,652 118,652 00000000000097fea39c9ebbe7ce6ac58d164c92221aea189ba0d76fbbeb7097 14 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 588.31 GB
    • Received: 9.53 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.