Loading Tool

Explorer IconExplorer

Memory Pool

35,756 transactions
25.94 vMB
0.06402729 BTC
Random Selection Loading Transactions
Max Size: 132.60/200 MB

Candidate Block

Mining Attempt fbc01cd61a2e4222822ffdaa3512b2736cd87d6008499fc54e6b234879d7b30c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 86b1e5820ed7a5d43857a9fb6a03a061019e93323e49d947dea1f5d75c9b4ffd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,201
Size: 1.00 vMB
Total Fees: 0.01647079 BTC
Feerates: 145.40 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (384,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,217 530,217 00000000000000000024ddfdd1674d98870cc72de4fc4e88a0b9aacdc736805c 2,075 1.00/1.00 vMB 12
530,216 530,216 00000000000000000007ffeb79016ffea908c43bac45ea4eae73e592b76bb5b4 2,423 1.00/1.00 vMB 16
530,215 530,215 00000000000000000010cb703698f6fcd9c590067fa3f1802e18443087e867b6 2,776 1.00/1.00 vMB 19
530,214 530,214 0000000000000000000a873ba841ea8a88d1744f596a503d2ebe97577ced2eaa 2,728 1.00/1.00 vMB 16
530,213 530,213 00000000000000000022fffd32172b104051034dc33fa1cce2a82da0a11e7cad 2,659 1.00/1.00 vMB 60
530,212 530,212 00000000000000000033e5bde07e39831a4dcf5f01929640e0a6d63e34d2fdb4 2,843 1.00/1.00 vMB 20
530,211 530,211 0000000000000000001248e00268f1e7ccdfc9294061536eb0ca79986861971c 2,422 1.00/1.00 vMB 26
530,210 530,210 00000000000000000013c9d6d5fbcc961c5f94a137c1a18b767c022f0550ee0c 2,428 1.00/1.00 vMB 16
530,209 530,209 00000000000000000012f1237cad85e2203a507c641daee1595cfc11c1df09e3 2,314 1.00/1.00 vMB 43
530,208 530,208 0000000000000000002999e6f0537a1707b027a7ccdce1723700d51b1400be30 2,659 1.00/1.00 vMB 27
530,207 530,207 00000000000000000020c68bfc8de14bc9dd2d6cf45161a67e0c6455cf28cfd8 2,458 1.00/1.00 vMB 13
530,206 530,206 00000000000000000009c73be8cf153fbf29d040389dfaa48e8b33dfb555e10b 1,962 1.00/1.00 vMB 83
530,205 530,205 0000000000000000002eae0e0b672224c0696ec277b5df25d32deb78b9a2cac5 1,873 1.00/1.00 vMB 7
530,204 530,204 000000000000000000021c7ddf216c391eb5bbf51b859d4dfc3768dbcc20084a 2,715 1.00/1.00 vMB 34
530,203 530,203 000000000000000000346907e171547b576a2ca7ecaf53aa97c5bcecd82792b9 2,036 1.00/1.00 vMB 48
530,202 530,202 000000000000000000314f901e6f197428825b721f50fb373494014b92054169 856 1.00/1.00 vMB 10
530,201 530,201 00000000000000000030c1765b6c8ff98c22f245001b2ef329f488329e05ffd4 1,604 1.00/1.00 vMB 7
530,200 530,200 0000000000000000002f225c0546dc1542f72e338bcac46ce381a106476f796d 2,167 1.00/1.00 vMB 34
530,199 530,199 0000000000000000001e1d45edd235efb8bc57fbb5e9de8af018b7ef0be69de0 2,458 1.00/1.00 vMB 40
530,198 530,198 00000000000000000007066a650f41095a0d9852895648b03cf2b7d750ccc20c 2,031 1.00/1.00 vMB 36
530,197 530,197 000000000000000000078b73844e971f55ab57371eb2494baf20fb8154d4b05b 880 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.82 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: 636.20 GB
    • Received: 12.35 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.