Loading Tool

Explorer IconExplorer

Memory Pool

78,616 transactions
29.84 vMB
0.07545112 BTC
Random Selection Loading Transactions
Max Size: 182.23/200 MB

Candidate Block

Mining Attempt d2ba8415be56f6bcfd78c33b08a631c828966e9813512d72a376140894bc82f8
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 7b5b65163c1459a5868a30d64d5cb9bf9db164df9333a24a188e932a8f7c87c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,935
Size: 1.00 vMB
Total Fees: 0.00919978 BTC
Feerates: 150.58 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (501,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,380 413,380 00000000000000000481f101f0cb73d290f056e31f547b6410a91f9d39bfbb28 1,735 1.00/1.00 vMB 24
413,379 413,379 000000000000000002526737b016af11cd3fff85aca4c4b83249412220c1756e 2,194 1.00/1.00 vMB 55
413,378 413,378 0000000000000000039144d574a7a3a6ea0c6710c18062d74a6a83bb5e0621b0 2,344 1.00/1.00 vMB 45
413,377 413,377 00000000000000000144ebc2c569a0b176475025e6f48deee33d60ff54e045dd 2,647 1.00/1.00 vMB 54
413,376 413,376 00000000000000000415df9fa3241a77ac1146d797499aa32f44304fe66b9c91 2,116 1.00/1.00 vMB 65
413,375 413,375 0000000000000000013a786f431349e3d3d05d752ef8e25b2320b245f3da2a60 2,100 1.00/1.00 vMB 63
413,374 413,374 00000000000000000510d193dd78530505f1693721a869e3cdd516e7f09f7a3a 1,843 0.93/1.00 vMB 45
413,373 413,373 000000000000000002c9cb84ab3a0fe7e1ed389344ce774a04529821e54db905 3,182 1.00/1.00 vMB 54
413,372 413,372 000000000000000004af40089b0c1d6bccc3e21205f0a087aba0e56b5b042f64 2,231 1.00/1.00 vMB 63
413,371 413,371 000000000000000000328bd434e712b41f7af155526e33c5151b074f4c01f96d 7 0.00/1.00 vMB 183
413,370 413,370 000000000000000004e818288c4917b02fd24a949a1ca38976d169f171fc5167 1,994 0.75/1.00 vMB 81
413,369 413,369 000000000000000004d221da9a7fa88e5e73bc5e3fa4429f7c3ee9c48dbbe266 2,633 1.00/1.00 vMB 84
413,368 413,368 000000000000000003609c3701d209df7059029e9725d7f8a31d868b779ef1a8 1,341 1.00/1.00 vMB 46
413,367 413,367 00000000000000000539fd381c7670ae634feab67b239bf6647a370a8cf75151 2,203 1.00/1.00 vMB 75
413,366 413,366 000000000000000004d535dd9a6de03733cb62793c3e8b60c171e17a82b7a142 2,713 1.00/1.00 vMB 68
413,365 413,365 0000000000000000008e3be68cef2d025961a34faeea977594360a8a6836bf53 3,011 1.00/1.00 vMB 71
413,364 413,364 000000000000000002f00f5c7134a0197f774fc0bdddc5570f7f32045abf70c8 2,737 1.00/1.00 vMB 66
413,363 413,363 0000000000000000028a06ffc87636bfd00d7be6ca15e37a8341786fb6b6242d 717 0.59/1.00 vMB 26
413,362 413,362 000000000000000003376c198d5fb565d8162a9f6fa39a7c5c6b71af46f72383 1,434 0.60/1.00 vMB 53
413,361 413,361 0000000000000000044d3a522f05fe70926cefa50ba12a5bd3dfda5fb6820dbb 676 1.00/1.00 vMB 9
413,360 413,360 000000000000000001d7da0e3a56ab6525e8b8f0a5f40cbb752c4f18fd177042 2,520 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.