Loading Tool

Explorer IconExplorer

Memory Pool

43,472 transactions
26.49 vMB
0.06205545 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt 0862985ab38106f8d6f6ca9ad2225994fc61adb73bbd18af88c01a305157b8df
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 90808309f82c2a9a0e039b5d49de63bbcd2d0aac05348ca8e1207bb8e12b23ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,099
Size: 1.00 vMB
Total Fees: 0.01347831 BTC
Feerates: 73.66 > 1.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (736,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,647 178,647 000000000000097264b66302cfd179002b48df2fb23f0c9710f7095a9f092a0a 123 0.05/1.00 vMB 100
178,646 178,646 000000000000007bd71ea59f5f0f01a68bd32e551cc44c1ae9a847fa8ab3a98d 59 0.03/1.00 vMB 71
178,645 178,645 0000000000000037135d27c815d8206c52086b50bd925f3bd4c5b56f06643abc 124 0.05/1.00 vMB 196
178,644 178,644 00000000000003ef1bb918b364cd0fee5c075242b7b640e6e2262714aafbba2e 33 0.01/1.00 vMB 292
178,643 178,643 0000000000000599746b5f57c24262eed411f402d64e09888083548f94c2f314 98 0.04/1.00 vMB 105
178,642 178,642 000000000000085fa82448256371c60be98f7c31ceacc8e2952594bd827fe8bc 101 0.06/1.00 vMB 59
178,641 178,641 0000000000000352f4c7c41215f0168882fe2bf54ab255e285e124d12ff17dbb 279 0.12/1.00 vMB 114
178,640 178,640 00000000000007b723eee4c54a33aae4b82899914f623b0883b2ae8e7ee31183 86 0.05/1.00 vMB 274
178,639 178,639 0000000000000a65c1e0ab26bc99e3d916507ebbd93149e1e22b3b7c9a49206b 446 0.18/1.00 vMB 220
178,638 178,638 0000000000000a14d717c68882dca67ce45f8d931a390b141c1d7bfc7f7988b1 56 0.01/1.00 vMB 0
178,637 178,637 000000000000017c0a2edb289931b574a4bf527cff285f44ac3e39c00f555e79 148 0.07/1.00 vMB 86
178,636 178,636 0000000000000abc5fba684da836fcc32fce12f9dba8f6e48776e72beb54b580 20 0.01/1.00 vMB 792
178,635 178,635 000000000000078afb6f68b290fc2b63efd921dd2505b2253128c2c77d002c41 46 0.02/1.00 vMB 79
178,634 178,634 000000000000097bfe758227fc5750ed336af22a341cfdd73bde2d82653b4afa 28 0.01/1.00 vMB 3,441
178,633 178,633 00000000000007c5dfac0fe2fe7c409678bc3bd4a52759c33835d04423cf453a 72 0.03/1.00 vMB 155
178,632 178,632 000000000000005a307437812f12d54a7ca45828c5f1c26b02f8e2053249f9f3 76 0.04/1.00 vMB 826
178,631 178,631 0000000000000554a035f96565ca9521934872944e71de939f0e5425323f5490 242 0.12/1.00 vMB 639
178,630 178,630 00000000000007813bb48c3d7792cb255bc1fe8ae66482ac7004b23a45747640 114 0.04/1.00 vMB 119
178,629 178,629 00000000000006b81f92b75e1c912ad91097c63c302b08350859c55a78fdb7bf 142 0.08/1.00 vMB 769
178,628 178,628 000000000000047f24276f307c1e95821b0a5d7755a03a7bff6c90e9a92d0ccf 396 0.15/1.00 vMB 158
178,627 178,627 00000000000007bb89da6ae26b5e3858f1e745cf0bdf1c1dc59b946f1bbb7116 31 0.01/1.00 vMB 3,550
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.