Loading Tool

Explorer IconExplorer

Memory Pool

48,844 transactions
33.84 vMB
0.21082204 BTC
Random Selection Loading Transactions
Max Size: 171.38/200 MB

Candidate Block

Mining Attempt c17bd511a85b75fd5e94b71080b0763c34936f9c531862899304180b93b3b76b
Version 20000000
Previous Block 00000000000000000001def21d1078832ba461a782f9add81014e8b0240af40c
Merkle Root 895c72b0e93c43824347d5ab3f3ac53d12703745fc56a6de92370fda068d8d2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,865
Size: 1.00 vMB
Total Fees: 0.10992475 BTC
Feerates: 301.57 > 11.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,358 (873,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,276 41,276 00000000120431ad22182beae1339bd19d1b97c6d3f78b5d420c2bd254cac126 1 0.00/1.00 vMB 0
41,275 41,275 0000000022c92959535ed2bc62a2a34ff30d33982ee3870e8b1a9d18df8be54c 1 0.00/1.00 vMB 0
41,274 41,274 0000000025522fe4db5d0c793105135b45a7530189132f4dc0b996c3e8348ccb 1 0.00/1.00 vMB 0
41,273 41,273 000000003cf140d6d29a3dbb6cad07cb6d1f7f8359ddad273928beeb2b5f37fa 1 0.00/1.00 vMB 0
41,272 41,272 000000003098f5476622fc5970c33509794c98010c7753f1be62a704269c7d01 1 0.00/1.00 vMB 0
41,271 41,271 0000000048736925753155692179028cbc622c814d8c0ce69602489c1acbd18a 1 0.00/1.00 vMB 0
41,270 41,270 000000003b34170a354ddd8d6dbdf8ccfa423b38bff82bed9ac15fc54f428bf8 1 0.00/1.00 vMB 0
41,269 41,269 00000000437ca87a8aa6bbf3df91ea81b184c5e4bd3bf7d29e33cedc21e79cd5 1 0.00/1.00 vMB 0
41,268 41,268 0000000002673ba5bba1c53f9d974bc9c4c3843d099de054a858f7a01b6a688e 1 0.00/1.00 vMB 0
41,267 41,267 000000001d7083140733286c5bcd56f37b3d63c9298152927f2ed14267e84c9d 1 0.00/1.00 vMB 0
41,266 41,266 000000003af9c3ad2bab3b0d9dba2b827a718481b03c55a3be7ef3a25f9893e7 1 0.00/1.00 vMB 0
41,265 41,265 000000000e94aa98857d4d1fb665a83bebc908e45c8bf9e15e945425ec4e4dfe 1 0.00/1.00 vMB 0
41,264 41,264 000000001d1b26d763e5ada009570f55d4a11682977fddb45f772e7158b26d7c 1 0.00/1.00 vMB 0
41,263 41,263 000000005780cc56d46cd580803ec6f56b33dc0402b8523202bd8682e3e3cae1 1 0.00/1.00 vMB 0
41,262 41,262 000000005636cbcd897d90bcd08c0304d5e682eb25851bf5510895b0ecee9d45 1 0.00/1.00 vMB 0
41,261 41,261 000000003115c6ea72dc1bc565f78f06596e714e631f0f5bb5d9f638e2646975 1 0.00/1.00 vMB 0
41,260 41,260 00000000258329a0ee4fd3e8248175cbc4bb8f308d00b0237633607e3d3f91c0 1 0.00/1.00 vMB 0
41,259 41,259 000000006434dbe4219ab80644d0f2217d82100963015c5ac9246723662e2942 1 0.00/1.00 vMB 0
41,258 41,258 00000000247d2e39c1ab15465f79f72ea19f0e8e6999d7dbb150244d24a5899c 1 0.00/1.00 vMB 0
41,257 41,257 0000000050567a952180eb2a9ac65277605ecc9e6eec5933af850f2e6efde194 1 0.00/1.00 vMB 0
41,256 41,256 0000000014da71b0717585b7e72061980e3603bba677962218c106371d734341 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 591.92 GB
    • Received: 9.63 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.