Loading Tool

Explorer IconExplorer

Memory Pool

45,199 transactions
28.78 vMB
0.13217952 BTC
Random Selection Loading Transactions
Max Size: 149.86/200 MB

Candidate Block

Mining Attempt 8b62a1f341a993ec89234dbbe4075a4a0b1bd7008156af41b4eadb4e2e4fd187
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 53c94f8bc711ddea4c660ab1d1e6bac6b77f147b03c71eb37909797c54d182ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.03733934 BTC
Feerates: 78.42 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (339,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,001 575,001 000000000000000000276bcd24aa65439760f1be7e88e6bd102049d1ad13ecd1 2,947 1.00/1.00 vMB 78
575,000 575,000 00000000000000000007df59824a0c86d1cc21b90eb25259dd2dba5170cea5f5 2,851 1.00/1.00 vMB 74
574,999 574,999 000000000000000000103d32eb652420d38e555dfb02b90846399f1ca10c64db 3,058 1.00/1.00 vMB 67
574,998 574,998 00000000000000000018db09251682357ec013d77701eabf5d6ae900b08030a4 2,346 1.00/1.00 vMB 75
574,997 574,997 0000000000000000000303ce7763a6e3f0f5d5908c2f584c3522346c07803d14 1,719 1.00/1.00 vMB 59
574,996 574,996 00000000000000000003179aafb516e731b2bfb185242efc7c8388c88400b527 2,774 1.00/1.00 vMB 68
574,995 574,995 0000000000000000000156c35e63e93689cf873ade59f8f447b791fdc1723c7d 3,096 1.00/1.00 vMB 83
574,994 574,994 00000000000000000003317e859c5da8fde52f0e9a78f4d3ed5d89f692c5b517 2,641 1.00/1.00 vMB 75
574,993 574,993 000000000000000000158255cb5c14ffb8015d1cf548059b6ba4288f8eab4969 939 1.00/1.00 vMB 62
574,992 574,992 0000000000000000000516b7670d6d5d9c5a934698d67963ddce8b848b31ac40 2,223 1.00/1.00 vMB 87
574,991 574,991 000000000000000000115a82c32ba72f6faa998c6dd556118cf42aea547bb6c3 2,914 1.00/1.00 vMB 67
574,990 574,990 000000000000000000225e52acc38b41f7c1581ec166507e89f068eba8c7c9da 3,014 1.00/1.00 vMB 62
574,989 574,989 00000000000000000007d7c3bc6c68cf73e5a70d8cb0e2626b80cf8a46af2c35 2,831 1.00/1.00 vMB 59
574,988 574,988 0000000000000000000dfd4db34a8f51d6c7eed1d35c05572aedf7b23d8dc8f7 1,672 1.00/1.00 vMB 21
574,987 574,987 00000000000000000028b2cb22c820d822b1fb9d6ea3c40a2dc815a3bbad68d9 2,405 1.00/1.00 vMB 44
574,986 574,986 000000000000000000036016eba45242325355a884c320c6045e14e28da3fba0 2,164 1.00/1.00 vMB 23
574,985 574,985 00000000000000000020bd1418d03f905173cec623c561a79f88ae0bd39215ec 2,547 1.00/1.00 vMB 45
574,984 574,984 0000000000000000001ddedd857436a850d49033b4d6b84aefef460a895350fa 1,870 1.00/1.00 vMB 33
574,983 574,983 0000000000000000001038afd6e583ac20f03f590925d21916823ec796a01eb3 2,457 1.00/1.00 vMB 65
574,982 574,982 0000000000000000000047e9d26a24c9b019aa8d4a423ec3beec120d9cd3dd24 2,755 1.00/1.00 vMB 76
574,981 574,981 0000000000000000002144c99fc7716528d38943011f6dc958ea7fc0dfcb6438 2,904 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.