Loading Tool

Explorer IconExplorer

Memory Pool

83,261 transactions
30.16 vMB
0.13099558 BTC
Random Selection Loading Transactions
Max Size: 183.46/200 MB

Candidate Block

Mining Attempt 68b89356323599c508a5c4dd179041aa74f6749b20e84e49d9c31f8a62ae337d
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 46dd748310ba751a004e2a27e45e7fb894d5086ef7356d66a5670c5a2bba8d53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,499
Size: 1.00 vMB
Total Fees: 0.06645812 BTC
Feerates: 641.71 > 6.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (56,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,885 858,885 0000000000000000000271f1a42834620b1a32aecc9100c7a157456b38944ed8 6,525 1.00/1.00 vMB 3
858,884 858,884 0000000000000000000202ae508405a6f821332b7fb19fcba5eeb71687fea6ce 4,157 1.00/1.00 vMB 3
858,883 858,883 00000000000000000001b53f3f22ad78b5d54f5f7e666c2fc3473a16bc505db7 3,159 1.00/1.00 vMB 6
858,882 858,882 00000000000000000000681cfe3e2edbb76fbb374f19e7da72c40bd3bb2e1ec5 2,462 1.00/1.00 vMB 5
858,881 858,881 00000000000000000000a0a8c48e3988fd609ed1edd1ab08701f673c3e210129 3,082 1.00/1.00 vMB 6
858,880 858,880 00000000000000000000935b05099e7d8c7ee6ac50ad7ffa4470f0ae345d8ae4 4,612 1.00/1.00 vMB 4
858,879 858,879 000000000000000000026b1a76a00c2041512f3086815186b137ae26712acc62 5,168 1.00/1.00 vMB 4
858,878 858,878 000000000000000000031d5fd69f6e8922fda23a002046e6ee99e3c017541c30 6,901 1.00/1.00 vMB 3
858,877 858,877 00000000000000000003043b913472b2f9457ea934b95df9e2949f5573a7e50f 2,101 1.00/1.00 vMB 5
858,876 858,876 00000000000000000001f0d4f06db984be9cf6132dc204ca9d036a6db67d2911 2,488 1.00/1.00 vMB 4
858,875 858,875 00000000000000000001a2146102efc71bfbc137da171c095b62e27216fee05e 2,719 1.00/1.00 vMB 7
858,874 858,874 000000000000000000026c0958d59ac95cd6e51f547fbf82602862055ad3c01c 2,551 1.00/1.00 vMB 6
858,873 858,873 00000000000000000001238ed999ad8e3fc4cf4d8f365af1561d22f1aa044abf 3,295 1.00/1.00 vMB 7
858,872 858,872 000000000000000000025397b347b6568c62756d9ac46c686ead8e8bbbbcb2d6 2,982 1.00/1.00 vMB 5
858,871 858,871 000000000000000000031aae53993e07e520c37f7afd8b00c08826fda1789171 4,689 1.00/1.00 vMB 4
858,870 858,870 000000000000000000017b721c1bcfac0dc2c5320f6dca4bd6103c46c70ba80e 6,588 1.00/1.00 vMB 3
858,869 858,869 000000000000000000005e5be2edca0a13b0ed53fc5a11a50450a24236555504 4,783 1.00/1.00 vMB 3
858,868 858,868 0000000000000000000080eccedf8cb8e81b47e16140223b1b89f15614b91f72 5,359 1.00/1.00 vMB 4
858,867 858,867 000000000000000000016ec66ddc3809c4b67d82952114938ca398c221e0b13f 3,655 1.00/1.00 vMB 5
858,866 858,866 00000000000000000001b48c4f9cc7a8e429c4f02d0b7dd401989056f5414699 6,339 1.00/1.00 vMB 3
858,865 858,865 000000000000000000010cd79505ee7b31d970fbc12dfdfb5abf2043082e2719 4,348 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.