Loading Tool

Explorer IconExplorer

Memory Pool

79,291 transactions
21.74 vMB
0.06870845 BTC
Random Selection Loading Transactions
Max Size: 145.62/200 MB

Candidate Block

Mining Attempt 5aafc3aaee9a696cc8644ab453f42eb5dd2b11dd8823ee61b8f838605b8a829f
Version 20000000
Previous Block 00000000000000000001394e3b269f0f160495e23b5d52abfaed0d8c3be7493c
Merkle Root 9923bfe29a0378f343aa8f52a6d25fd348dacafa7013f75d7dede9dd56443357
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,003
Size: 1.00 vMB
Total Fees: 0.01919784 BTC
Feerates: 108.69 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,225 (866,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,395 49,395 0000000023e540a6576a9349c360b20e7771a285c0ff2f684ac51a1f8fc4a1ec 2 0.00/1.00 vMB 0
49,394 49,394 0000000009f314216cbd42e1cf0346772dce7fcb9b5c2c6363c0d0e2a3ea4403 1 0.00/1.00 vMB 0
49,393 49,393 0000000016d84839ae42766b6d9a8df1126d9b758a0f1bff87fd8e6b6394bb9e 1 0.00/1.00 vMB 0
49,392 49,392 000000000169f1e8109f9b76f462b06afb6a9938af120e03100c272e6d926d12 1 0.00/1.00 vMB 0
49,391 49,391 000000001d6f02bfe89d61ece669028b01a8f2de985e20f3570d381d63680dcf 2 0.00/1.00 vMB 0
49,390 49,390 000000001fbb4140244429ec6005c9264878379ca156d7f92545b60e79551638 1 0.00/1.00 vMB 0
49,389 49,389 0000000011bd2c764bd8827634ac06a916862e118d1d2591ca4dc8ad3abe566c 1 0.00/1.00 vMB 0
49,388 49,388 000000001459b4004e10c38f4c8bc8450ce14bae50653342b3345c7e26cd0537 1 0.00/1.00 vMB 0
49,387 49,387 000000001cf51af3d1ffc49659eae87189517b5e8040508c949498fbdb1190af 2 0.00/1.00 vMB 0
49,386 49,386 0000000013bd7b213e2214d5672f2357dcc4057e60d2919f44af1306303c30ac 1 0.00/1.00 vMB 0
49,385 49,385 0000000019f585e8be85dddb3005cf53f23692b3292a9fe54b7410190e249670 1 0.00/1.00 vMB 0
49,384 49,384 000000000244283ae4231bc6458b76be8e4d890ee4780fe9f88b43e77e873baa 1 0.00/1.00 vMB 0
49,383 49,383 00000000163ee74257c874eade9d56608bbc7e985ba947531b959747aaba3dd4 1 0.00/1.00 vMB 0
49,382 49,382 0000000014bce88d007d1492bfdbcfbd60450703402746578ae68006010e7db8 1 0.00/1.00 vMB 0
49,381 49,381 000000001fd2be5ba203a720a628503779dd49a0928cd2ac9bd582d2baa1b8a9 1 0.00/1.00 vMB 0
49,380 49,380 0000000025cb7b6406fc102432b9615a2e01890d5f6f9bcb5139a84dff0035ab 1 0.00/1.00 vMB 0
49,379 49,379 000000000095e35beaa2b72d7d48679e9551f8fe7f986937e137668fdf6eda4c 1 0.00/1.00 vMB 0
49,378 49,378 0000000014bf097e9536ccbc00a578672beea19c0adc51596f50faca65fa4bac 1 0.00/1.00 vMB 0
49,377 49,377 00000000299f7c1937487d8f6f26c2204bf5b84ba45c5b7db91af396fa0e6bab 1 0.00/1.00 vMB 0
49,376 49,376 000000000e27a18a71f3520f636a316b9187b6eb0c8e769e637e8e6cd4672d91 1 0.00/1.00 vMB 0
49,375 49,375 000000000971bd145014ff68c86c58290dc5326941d2d5f76f4b952554a679b8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.50 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: 825.23 GB
    • Received: 25.16 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.