Loading Tool

Explorer IconExplorer

Memory Pool

77,555 transactions
29.34 vMB
0.10057559 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt 512c987824af3eedfdfa818f10ca8b2a52ec6f49a0c296c83e8f6b1a10896a78
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 556fbad94ac52c070f78956e4f4de3405c66cdf1cf711e3bf1e0f3f8a70f3c8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.02660518 BTC
Feerates: 151.12 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (309,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,631 605,631 00000000000000000013974dfc1c51dd58809e56da19445d9be404abf967d1c8 2,919 1.00/1.00 vMB 38
605,630 605,630 000000000000000000046ebaf4c60cdd25bb1fd3777f1901707b56ce6224e8ac 1,292 1.00/1.00 vMB 33
605,629 605,629 000000000000000000138ad75fb51d7838c1cb9386c8a4de1d779651a93f1dad 2,669 1.00/1.00 vMB 23
605,628 605,628 00000000000000000007b8f7c9909904145fc9c5071988f9d175dab8579a30ac 1,981 1.00/1.00 vMB 24
605,627 605,627 0000000000000000000075964cf6aec71f0da828d308caea975235021e87a114 3,239 1.00/1.00 vMB 46
605,626 605,626 000000000000000000158f6290f9f2a39e85068b6a5ff4b7cf62cac4c1afe616 2,373 1.00/1.00 vMB 25
605,625 605,625 0000000000000000000b286a63a77d60e41781893178121cfd7bf2839d1cf185 3,112 1.00/1.00 vMB 51
605,624 605,624 0000000000000000000bf681188f3b774d516ce2ec8707721803d5184e75e33b 2,669 1.00/1.00 vMB 47
605,623 605,623 0000000000000000000cc064777df77dbff7e27c8cd42a110835f9df4292b8f1 2,722 1.00/1.00 vMB 33
605,622 605,622 00000000000000000012b570dc48c789ed415664eb4d43c3828edb8395fe2101 3,404 1.00/1.00 vMB 33
605,621 605,621 0000000000000000000f54964ba57bd70ae09fabf06d5cda1caf731b29cd28c8 2,774 1.00/1.00 vMB 50
605,620 605,620 00000000000000000005aae30631096d1ad3ecba33aee5a08cc71769f9155421 2,698 1.00/1.00 vMB 28
605,619 605,619 00000000000000000006dc7cdb434fcec1c646148489aa66d7d78850a0f2a92e 1,669 1.00/1.00 vMB 30
605,618 605,618 0000000000000000000ee74ee9388a1f4e02bde73536880c9686e23a08ab3a52 3,009 1.00/1.00 vMB 51
605,617 605,617 0000000000000000000b779bf6712f3b8b4c3b9ab184ba03cae88f1df1f47b5e 2,465 0.97/1.00 vMB 20
605,616 605,616 000000000000000000035c551d54b4e4e0655fc3f3fc1b75430aa6256d97ff5c 2,472 1.00/1.00 vMB 25
605,615 605,615 00000000000000000012bcdab0edea16d648c8b0cc35838dcb7bf8b7476ba88b 1,542 1.00/1.00 vMB 40
605,614 605,614 00000000000000000010533ead474c1288ebf9e90c5e196a06fca748aa148e49 2,288 0.83/1.00 vMB 25
605,613 605,613 00000000000000000000e1b791a187b84d0f7dee8a41b9e7ae65292904199220 2,738 1.00/1.00 vMB 21
605,612 605,612 000000000000000000092c925b2d21245314bb22f4169f1ca0ae63eb18ca511b 2,702 1.00/1.00 vMB 15
605,611 605,611 0000000000000000000abe1a77afc243a3e50d2b45d2a555c0daf2aaf75eefac 1,989 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.