Loading Tool

Explorer IconExplorer

Memory Pool

78,290 transactions
29.32 vMB
0.07915931 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 7046fd69e960fb5c947e5a6648a364ab3d031918bac5e6c0f3de60d9bcb02111
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 017d081a12120cecf37d767d51822e275b222de1041a3e8caf28f199634750cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01490517 BTC
Feerates: 301.25 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (840,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,187 75,187 00000000006770c04f59c50903af2dd507384a173cb9ef2b4e8b8650387e5ccf 1 0.00/1.00 vMB 0
75,186 75,186 00000000000363ea3f51ed0ce42449be08bfb310b62f2a70280316568ddef0a1 1 0.00/1.00 vMB 0
75,185 75,185 000000000073514df710b273032a5e3ce15cd611b5b87ed7402990b176151b90 2 0.00/1.00 vMB 0
75,184 75,184 00000000000eb6a5822eca926a08eb9f22f25171b47bce04b139a93ca53b1b19 2 0.00/1.00 vMB 0
75,183 75,183 00000000002b5ff61f159fe2ad13e7dbcaa12674f818a13103420832d3a2fb30 1 0.00/1.00 vMB 0
75,182 75,182 000000000036dfe6cc8c96d207b6a8bcb3618a8a11e23399b5b4555db15e7384 1 0.00/1.00 vMB 0
75,181 75,181 00000000002c93fcd420f6de8c964e13f73f0536b5ad131dfa0e793db9656c88 3 0.00/1.00 vMB 0
75,180 75,180 00000000002a514cc74f1655a42f7c1447ad2d36d656d0e0f027cfc64c84683a 1 0.00/1.00 vMB 0
75,179 75,179 000000000030a6ec2a900139662604cc452f1e14431f0a7e7a8f2e2e635f1cb6 1 0.00/1.00 vMB 0
75,178 75,178 000000000045dbc662bdf13add2c14a05c9e60f1437185c1f9a83c61845fb95c 1 0.00/1.00 vMB 0
75,177 75,177 000000000056e1af98697f2490b04b70aaad80fa93ec35919b5a8a72d6a1b009 2 0.00/1.00 vMB 0
75,176 75,176 0000000000723d2b129a169af071a218a603eb1fa8bf18867867f677b0c4b773 1 0.00/1.00 vMB 0
75,175 75,175 000000000043a3027fccf8fe95d52fc06c9d8f601e7245984bfce2b5d30aaa5d 1 0.00/1.00 vMB 0
75,174 75,174 0000000000789e85af4c8c0a67384f6af8f7ab45fcd9e63b0742d39ed244a634 1 0.00/1.00 vMB 0
75,173 75,173 000000000063a5591f3693e0b58831469e923cf80bb1795de47f36a200304634 1 0.00/1.00 vMB 0
75,172 75,172 000000000019664501e44a7f1f9d9c0911601d9aec9b761f39e0d429ef7c4407 3 0.00/1.00 vMB 0
75,171 75,171 000000000036ec34053df7689a02635319c897d5965e05fbbe3d2c5d687b460d 2 0.00/1.00 vMB 0
75,170 75,170 00000000007dd62d96d383e0c0a9d4530546028bd7f1791bf5795c5e054e2783 1 0.00/1.00 vMB 0
75,169 75,169 00000000006383b8727e7cb23880cc087c7e404c85ee469205314d7a4a06befc 3 0.00/1.00 vMB 0
75,168 75,168 000000000073482dbb4eda2116c93a2710fd13bd8eba73aa4283036a623abd1e 1 0.00/1.00 vMB 0
75,167 75,167 000000000067dca9a4b0b1bb0e17718e1d44381c7b821a961f87e6c76cbae342 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.