Loading Tool

Explorer IconExplorer

Memory Pool

34,237 transactions
27.88 vMB
0.05768763 BTC
Random Selection Loading Transactions
Max Size: 139.07/200 MB

Candidate Block

Mining Attempt 484ebc2e7472f2c29989ea9485a38e1dcb2c7d1d692606787eda1e8de44acfec
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 9f0ca9ff0e29830856f9a6cf4755f2a73ab2fb4aeff88a9aef62e0d66d3fec86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,749
Size: 1.00 vMB
Total Fees: 0.00450560 BTC
Feerates: 40.21 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (806,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,498 108,498 0000000000008b77bc149bbbf8b11afe89dce873ad8953c84dfc7a2da4a9227a 6 0.00/1.00 vMB 0
108,497 108,497 000000000000364b01e1cee8905599a1ccd8c19e013593ef6e8a4b100c6788e2 13 0.00/1.00 vMB 0
108,496 108,496 000000000000d5f7773a024b40057967b6bcd6b3d97a6b62406be66e6255fb3f 3 0.00/1.00 vMB 0
108,495 108,495 0000000000010f07348fe6f7781ee4ef7f702b159080ff450c23df279d89491f 14 0.00/1.00 vMB 347
108,494 108,494 00000000000193ef2057b8f81ed392803acbfae054f1d107e954d6ac11956c5d 14 0.00/1.00 vMB 0
108,493 108,493 00000000000007fd288091995c4a3c9f1627259f457d02e9c859574da1d19b8b 12 0.00/1.00 vMB 0
108,492 108,492 00000000000281154e84aed6b2a746a2b0a78711e508daa74ab48c91afa85b46 14 0.00/1.00 vMB 0
108,491 108,491 00000000000253ede73c92cae57658593a0e945fe69575e1596d76e5e8e338cb 14 0.00/1.00 vMB 0
108,490 108,490 000000000000b2de8db696e5a7eee7e16c429f84c241147c51e3f9984252b766 219 0.05/1.00 vMB 0
108,489 108,489 000000000000940579cc38945af41b74c84ccf4e24b444560de8bb64937a3359 14 0.00/1.00 vMB 0
108,488 108,488 0000000000009236c857df12872305ed1c46a94ec2b40c39d586cffd4fba3de5 14 0.00/1.00 vMB 0
108,487 108,487 000000000001a15094fea17715f423094ddbe57e2ad620f0ee33929e4f4a2644 12 0.00/1.00 vMB 0
108,486 108,486 000000000001dba7434ca9907540874f87b3b8c80890fad41f77970eaeb50ef4 11 0.00/1.00 vMB 355
108,485 108,485 000000000000aca5d62a5d3322f2bc49cb3253c57694dd6304b1f128a90234a1 13 0.00/1.00 vMB 0
108,484 108,484 0000000000022d5d3186bb03488c5f203d8933db6c65513a3e2f1ebac3f635b1 24 0.01/1.00 vMB 0
108,483 108,483 00000000000050871a96c83fed96e931f76b8da4d15a68cb634606d75994b2d2 14 0.00/1.00 vMB 0
108,482 108,482 00000000000195ce5c1d1cf6aacdbc730394c5688723ef6ab9af97b8a2cd06dc 14 0.00/1.00 vMB 0
108,481 108,481 00000000000123336ab6f2d0db4599bcccdbadc6a001c1a55ce8196fad3ad480 9 0.00/1.00 vMB 0
108,480 108,480 0000000000023db8389f87c929e31f4700bb2fa61ebd2ed13db5598f08ceb668 14 0.00/1.00 vMB 0
108,479 108,479 00000000000131ac26ed01fa6cf2c9818aa7de1bdf30643ab9726be909376037 14 0.00/1.00 vMB 0
108,478 108,478 00000000000219e5f54265dc72f38ae7743174a77b2c8ec2b5bfdb8fc69f3dba 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.38 GB
    • Received: 11.45 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.