Loading Tool

Explorer IconExplorer

Memory Pool

82,746 transactions
31.92 vMB
0.09607030 BTC
Random Selection Loading Transactions
Max Size: 189.80/200 MB

Candidate Block

Mining Attempt 6dcd043f1c5b6bdae7a767eb3a6a3a5aca20fa3effd08c599e20e004cd69aef4
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d0b0f597a5f7ca99410e12a1e39c9be989e99d85824f502339e7953bb14121a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,290
Size: 1.00 vMB
Total Fees: 0.03236959 BTC
Feerates: 101.66 > 3.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (356,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,777 558,777 00000000000000000007ec71a518072c4e6a11cd9a717e3446a647c70b9b0c25 1,758 1.00/1.00 vMB 67
558,776 558,776 0000000000000000002c4b1eb63550404f32e8367acfd8206cff0ea8354db6e6 1,161 1.00/1.00 vMB 76
558,775 558,775 000000000000000000216d6697046b8f2a931274e1fbe130a53b76b8a462eb31 2,949 1.00/1.00 vMB 25
558,774 558,774 0000000000000000001410f7dd5c32ebb559277797cf4fb54498fa8e77c270ce 1,708 1.00/1.00 vMB 10
558,773 558,773 000000000000000000155b338b5473450af05ba1883b2f34dfbaa042508796f8 2,876 1.00/1.00 vMB 10
558,772 558,772 00000000000000000005962a36be21c3b04d491e2ee03a65cac3a1126f702492 2,990 1.00/1.00 vMB 38
558,771 558,771 0000000000000000002aee6f36ca854e481dd8750392666fc5276730422a110d 2,967 1.00/1.00 vMB 27
558,770 558,770 00000000000000000023ad41ca27a380047e3d14969e515582427a8eadb7814b 2,997 1.00/1.00 vMB 16
558,769 558,769 0000000000000000002f9a7a2c4a40b2a0ff1e0a46422e3820534d75d048b483 257 0.08/1.00 vMB 13
558,768 558,768 00000000000000000025ec075390e2d1d584dd3e78bf702bfa2fa7fd9a03ecb4 1,145 0.60/1.00 vMB 1
558,767 558,767 0000000000000000000411498bb64d96456b6f229e90a892abb9e48e695654df 2,462 1.00/1.00 vMB 16
558,766 558,766 000000000000000000014e77daea1aad008c8a788e121cb19ec1d6f04b4a70fc 2,836 1.00/1.00 vMB 13
558,765 558,765 0000000000000000002787b70a4165cfcc6aa57ea044833d84264553191ddf90 2,106 1.00/1.00 vMB 3
558,764 558,764 0000000000000000000afcdedda2fc10d6638e6474dcf4a661a7933afcb17c14 2,383 1.00/1.00 vMB 24
558,763 558,763 000000000000000000186b88b0e8f22d4076bce6a7f3d470518fe2360f8cdcd1 2,343 1.00/1.00 vMB 8
558,762 558,762 000000000000000000101a2b742364fab86aadfe4956e8baab10705ee9aa7631 2,670 1.00/1.00 vMB 7
558,761 558,761 0000000000000000002d41fac904b9a2e7c5f12828c1ae84d116a4833e0972d8 2,912 1.00/1.00 vMB 35
558,760 558,760 0000000000000000002a12323d7ba5b63ff4b3094740c4067b2fba2a70600ec4 2,824 1.00/1.00 vMB 23
558,759 558,759 0000000000000000002b1ee642e3192908f14e653c0a25930fc2d043c216bb2e 2,598 1.00/1.00 vMB 19
558,758 558,758 00000000000000000010cdcd3d133d74c66aa41787053e18030e219321621eea 3,033 1.00/1.00 vMB 8
558,757 558,757 0000000000000000002c804e1e28f3751a4019002e745159477f86c0a6faf291 2,631 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.31 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: 658.74 GB
    • Received: 14.58 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.