Loading Tool

Explorer IconExplorer

Memory Pool

81,737 transactions
30.30 vMB
0.16765318 BTC
Random Selection Loading Transactions
Max Size: 182.97/200 MB

Candidate Block

Mining Attempt 081353d7d4e254bef7efe11312ba2fd1ea7f4f7870fb5c31338a3759ae3394ca
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 4e43a72d64ea0760a32f89bf9a471bb4078939b3cbcf5399d366ba5fd0ee3129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,328
Size: 1.00 vMB
Total Fees: 0.09171846 BTC
Feerates: 502.67 > 9.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (310,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,599 604,599 0000000000000000000956b0a42660317b2f8e20d53dc9ab1f4e495361cf2100 2,519 1.00/1.00 vMB 21
604,598 604,598 0000000000000000000b9bccfee30402facb86a5aa13d5d97b5506e2d0916b00 3,387 0.99/1.00 vMB 19
604,597 604,597 0000000000000000000864b1320e85698b25723f012c528a9af4f3a6b0a93a55 166 0.06/1.00 vMB 25
604,596 604,596 00000000000000000003e7124509796d4f15ef47fedc71c79cea60d1ff503410 1,480 0.54/1.00 vMB 21
604,595 604,595 0000000000000000000c0c3da5d12c2e91cdc5c5d52227265b885a3c369a8574 1,943 0.63/1.00 vMB 23
604,594 604,594 00000000000000000005fa3e303c796a499d9f97c303a2d4c73b0ec88b361231 2,787 0.97/1.00 vMB 19
604,593 604,593 000000000000000000107cdd54b3107ab686ecca0da2079d45af06e3fa604dfd 1,377 0.41/1.00 vMB 32
604,592 604,592 0000000000000000000fdfb13ba350e6dec13f9e6121abac6266e2b78c8ca1f4 3,047 0.84/1.00 vMB 19
604,591 604,591 0000000000000000000f6ce8c38a49d8de03fcae66ef1ef159dc60e23e112784 1,869 0.55/1.00 vMB 21
604,590 604,590 00000000000000000014f0f7e4efbd5747ce799b44a71fd3f576dfa1e9ec0994 518 0.13/1.00 vMB 29
604,589 604,589 0000000000000000000af389eb7e444035db0b49e2d38a5ed4c74567aea67617 2,900 1.00/1.00 vMB 22
604,588 604,588 0000000000000000000a9b49ac245662243f7a6ec18e04c3c0ccb278aca2ad6e 2,130 0.59/1.00 vMB 21
604,587 604,587 00000000000000000013610f5adcbbf9ad40d94dc19153a4ebb4eca530e9c73e 2,151 0.61/1.00 vMB 23
604,586 604,586 00000000000000000001702d4c0325755eb13a8479df3eb695bc41bd0993608d 132 0.04/1.00 vMB 33
604,585 604,585 000000000000000000069906246ed4c3b9891868a59b883b1c4fbab01db91f4d 2,377 0.86/1.00 vMB 33
604,584 604,584 00000000000000000006cd4b76b2c439b9b6d806ea656eb1541dcb1027f68378 2,129 0.63/1.00 vMB 27
604,583 604,583 00000000000000000009ed868ab955eb0d0584978d897c7b5234ff03bd960dd3 3,265 1.00/1.00 vMB 20
604,582 604,582 0000000000000000001036bc28bfafaef6027819b71ada91ff2d7819b6c58c0c 3,231 1.00/1.00 vMB 25
604,581 604,581 0000000000000000000b0eac50faef2c12c176daa61c9d502c40793aa6413dab 2,598 1.00/1.00 vMB 14
604,580 604,580 0000000000000000000f14fca359572c93f3dfcf181c25d7f163e772ce81fe27 3,073 1.00/1.00 vMB 21
604,579 604,579 000000000000000000002fab0b36fb8c4f19c3e66e9bc9fe1129dead38d141f0 2,248 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.