Loading Tool

Explorer IconExplorer

Memory Pool

77,989 transactions
29.10 vMB
0.08672236 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 0ee35cba7cabcaabff32555c230d801f09afd677a9c33d0ed18f893628131d2c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b4e0e7e1ba960cf43b6a22200a93ead4c1dab3e7168dfb9be0992bf990afd36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02206016 BTC
Feerates: 81.07 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (161,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,296 753,296 000000000000000000066c0c2838c858a805d6e7286ab6b9f8005e3b38606986 658 0.42/1.00 vMB 16
753,295 753,295 000000000000000000015f11325b96fc9a699f467f066caf67805ec07d886f97 783 0.38/1.00 vMB 10
753,294 753,294 0000000000000000000588f096ebebbb6c3a569083a259ca0da849c29ff45afc 2,204 0.96/1.00 vMB 13
753,293 753,293 00000000000000000008ae6b0a727c94eeb2667ab555e791a8552effd5b26920 2,491 0.92/1.00 vMB 14
753,292 753,292 000000000000000000065fd45183234e23b63782abaf68970e72200597b14fea 755 0.24/1.00 vMB 13
753,291 753,291 00000000000000000007286ceee8ebb37d08859978e6a0d6ada0c1d68cc1dd67 2,329 0.88/1.00 vMB 12
753,290 753,290 00000000000000000005c2f6f25eddedc6c78cdb0a59f2eaa8fa9656d35c3de4 1,694 0.55/1.00 vMB 12
753,289 753,289 00000000000000000001b17ac6d4eafe4d05a77c58429d53f131fe97e2798f97 3,087 1.00/1.00 vMB 13
753,288 753,288 00000000000000000004a067775752a367d1ddbcd317f69b2aea8d2d6d7c3c45 1,206 0.66/1.00 vMB 8
753,287 753,287 00000000000000000004e825ee51026d4bfaac0c601d8c62732e95e2957deb36 752 0.63/1.00 vMB 7
753,286 753,286 0000000000000000000680b5fd3c90f149710e655cb1a05e3e2f1b8b5c3cadaf 1,307 1.00/1.00 vMB 14
753,285 753,285 000000000000000000040f72050d7c652b019431f2991554bc36f3c7581ef1b9 616 1.00/1.00 vMB 14
753,284 753,284 0000000000000000000718986ed352dd3a6f2b2059c28144bc28e6abf2d08958 367 0.11/1.00 vMB 11
753,283 753,283 000000000000000000042a7fde575341ea20d0efe4737051f3a8cb4e6c738fdb 2,124 0.89/1.00 vMB 5
753,282 753,282 00000000000000000005955c5cad382c88e34fb762c2ed286c61166c0d32951c 1,816 1.00/1.00 vMB 12
753,281 753,281 000000000000000000059ed0c99f7770e7f1d57698a81e1aa6e9603caed13ba3 3,219 1.00/1.00 vMB 25
753,280 753,280 00000000000000000001ae63518d176bc540129c12f0f2375f4967a8e616aba7 737 1.00/1.00 vMB 3
753,279 753,279 00000000000000000000cbea9a4d229204a3e485d52aa1d69938cd5690e7801f 1,617 1.00/1.00 vMB 9
753,278 753,278 00000000000000000003ec977ba92e4fa13aab074678dd14762d7fa3e61e68ac 2,178 1.00/1.00 vMB 18
753,277 753,277 00000000000000000003fcdf51b6d9bb791dc60eae33e511ea7262a4c5fc892a 1,737 1.00/1.00 vMB 5
753,276 753,276 00000000000000000006d0438d58150b4cee7070c765e68887de54faa4b17022 1,547 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.