Loading Tool

Explorer IconExplorer

Memory Pool

51,231 transactions
30.51 vMB
0.09899055 BTC
Random Selection Loading Transactions
Max Size: 163.72/200 MB

Candidate Block

Mining Attempt b55187d30064a6b8835b74a07d93c620eeaa3abd51a9dc99ba1ba359a0bab62d
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 9ee722f9008f3b174d45d328df59f7f9c542301b8ab01c1f23af98174b02f9c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.02623572 BTC
Feerates: 202.16 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (225,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,567 689,567 00000000000000000003f0f9ebfcef6690220fd71002e257b7e165d144ad7a74 659 1.00/1.00 vMB 20
689,566 689,566 000000000000000000089245ad07d336110fd4ec3f7e660fbb2bc6b05ed9ae47 345 1.00/1.00 vMB 6
689,565 689,565 0000000000000000000c1c7240e4bd3da8e477226537f345dc0bc89bc652917b 1,587 1.00/1.00 vMB 23
689,564 689,564 00000000000000000013515146b5ea4f7039c652319a24f074e855fcf073fe21 1,963 1.00/1.00 vMB 47
689,563 689,563 0000000000000000000ffb925195a547029d964684a0d876c55a105cb5d24e9d 474 1.00/1.00 vMB 12
689,562 689,562 00000000000000000007a78d2d18b251ff537e274a3a59ba27db31899954ad02 780 1.00/1.00 vMB 12
689,561 689,561 000000000000000000020199dc050786f4c5deb9777bdc2afd2f66e3d62acd64 1,063 1.00/1.00 vMB 16
689,560 689,560 0000000000000000000142968c2a28fe3f924438fc005806a869983f58ad60f3 2,164 1.00/1.00 vMB 60
689,559 689,559 0000000000000000000f7f3dc356dd0efab8d0f2d22e01b01c246a5cf3c68d9e 1,551 1.00/1.00 vMB 24
689,558 689,558 000000000000000000097938cf3837f42a64f12c33079e578590488a918b05c7 868 1.00/1.00 vMB 58
689,557 689,557 00000000000000000005680e62c01285997d48b92d1b16f2ff5790f6722e97d9 1,064 1.00/1.00 vMB 3
689,556 689,556 0000000000000000001075e57d85ba1c660e16722449e743372de9675fcbedb1 2,472 1.00/1.00 vMB 16
689,555 689,555 0000000000000000000cc6bfaa00b2f6ef9104efb433af7a2b019f40e3a9e390 856 1.00/1.00 vMB 13
689,554 689,554 0000000000000000000b28a63c67e76ed61823967db92d2802d14dc1e1f8600a 579 1.00/1.00 vMB 14
689,553 689,553 0000000000000000000e32c9831ef10aaa0ed873cd9b440a24f153675380afe8 775 1.00/1.00 vMB 7
689,552 689,552 00000000000000000006b1b9e67ffb1f4125f297bb16ac7b47745aacd101744f 1,952 1.00/1.00 vMB 37
689,551 689,551 0000000000000000000a6c1eeea99586f5df46ffd441d66b1fbf5f2b1cbc8580 2,067 1.00/1.00 vMB 56
689,550 689,550 00000000000000000006e959f46801a5c83c5ee14a073ecd4f4f8fed8acfd7e9 1,659 1.00/1.00 vMB 48
689,549 689,549 0000000000000000000ea3a8763a86a79baf949f1addf1825adfeb782a629af6 1,535 1.00/1.00 vMB 29
689,548 689,548 000000000000000000120d80b1689027e00cc3f420fcc0b767794d576d9b6bb7 1,242 1.00/1.00 vMB 18
689,547 689,547 000000000000000000062b9bee739b579dccd3bac0254228d08c969ec7c169b9 1,515 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.