Loading Tool

Explorer IconExplorer

Memory Pool

83,490 transactions
32.68 vMB
0.10017378 BTC
Random Selection Loading Transactions
Max Size: 196.21/200 MB

Candidate Block

Mining Attempt c01201675a666080f7a7f6363b863bddb05f5474b518902df21379e2a404cee9
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 7cb6c5cdf5e264fcc78984d30ddc32ce76ec35769cf68970f8a9f58cd7749724
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02405075 BTC
Feerates: 142.62 > 2.41 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (514,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,697 400,697 000000000000000001678010f0c5fdec93dab5dfc1e0fd9d6ccf2aeb6ca60ba9 3,012 1.00/1.00 vMB 65
400,696 400,696 0000000000000000044d4ef874f867f37c5a2ead79dc2249db65c8b502829420 2,593 1.00/1.00 vMB 84
400,695 400,695 000000000000000004f0ccd47380f68c4529e2a2ace344b938496b2adb3d01fc 2,643 1.00/1.00 vMB 45
400,694 400,694 0000000000000000005bf0d4605453f02c026295b02f03541f399dd4a4b2f5ae 2,744 1.00/1.00 vMB 64
400,693 400,693 00000000000000000572a6416aec4c75d196cabf4392b401c28b166afc242e1b 2,213 0.93/1.00 vMB 46
400,692 400,692 000000000000000004d757c7e58238dfa0812cff02bec5817d0ad6cae3ddaf13 1,980 0.99/1.00 vMB 33
400,691 400,691 00000000000000000419f61d68d61f59b17171156c3d2f948c728517d61a335a 1,753 0.95/1.00 vMB 45
400,690 400,690 000000000000000004635c278c0edbac8cb08ba6245c07bbc60274b1a9b519cb 1,699 0.99/1.00 vMB 24
400,689 400,689 000000000000000001cc24aff4fa1db88c466f40d6307bde0392b548cdff7654 1,920 0.93/1.00 vMB 31
400,688 400,688 0000000000000000040d1a1a89ac29b436f0a06fd2b4a63fdf6e67027388b721 1,778 1.00/1.00 vMB 30
400,687 400,687 00000000000000000049a0b8e382fb0e065f6b51a0b50fb75d197ab3e781edc8 2,376 1.00/1.00 vMB 44
400,686 400,686 000000000000000002747bf055eb5afbe70538dc6bffedd753e39ff6aeee8ca6 2,441 1.00/1.00 vMB 53
400,685 400,685 0000000000000000038d53d2ceafb39a67901b96278584ea4daa33353ee55617 2,589 1.00/1.00 vMB 42
400,684 400,684 0000000000000000009320e2889e4747a9f72bf0a10aa1133f6b1742257ad027 2,480 0.99/1.00 vMB 70
400,683 400,683 0000000000000000053fa38fec8141983114fd51a9b88016a8d319f1a3e181da 2,862 1.00/1.00 vMB 61
400,682 400,682 000000000000000005b725d9d3ec67a03bc3bf3363e385fbfb4a8a388b51b9b1 1 0.00/1.00 vMB 0
400,681 400,681 0000000000000000036df2bbff4a09304fd24962708f6dd6f86a10a268b08163 1,704 0.99/1.00 vMB 23
400,680 400,680 000000000000000005811eb129360441f4f120e05045bcaa02031535da70ece0 2,493 0.99/1.00 vMB 52
400,679 400,679 000000000000000005484c0ad987f72d58e2870b5bcb4668659d3a869095b8a1 2,647 0.99/1.00 vMB 60
400,678 400,678 00000000000000000626d4f36ebe4e7d68edee7d7787858a305786d81b12f79f 727 0.75/1.00 vMB 17
400,677 400,677 0000000000000000057686a0a7dd31ad9fc2233b1517d61c1f28f2c93f070699 1,830 0.93/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.70 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: 697.34 GB
    • Received: 16.57 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.