Loading Tool

Explorer IconExplorer

Memory Pool

78,457 transactions
29.50 vMB
0.07562606 BTC
Random Selection Loading Transactions
Max Size: 177.61/200 MB

Candidate Block

Mining Attempt b82fe64ea46960b9611e451ae45ad35c9ecf3f3ca24772c19793de270272fe05
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 4e136e7ceb915021dd38ebd6da3cf0c812c0c26c07d860ae5826db17f0ca0249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.01343994 BTC
Feerates: 40.26 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (56,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
858,864 858,864 0000000000000000000204098b30284a5498595e218398577c51a47ec80caf2d 2,013 1.00/1.00 vMB 3
858,863 858,863 0000000000000000000140b18d4f4abf10b7e29e7100b08aa92304efaf0fef97 3,665 1.00/1.00 vMB 5
858,862 858,862 0000000000000000000174ab898377c96603afa0fb732b3d4f10286a9cbb80af 2,627 1.00/1.00 vMB 11
858,861 858,861 000000000000000000018c51072392f88c12585ee3b1c08583185244ffe280ea 3,207 1.00/1.00 vMB 5
858,860 858,860 000000000000000000027ca5200f5c26955614153a2fcee1f0cff2c23b97086b 3,424 1.00/1.00 vMB 8
858,859 858,859 00000000000000000001a2b99077c1ef6b5cf1ee8990882539d8c2c5808c1614 3,419 1.00/1.00 vMB 7
858,858 858,858 0000000000000000000283c2f384ad5c337d6b5faa51f1b0f0c1eea99c7be98e 3,171 1.00/1.00 vMB 6
858,857 858,857 000000000000000000020affc9b71b388b9b53ffd867e64c836da7ceffb3d971 2,954 1.00/1.00 vMB 5
858,856 858,856 0000000000000000000221042ec193eb8a761cf18f58262a8028993510d7ba5d 2,820 1.00/1.00 vMB 5
858,855 858,855 0000000000000000000276d3ca589280a5169fdb57c2b6c331a70f325f9c6b8f 2,271 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.