Loading Tool

Explorer IconExplorer

Memory Pool

79,623 transactions
29.96 vMB
0.07186577 BTC
Random Selection Loading Transactions
Max Size: 183.49/200 MB

Candidate Block

Mining Attempt f1ded00f2918de03e370022f0b6333b39cf4a6660dd418751eb0fad61d30e50b
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root a3ca5bb162e3f71008e8c79cdf17e594f3bf924f111dad67b8cf89bb78ae4ca1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,896
Size: 1.00 vMB
Total Fees: 0.00527783 BTC
Feerates: 40.20 > 0.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (459,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,213 456,213 0000000000000000024d2b0e5bf32044aa8de8ff3aaf04f6ff693fa6fcffc0f4 1,479 1.00/1.00 vMB 126
456,212 456,212 0000000000000000019a804a1b3b31c8619e0e1f4df7f83fe180ca75a2ab4fb0 2,943 1.00/1.00 vMB 254
456,211 456,211 00000000000000000090773ca1027ada4c8d105f5aa0baeae1641e5b5066197f 2,597 1.00/1.00 vMB 273
456,210 456,210 000000000000000000b4240842a8d09a45f2ee6614ba0d1f32bb24f69b8018e9 2,618 1.00/1.00 vMB 235
456,209 456,209 000000000000000000949205e8982f662fcf92ff68eac42063f5cf546e7b3390 1,528 1.00/1.00 vMB 134
456,208 456,208 000000000000000001aad03dc923d5374702de994584834f6c3d629107f40da9 2,140 1.00/1.00 vMB 104
456,207 456,207 0000000000000000013a06393e19a093b0ae1879f29876fd7faa8be95eb8689b 1,452 1.00/1.00 vMB 230
456,206 456,206 0000000000000000007524d1bf8a4532bc4c4fec75d4a5ed2ca2d9ea3c8811b8 3,407 1.00/1.00 vMB 147
456,205 456,205 0000000000000000009c2183cb21084af080536e761acc255c6188aafb86ac80 2,816 1.00/1.00 vMB 118
456,204 456,204 0000000000000000019a397e29289f52f9519df9580d2797ae19a12ffdcbf697 140 0.10/1.00 vMB 137
456,203 456,203 000000000000000001e5e58ac8e10a2b4ccc9d05bc8e3a6326a44acd14986250 2,341 1.00/1.00 vMB 130
456,202 456,202 0000000000000000025662472ae677547a2a424ded93b7ea732778ca1b81d8aa 2,408 1.00/1.00 vMB 147
456,201 456,201 000000000000000000c480a9586a100de166835c4a8b4820490d1cbe59997477 2,682 1.00/1.00 vMB 235
456,200 456,200 00000000000000000092921c8982fcd5f9939239e9595e81aff82214f4075f20 2,595 1.00/1.00 vMB 180
456,199 456,199 000000000000000001ed6162ef072c4ccdb9124b9b223b52eca55ff5b99cf514 2,078 1.00/1.00 vMB 174
456,198 456,198 00000000000000000010b30ac4c0fc5dadfeb332d49d8871ae88285d041db6d4 2,160 1.00/1.00 vMB 178
456,197 456,197 00000000000000000161b298a9e34ed9e266b032d4cde0e1ac7ad286a6837200 3,129 1.00/1.00 vMB 208
456,196 456,196 00000000000000000217260a67b7c991f63b6516f1d3f45880a2919d38a02ef9 1,815 1.00/1.00 vMB 127
456,195 456,195 000000000000000000fcf2112e74024663d7ceed6afa6200402d7ab9034169cb 2,452 1.00/1.00 vMB 217
456,194 456,194 000000000000000001e4c1a238a4ea9019af50d15865c4854cc7373a96e73672 134 0.07/1.00 vMB 214
456,193 456,193 000000000000000001126891008e536f9a7bf70da19f3f4a4aabd888a81cf2db 2,617 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.