Loading Tool

Explorer IconExplorer

Memory Pool

82,223 transactions
31.22 vMB
0.09592618 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt a9f1896c841b7a6af1c6a63f3395a8ee06adb16cf92c6ad040e4fac3a5c4e07f
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root d680b7f76e022e0f66ddc53349007cc6a00adb1d76131647e5ea33e3b1a2ede9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.02831741 BTC
Feerates: 351.58 > 2.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (212,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,602 702,602 000000000000000000064abb14882b58c3e242e6c1b59f00f651dce6bb23f9de 1,299 0.42/1.00 vMB 9
702,601 702,601 00000000000000000003250c9ab5ef843a0de4b25da6ec685a7a830b15440ab7 405 0.40/1.00 vMB 4
702,600 702,600 00000000000000000006c4bcb58739e1b3ea6496bca20a642c2a92f7f276be3d 1,108 0.51/1.00 vMB 9
702,599 702,599 000000000000000000005313a93b02abe453d216e9d91b807b198edb0f9610ec 2,049 0.75/1.00 vMB 9
702,598 702,598 0000000000000000000976cd2fec95bfaf889a7c3d434f9520b30db26f25c3fc 1,784 0.83/1.00 vMB 2
702,597 702,597 0000000000000000000b5c46e8802868827f8bbc0ea20b798fc1fd2dba8117f8 2,043 1.00/1.00 vMB 19
702,596 702,596 0000000000000000000077d49028bbcff98c071faa98f108609f7f212fb3044d 2,035 1.00/1.00 vMB 11
702,595 702,595 00000000000000000003fd86e724125cc0f8caf197add46e058ebb88f889a3d8 2,111 0.77/1.00 vMB 7
702,594 702,594 0000000000000000000d8fc3711e6e21b51b88eb77757cba11ffe683e06909f6 2,492 1.00/1.00 vMB 8
702,593 702,593 0000000000000000000af860952d1b852e1c56ae094b9b64d6d06bc27a9a102c 3,159 1.00/1.00 vMB 17
702,592 702,592 00000000000000000000118d79772e2bfd68d0f2753e115c106f73283c7a479d 2,648 1.00/1.00 vMB 13
702,591 702,591 000000000000000000028db61f850a00b837c1a050a2ee0520986edae05c75a8 2,207 1.00/1.00 vMB 6
702,590 702,590 00000000000000000006643ea70a5ea1e7099d1345b2e2cd5324f37f40d5b442 1,202 1.00/1.00 vMB 6
702,589 702,589 00000000000000000003547d4b7e9de762925cd9893cc9267e3aef7120e29c9f 2,842 1.00/1.00 vMB 15
702,588 702,588 000000000000000000062eea5c98128fe4fa9585f1bfc8e57aedc11870c08679 1,200 1.00/1.00 vMB 9
702,587 702,587 0000000000000000000bf0b6bb3e007c2ffdfafa07dfab0617fa9c105628115b 2,348 1.00/1.00 vMB 3
702,586 702,586 0000000000000000000847240a07cbe2a62ad9666befba0af2933d62c07c90a5 3,070 1.00/1.00 vMB 3
702,585 702,585 0000000000000000000c59297b7380df041bb93fd294adef6ba5b393e6b18d71 2,671 1.00/1.00 vMB 19
702,584 702,584 00000000000000000007641e5390a44bbd8890f334c9cc387b47ea88635f06bb 2,592 1.00/1.00 vMB 11
702,583 702,583 0000000000000000000c3030e650eae5c81fa8c5de410795ca297047c29c0c66 2,521 1.00/1.00 vMB 17
702,582 702,582 00000000000000000004782e86c025356f6e9d95c198b4611f061e3a1d56035d 2,896 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.66 GB
    • Received: 16.75 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.