Loading Tool

Explorer IconExplorer

Memory Pool

79,389 transactions
30.30 vMB
0.12490316 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt f4058ac910511391aa189f4e71c57c141ac53c1bd6895d5d31a2b77cfff9600b
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 410864a214acdd51eac7c0bf7dd2ca71e7ea6ef8508cf451ae424b0374c96fcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.03189676 BTC
Feerates: 301.69 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (115,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,207 800,207 0000000000000000000253b7a0f2bb82b6084b7e3e9c80272da50a601b5d918a 4,585 1.00/1.00 vMB 7
800,206 800,206 0000000000000000000411b5e3962b9eb31566884df51024a838ac258e629544 3,224 1.00/1.00 vMB 11
800,205 800,205 0000000000000000000079844d6f104ad5110b4f4bb13e6aaf00359c71a79089 2,216 1.00/1.00 vMB 13
800,204 800,204 00000000000000000001e3be5f576dffc265c9e450978b2b2f267fe44fbfc3ce 4,342 1.00/1.00 vMB 8
800,203 800,203 00000000000000000000504f8b61cfef4d4ba5a40d2bc217ee928737d3b635ed 2,789 1.00/1.00 vMB 9
800,202 800,202 0000000000000000000030e6d65eb04beb373255d18ed7198fa881ea5a0abc89 1,771 1.00/1.00 vMB 9
800,201 800,201 00000000000000000003d173cc439ebf8f9e294dbc54b39efa4fb8c4caea477a 4,019 1.00/1.00 vMB 21
800,200 800,200 00000000000000000002fffbc886e1b5dcad46418aed2676658383f54a8d61d2 5,435 1.00/1.00 vMB 6
800,199 800,199 000000000000000000040b9261cafaebaed13794afda35c9281d3f0ec73ceadb 1,749 1.00/1.00 vMB 7
800,198 800,198 00000000000000000002fc824ece0e1f5e9f64d04781deb68c9a848510a31183 916 1.00/1.00 vMB 7
800,197 800,197 0000000000000000000387519b34854f0590d1dd86ef7f3b54c0811c4873a966 3,446 1.00/1.00 vMB 17
800,196 800,196 0000000000000000000237b688efdf4ec902e35231a10d4d820f3ea0d0f65f3b 1,898 1.00/1.00 vMB 13
800,195 800,195 000000000000000000031121a89db5617aa8ae2fbe7571be236ab914d7f1a4d4 5,660 1.00/1.00 vMB 6
800,194 800,194 0000000000000000000392fcf0c02a6202ad7793c86a2e786fb3d34301b4b1cd 3,671 1.00/1.00 vMB 7
800,193 800,193 000000000000000000044b9fc660990dcb29487b7264854e683b8b0c3c24eec5 2,612 1.00/1.00 vMB 13
800,192 800,192 00000000000000000004cc48bfb97eca8fc9f5ce671555186dddd1ba209d8d21 5,003 1.00/1.00 vMB 8
800,191 800,191 000000000000000000027d81bf0e4229b6d492e488e6092f02f75cbc2aaaf9a1 3,553 1.00/1.00 vMB 11
800,190 800,190 00000000000000000004f291a22900e3ccf1351ba9d8f7c44ddcbba3622da475 2,845 1.00/1.00 vMB 12
800,189 800,189 00000000000000000004fc7d2c462d41c9184e1cf3de892575e310403278936b 3,252 1.00/1.00 vMB 8
800,188 800,188 000000000000000000038d986d21e8c5f6b03b462dc16a342c078979c74201b2 3,171 1.00/1.00 vMB 28
800,187 800,187 00000000000000000004005db5d823baeb9ab6156a45372307e94a2ae2975cb7 2,632 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.