Loading Tool

Explorer IconExplorer

Memory Pool

37,784 transactions
26.04 vMB
0.05166367 BTC
Random Selection Loading Transactions
Max Size: 134.91/200 MB

Candidate Block

Mining Attempt c647cc610b461d0e8db0bd6eec88e1f5263036d458b900653e059b7f40e493c9
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 4b988893240caae32bff233f78a0c4e0bc692ee7ccbe55d90d763361fee01084
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.00430696 BTC
Feerates: 13.56 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (315,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,377 599,377 00000000000000000002b9d296e20178617a2f03798b14fce33065704a2d413c 2,706 1.00/1.00 vMB 9
599,376 599,376 0000000000000000000fc08b8f77c6102dc04eb764abeddbca483106654ca02d 2,134 1.00/1.00 vMB 21
599,375 599,375 00000000000000000014299a4d0d8e44acb1417483df7ab6c7c0c2516cbbdcb1 2,804 1.00/1.00 vMB 23
599,374 599,374 0000000000000000001569a85a45316a99b6c7e802ddabf946dba474f8d35d87 1,946 1.00/1.00 vMB 28
599,373 599,373 00000000000000000009a6c9b0a514017b57f7c8b712a1aca1c8d63c052db71e 3,272 1.00/1.00 vMB 23
599,372 599,372 000000000000000000115399bdbed5851beff93c20719f073595a377d2dcf4d3 2,029 1.00/1.00 vMB 29
599,371 599,371 0000000000000000000bf65198f7785090da5a14c3f5835c7fd2bf4176cd22fe 2,084 1.00/1.00 vMB 60
599,370 599,370 000000000000000000061318f677c3bc192384448f4b37213fd5174c7c22318d 2,342 1.00/1.00 vMB 13
599,369 599,369 000000000000000000072fba52525d41f987bf16f32387709ccf9a1e7b9e83f2 2,901 1.00/1.00 vMB 30
599,368 599,368 0000000000000000000c6941bd8aa0b7249c24a3d4d2ee41600d53d033b0cf00 2,900 1.00/1.00 vMB 33
599,367 599,367 000000000000000000016012aee27a7336cac822675f5daf78bd8aa6f83e22da 3,114 1.00/1.00 vMB 25
599,366 599,366 00000000000000000011d1236a408e1f0fda2da3a8ca35d4b6fdff855bb98437 2,813 1.00/1.00 vMB 14
599,365 599,365 0000000000000000000846d86e26c9807806679a29415f088ed10a2868fdcadd 3,102 1.00/1.00 vMB 28
599,364 599,364 00000000000000000007b40061cc9266965fa852f36b2db63ca1e42e0c224ab8 2,830 1.00/1.00 vMB 39
599,363 599,363 00000000000000000005db544eefc70743495dad97631bfaf6e8be990ad6051a 3,432 1.00/1.00 vMB 25
599,362 599,362 00000000000000000007c185c9d85b0211cdee31bf5599a29ac506a895d75d79 2,540 1.00/1.00 vMB 26
599,361 599,361 000000000000000000027b9e24275ac48f79959ea4727f3ea8250bca606ab066 3,086 1.00/1.00 vMB 22
599,360 599,360 0000000000000000000cbfa4c5d6c7b4a44a2b6cc37065dfdae1f5192dde2360 3,118 1.00/1.00 vMB 22
599,359 599,359 00000000000000000010695f33880d78cda0fd1b59f3cdd5eaac746d94f8ad6c 2,660 1.00/1.00 vMB 39
599,358 599,358 0000000000000000000fb7d5d8466d0d393dfb1f5b37206ca0639c63ac549d4f 3,205 1.00/1.00 vMB 26
599,357 599,357 0000000000000000000ba473263028dc741f11ec5fa2312599cd4ffede611dd8 2,556 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.