Loading Tool

Explorer IconExplorer

Memory Pool

68,355 transactions
26.12 vMB
0.06595418 BTC
Random Selection Loading Transactions
Max Size: 157.02/200 MB

Candidate Block

Mining Attempt 11566e7931f6ac39583d9e6d7463b2eebed3bb6f0e2cc7ad2c9f948dbede3753
Version 20000000
Previous Block 00000000000000000001b0e0aafded17d40d0301555708772335f2f5e87d97c7
Merkle Root 524931553956cdc8f8009924d81c1da50b7c92bde262a271de887940e444b1d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,475
Size: 1.00 vMB
Total Fees: 0.01044780 BTC
Feerates: 72.16 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,502 (852,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,203 63,203 000000000b432d857b060ee797db8cb3da934eeecb0c9e0dea1f213f37e77f49 3 0.00/1.00 vMB 0
63,202 63,202 00000000021149f7511a827d0628a82b22c9ce56d21ef66c14e32546752382c9 1 0.00/1.00 vMB 0
63,201 63,201 00000000082f0762f505cb04401c60d9b04d70dd3757ecea6959a130d826e452 1 0.00/1.00 vMB 0
63,200 63,200 0000000008a16350d67c4357222933fba95cb0e453a933a7a94edd9d9a33decc 3 0.00/1.00 vMB 0
63,199 63,199 000000000a55706519596307937b88b1b89c235b0285bdb2cabb70734e1a33b5 2 0.00/1.00 vMB 0
63,198 63,198 0000000002d8aefb5dca94b2c43bab07a3cc000d257671adadf9b95e1729ed14 2 0.00/1.00 vMB 0
63,197 63,197 00000000031ef0628450276828d9948418075b8cb4fc11afc2bcbd4deea5a9f1 1 0.00/1.00 vMB 0
63,196 63,196 0000000000071ad9c12be2c9488720f4490783fc50800738d7c13c254f8154cd 3 0.00/1.00 vMB 0
63,195 63,195 0000000002b9a5db9f4b2ab79b99b60129ad773c1a86fa0bcb65fc6ebd4f501f 1 0.00/1.00 vMB 0
63,194 63,194 000000000547d6d2dad53b9c6bc74635414c2f32a847f1c018b935d752ec82b0 1 0.00/1.00 vMB 0
63,193 63,193 00000000076f1d2a6661c1b347960ac9118fca284beba8153b8e7192558dc805 1 0.00/1.00 vMB 0
63,192 63,192 000000000be41347e44e318bfc5f4a22d0a63a1012170496e9e69fb16f598cb0 2 0.00/1.00 vMB 0
63,191 63,191 000000000049cd77125c97c42541de856692e8b0e1523b509c57377c974c0bf5 1 0.00/1.00 vMB 0
63,190 63,190 000000000cd01eb2a6ac11fec120c53e5c0541deefb6a872df128957351799f7 1 0.00/1.00 vMB 0
63,189 63,189 00000000065e16a021c74f3a71612767ae00501858387c95cab26c37670ec4d2 2 0.00/1.00 vMB 0
63,188 63,188 00000000046b69cdd1cf47bc90ecfdcc11db050ac1b90db96f5d102cd1adffff 1 0.00/1.00 vMB 0
63,187 63,187 0000000009244cd140c9ce68cfa29a1c532eb7435f42fe68784337b9f3c4e4f4 1 0.00/1.00 vMB 0
63,186 63,186 000000000bdc35567bb64bb7b981353e845fd1b6108c39e7c0148eee6e6524f2 1 0.00/1.00 vMB 0
63,185 63,185 00000000010e09d8ca4b646782c2ef83241a7a1be778ee60e9321a17347e443c 2 0.00/1.00 vMB 0
63,184 63,184 00000000096742cee68541ed5686fa7c71be959b76695da9d56fe4f1eda2105a 3 0.00/1.00 vMB 0
63,183 63,183 00000000082510f2b8006bb6c84c30273c348fd095a19b09fb8c2d2faf97537b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.27 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: 764.34 GB
    • Received: 19.20 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.