Loading Tool

Explorer IconExplorer

Memory Pool

80,951 transactions
30.34 vMB
0.07726100 BTC
Random Selection Loading Transactions
Max Size: 185.89/200 MB

Candidate Block

Mining Attempt 3af8e59fd4758286e1d157b97a5148a2169301d1b5ae6b258f784d2575ec2caa
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 4329cae18320c8ea988146711630feaf81b2cb7da40638b7c4f2597d66b30b4f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,327
Size: 1.00 vMB
Total Fees: 0.00946624 BTC
Feerates: 150.61 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (329,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,170 586,170 00000000000000000005a039b432ed5daf3d827c40caab7872bc2f6ce0bd6c78 523 1.00/1.00 vMB 7
586,169 586,169 0000000000000000001e82b3efe2239477b627b10adf0d40cc6a9167940b0c69 2,789 1.00/1.00 vMB 35
586,168 586,168 0000000000000000000d9acb7746fe8e27dd3d2564115044fd38842150feab11 1,056 1.00/1.00 vMB 13
586,167 586,167 0000000000000000000410233ebd0986b751c6df4551fd6ca646a2cea0748611 2,199 1.00/1.00 vMB 19
586,166 586,166 00000000000000000013cb1e795cb29b6340cc1dfcc151e29ed68d16d340cb19 2,675 1.00/1.00 vMB 30
586,165 586,165 0000000000000000000ddb1f3c2dc5acfca403dfa3cc4ebd0791e43a41d82adb 2,883 1.00/1.00 vMB 46
586,164 586,164 00000000000000000004a7c05f57651db27394a48e430765e62a1b46b37b8079 3,236 1.00/1.00 vMB 67
586,163 586,163 000000000000000000050b2b036693b6e089d5a5a93570913fbbd0d16c81bcfa 1,260 1.00/1.00 vMB 16
586,162 586,162 000000000000000000080c2953f7b7b8d9683f06d2a8630ac5b8ab653761883b 1,167 1.00/1.00 vMB 19
586,161 586,161 0000000000000000000193b2ab75f6ee43f3bb47e2a2a99fb078d32aa7e6bedf 779 1.00/1.00 vMB 9
586,160 586,160 0000000000000000001e4ba9485971b00dd2c6dc8f8ae4cb381b6341f6c6fc7b 242 1.00/1.00 vMB 2
586,159 586,159 000000000000000000027fd1bdbc144ee08b53147d600780a40225527195df57 1,069 1.00/1.00 vMB 18
586,158 586,158 00000000000000000006c8ac7a0939d289f0672c841a19b1f7b7af656d232887 1,199 1.00/1.00 vMB 17
586,157 586,157 00000000000000000013de68bac4b7bfac042870e7d8cd6b916658e983ea099a 545 1.00/1.00 vMB 7
586,156 586,156 00000000000000000006716c3614c07901a570ecb3a6fe918f49f3be7acabd4a 909 1.00/1.00 vMB 12
586,155 586,155 0000000000000000000ca3fb5656aff28fe7b6b09dda44e880edd545697568e5 392 1.00/1.00 vMB 2
586,154 586,154 000000000000000000096c4bd80c61ff3146c69339241eb03ae0a280934d06a5 2,487 1.00/1.00 vMB 52
586,153 586,153 000000000000000000042c25a4f83118d6b35ddb9850d34b1da366d6307abec4 1,062 1.00/1.00 vMB 17
586,152 586,152 0000000000000000000e54cecbca2bb3d4a1f2e7bd1b0a06911ab621b00ee130 631 1.00/1.00 vMB 11
586,151 586,151 000000000000000000079d887c89e3fa21286c8521242aaddf8ac7b0dd474bac 2,801 1.00/1.00 vMB 50
586,150 586,150 000000000000000000006447f6c4d727e0efa6a03e815846898170c59fd47d18 437 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.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: 718.90 GB
    • Received: 17.99 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.