Loading Tool

Explorer IconExplorer

Memory Pool

82,850 transactions
30.40 vMB
0.14783121 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 6f0a0fc6ed96ac4d3554ac3af28694e47087c88882f92dd4fbc610a274c5061b
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (344,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,267 570,267 000000000000000000120b46f88c2f99a2632089f4f2143e390d9909f6eb6236 1,980 1.00/1.00 vMB 87
570,266 570,266 000000000000000000220090ee6dcafcf12e5c61da3bc44388dc2924b60882bf 1,715 1.00/1.00 vMB 42
570,265 570,265 000000000000000000113385426d109341902afae5d37d8ffa290c3af9864d2d 2,258 1.00/1.00 vMB 107
570,264 570,264 0000000000000000000c588d4e85190b210b8ffcb72072d4bbde63e62405eaa9 1,989 1.00/1.00 vMB 35
570,263 570,263 00000000000000000004e473804234dc38515883f3b3130f6b8c923cbc1d9677 2,130 1.00/1.00 vMB 13
570,262 570,262 0000000000000000000a380f102dcaefb81bc42a8358ce82e8d12e69ba11e96c 1,893 1.00/1.00 vMB 29
570,261 570,261 0000000000000000001af7a7f772865c4d81fca66d78a445c5d35929fa6d1c90 2,577 1.00/1.00 vMB 112
570,260 570,260 00000000000000000011f56209d04df1de5bbe5df2abad0bc055e529a9a8fb5f 2,934 1.00/1.00 vMB 54
570,259 570,259 00000000000000000009adca8daefe78a57d16163039b9f0f78cc6da3f5ebc2c 3,909 1.00/1.00 vMB 25
570,258 570,258 00000000000000000008888d5d2a71622ff6cc7587d7be2296f7df0f4b499e63 3,031 1.00/1.00 vMB 44
570,257 570,257 0000000000000000000d5af8d5fbe2cfa37c2ba6e59b77ead968d8461dce6c61 2,423 1.00/1.00 vMB 50
570,256 570,256 00000000000000000015e58b125a755baeac08c31d7b4238e7c1dd122276615d 1,553 1.00/1.00 vMB 17
570,255 570,255 0000000000000000001467db2c100abab1d835605cf90c459f03f7d6fe4721e6 1,775 1.00/1.00 vMB 40
570,254 570,254 0000000000000000001fa5ad482580b0f03013827b05aaf399a171ef5b3fc824 2,527 1.00/1.00 vMB 64
570,253 570,253 00000000000000000006c02eac3a8138942680816545ed946501b0e26bc6662b 2,847 1.00/1.00 vMB 94
570,252 570,252 0000000000000000001ad760093ec0f984333c286be69f3d2d7a2267d7a86f9f 2,885 1.00/1.00 vMB 80
570,251 570,251 0000000000000000000a41812b2fa643c167875fe10c5e28409d316b11bb6354 2,689 1.00/1.00 vMB 52
570,250 570,250 0000000000000000001c89d672242845f3e6ec1e5d87803396515c49559f6de6 2,712 1.00/1.00 vMB 65
570,249 570,249 000000000000000000173de7668ab534e027a770a279409f7167b376240d294c 2,596 1.00/1.00 vMB 53
570,248 570,248 00000000000000000002b50bc19880f923de661015d17704dc6b3703c200a3bf 2,644 1.00/1.00 vMB 103
570,247 570,247 00000000000000000020efac88303dfbe2daf2f1636c56cf3dc303abb6d50e10 2,634 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.