Loading Tool

Explorer IconExplorer

Memory Pool

78,550 transactions
28.85 vMB
0.10959963 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt 05e002a74af9984ca7468878762e85098a7dee2ce5da98000547939b0c0fea78
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d45df0a5f6ac64a71d72a3c10cfaf1964b7214766d462e85a9eb321c496b8d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.03893074 BTC
Feerates: 602.26 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (74,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,312 840,312 00000000000000000002997fb0297b67b50b2be201afaad412ef4526892e0035 5,261 1.00/1.00 vMB 161
840,311 840,311 00000000000000000002bd6b53fc978d22e319e4bd49f5649fd1f26201b1b973 3,808 1.00/1.00 vMB 147
840,310 840,310 00000000000000000001ee8961f785b6e47c64ebf3c3aa9abe9d35ca13d88e30 3,623 1.00/1.00 vMB 161
840,309 840,309 00000000000000000002e99bb37c21894a98f01ab8509ebf9b55d81eb4051f63 3,588 1.00/1.00 vMB 262
840,308 840,308 000000000000000000006a3720b6655dece2c427855b4c2d2574e4c88e5ff18f 4,690 1.00/1.00 vMB 283
840,307 840,307 0000000000000000000317fa52cf1a1d81084fbfdbd54b11c9c0b78a5d3dd50f 4,735 1.00/1.00 vMB 105
840,306 840,306 00000000000000000001ced6c0e389899c54e58671ad01367695e8d2afd1ec15 3,029 1.00/1.00 vMB 107
840,305 840,305 000000000000000000021317865bd8dfd4b89956d264a78e98f664c657ba1e4e 3,941 1.00/1.00 vMB 141
840,304 840,304 00000000000000000001c1f6003bc5d5d2d9ab2f7d446264b972979578fad5c5 3,474 1.00/1.00 vMB 231
840,303 840,303 0000000000000000000054c01bb871a3d609bf125f67e172eb486be2c3481e55 3,349 1.00/1.00 vMB 330
840,302 840,302 00000000000000000001345a6f561f0f5a1c5f80138c1eb0016f85ecfb4dbc68 4,294 1.00/1.00 vMB 132
840,301 840,301 00000000000000000001f0e5534b2d38044d6f033b8065029f31c2b8f9b60445 3,106 1.00/1.00 vMB 159
840,300 840,300 00000000000000000001c9ac1b7c258e13cd587a2151c7b65f9753acf6547760 4,529 1.00/1.00 vMB 116
840,299 840,299 00000000000000000001fd89a0bf441a0ba63d5838891c1b6206f88fb4b20649 3,761 1.00/1.00 vMB 155
840,298 840,298 00000000000000000000ddb46a73715e9c18e6ae4278cd820f5f75135ad43eb6 3,792 1.00/1.00 vMB 121
840,297 840,297 00000000000000000000971446f553cf2e16a5ac0011c9cf368cd460b79f2ddc 3,058 1.00/1.00 vMB 73
840,296 840,296 00000000000000000000b3f3f01aa528d2284f88c1dbb6e444585d3bc43c2ea2 3,652 1.00/1.00 vMB 121
840,295 840,295 000000000000000000002b191634b6f49440ec0dac884d6db928485cc5cd243b 4,277 1.00/1.00 vMB 127
840,294 840,294 00000000000000000000ebbb563aba9bd8797f4653d9ee557727b504c61d0900 3,469 1.00/1.00 vMB 156
840,293 840,293 0000000000000000000261674cf8066408778bbcfbfc7b6af5ee67a0bca03829 4,381 1.00/1.00 vMB 130
840,292 840,292 00000000000000000000a6028bb05dd83d8bd41016509eb091276f65191a8651 3,331 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.