Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
28.95 vMB
0.07833311 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt 92d599645ed6e27c3719bff084997cc068e1d017d6f8cd0ce6442adebb1196cb
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (299,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,219 615,219 00000000000000000005f6fa243bcaa7ae8165881142c428e1d4db5c05c7f250 2,955 1.00/1.00 vMB 25
615,218 615,218 0000000000000000000162ad756201c91f76b82b005a4f7c14aace1c4292e379 3,206 1.00/1.00 vMB 13
615,217 615,217 0000000000000000000ce2236dca8f0a3d3be053bdbb6b3611e97267ad641446 2,834 1.00/1.00 vMB 30
615,216 615,216 0000000000000000000cc1df75305bf8c5e14553c1b36f1d4b0b69d8e073e46f 2,036 0.83/1.00 vMB 11
615,215 615,215 000000000000000000070faa8cb677a0968ad28983ba60c46f0b973c1531d870 120 0.03/1.00 vMB 13
615,214 615,214 0000000000000000000a330ed682eb6aa22ed625e62bdec2e00e4359c7ade734 1,796 0.57/1.00 vMB 5
615,213 615,213 00000000000000000006b4be3e945e46fee5708770858391fe5560646770ea75 2,818 1.00/1.00 vMB 8
615,212 615,212 000000000000000000039d2bb9ca95738c598528655ce865a7a977fad9d2124d 2,457 1.00/1.00 vMB 11
615,211 615,211 00000000000000000007febf4eacb521be0cb34c9be257542d5f9f866d5504a2 3,100 1.00/1.00 vMB 18
615,210 615,210 00000000000000000001866e0f54cf6ae48c95a7a62f873dea006ca9206444f0 3,160 1.00/1.00 vMB 8
615,209 615,209 000000000000000000106a55f9da6ba5c92f819dd941f506b11ddab1c3f7cee8 2,652 1.00/1.00 vMB 12
615,208 615,208 00000000000000000005ded31ffe178ed06f29db7426b3bdb663e3d0b11d46b8 3,140 1.00/1.00 vMB 14
615,207 615,207 0000000000000000000e750bad5544977b40d4c5f409216471150753a35b8c01 2,770 1.00/1.00 vMB 10
615,206 615,206 0000000000000000000e5c42fd7ccb5ff59df467b5026a50d87d6bcd13763bd9 2,892 1.00/1.00 vMB 20
615,205 615,205 00000000000000000009eea468ab5c3285a16336d245dfa9ac415413c5107199 1,200 0.42/1.00 vMB 13
615,204 615,204 000000000000000000000a697ceca731bc2ddb9b3445179cdd957e02c25cabf2 883 0.26/1.00 vMB 13
615,203 615,203 000000000000000000111f9b904a2f177c045a475873d11a50ed6fbb1fac7b7f 557 0.20/1.00 vMB 12
615,202 615,202 0000000000000000000ada64c405b1d74b9cb389bbb4eb0dc75cf90364715761 2,378 0.76/1.00 vMB 12
615,201 615,201 000000000000000000104d70c88463f0ecdba0feb895c3eacf80d4b41f8cf1ea 1,941 1.00/1.00 vMB 13
615,200 615,200 00000000000000000004ddee5e2470a409b3487b9dff8833d2f3a7b57c1e1a44 1,193 0.40/1.00 vMB 13
615,199 615,199 00000000000000000007b9343535d21ace069940a63b82cf1eb275cb8eaa602b 2,892 0.89/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.