Loading Tool

Explorer IconExplorer

Memory Pool

78,220 transactions
29.29 vMB
0.07736316 BTC
Random Selection Loading Transactions
Max Size: 179.53/200 MB

Candidate Block

Mining Attempt d8b5d5296164d6fd26f55abe2b16eeea1e32d6d9a0ffcc511cac2aab6cc6c614
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root fe209d765f5312460a8bf6bb6e56814d79f2e4f989e89efcb970d7b6b02f7b90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01315834 BTC
Feerates: 73.20 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (230,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,803 684,803 00000000000000000009aa8fad3312c112f7db8e8cae43ee65a771dbb6f7a9e9 1,990 1.00/1.00 vMB 49
684,802 684,802 0000000000000000000771fb3173c3ea971508bc056ed242310bcd28b3fd064a 2,528 1.00/1.00 vMB 85
684,801 684,801 00000000000000000004d494f18e0309d30bd9aeec5b83f003c941576309b9bd 2,766 1.00/1.00 vMB 126
684,800 684,800 00000000000000000001b56355d22706aace1b45e27d054f12377e01025d8b8e 1,783 1.00/1.00 vMB 28
684,799 684,799 000000000000000000031eb25bb4ceb6b46439570039449c4708131edbe6970b 1,446 1.00/1.00 vMB 26
684,798 684,798 00000000000000000007780fb2d5bf47491cccbb365315d9655a8170b337f494 2,001 1.00/1.00 vMB 33
684,797 684,797 00000000000000000005edeba3ee2b06c6a2cec30f887db3125702e9d1243a04 2,227 1.00/1.00 vMB 28
684,796 684,796 00000000000000000006c8aa9545c5a1e1a0c42a9ce2259ffccfed3763f057a4 2,006 1.00/1.00 vMB 96
684,795 684,795 00000000000000000007a72a82af66d0d790efb82f8271a00c627a25b45ddf8e 2,300 1.00/1.00 vMB 73
684,794 684,794 0000000000000000000387c51b89c3f0b31c33d4b378875ec88ff5cf30b18502 2,619 1.00/1.00 vMB 64
684,793 684,793 00000000000000000004f488070489b9e31b286e3e4f20189697ecff1be20ef0 2,812 1.00/1.00 vMB 111
684,792 684,792 000000000000000000032ff633e5517a378054845b29b16ca513d125a1692ddd 1,855 1.00/1.00 vMB 93
684,791 684,791 0000000000000000000554c652926d2aa47f58d6dd94c60c988042542ab8d3c8 1,071 1.00/1.00 vMB 105
684,790 684,790 00000000000000000004c10ab5306e8a06f9d677a67cd94d32ac093ecc546183 2,617 1.00/1.00 vMB 127
684,789 684,789 0000000000000000000277ade14f71691f07093fedcebd74c2e8b4be37ccb766 2,268 1.00/1.00 vMB 106
684,788 684,788 000000000000000000056ae5f40d780a45a118655e1d341464fb61d4f78d03a1 1,617 1.00/1.00 vMB 112
684,787 684,787 00000000000000000000e88e4c5b27ff12e38e29ceab24fcd0d9b70fb0b192b8 2,374 1.00/1.00 vMB 126
684,786 684,786 0000000000000000000184a09644bd62b2b93ea659364d234f63bb391a261370 2,619 1.00/1.00 vMB 128
684,785 684,785 000000000000000000007020f0b7c89baccf5aca7d02aff1dc2502b35fd14c7d 2,343 1.00/1.00 vMB 147
684,784 684,784 00000000000000000005b3584f35ce5d61e05dfbfbf424caea84467a40deaae5 1,887 1.00/1.00 vMB 54
684,783 684,783 00000000000000000003f7287ad3377ed95ab7f5a22f00fa6c5321a4bd71a499 1,080 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.