Loading Tool

Explorer IconExplorer

Memory Pool

83,254 transactions
30.70 vMB
0.14492203 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt ea6a9526e58e87da2e3ff1b944488cbcc5450a1424c8b8c274e43e04499a46fe
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root f124ee7a2c564fbe0efb08bc5f7bdedaaf07cea401d5a4f149bdf7c12e558251
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.07988188 BTC
Feerates: 150.77 > 8.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (220,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,888 694,888 000000000000000000037f47cd0b33193c8cc07e7a72f897ced7faa66015f9a0 2,116 1.00/1.00 vMB 17
694,887 694,887 0000000000000000000a4a36743497883adf43e761d81cc94226facfc7bee382 475 0.18/1.00 vMB 15
694,886 694,886 0000000000000000000844ea132bdaa3f65b3c1d4f3a8d8a06fbc53cfc6516c2 68 0.02/1.00 vMB 37
694,885 694,885 0000000000000000000dff21c52989d2b4c5c7fc486ef86b8bd9deeefb0245bf 2,361 0.94/1.00 vMB 3
694,884 694,884 0000000000000000000d5b22cb51baf27358a29f5ff00fbe52be5edbbc3b8753 2,479 1.00/1.00 vMB 22
694,883 694,883 00000000000000000011834aa806cd545d7b166d3b46174e2b82dfbd9da2a766 193 0.07/1.00 vMB 8
694,882 694,882 0000000000000000000c1298631f515f1e5f4c7a7e312e2a07d9b3c4d745c675 1,375 0.49/1.00 vMB 13
694,881 694,881 000000000000000000125a4d078fffef566e20834a7068211d997d1d5171d3be 1,260 0.57/1.00 vMB 9
694,880 694,880 0000000000000000000247ee56e3ef865bcfe1b6a39bd3bbb416df29eca20965 182 0.06/1.00 vMB 14
694,879 694,879 00000000000000000007e1d13a2de845a147977c8a91b2a957725d6b1b12674e 210 0.11/1.00 vMB 8
694,878 694,878 0000000000000000000890b597f9f6307758fc7acd7db9c77754efaf3c44fecd 1,533 0.52/1.00 vMB 8
694,877 694,877 00000000000000000010e72adbdf45d9e377b1fcd86796b2d005d8379da6343c 2,555 1.00/1.00 vMB 16
694,876 694,876 00000000000000000001c35ba10dabccdb8d36789429e0d69d214f068c7ec93a 452 0.12/1.00 vMB 11
694,875 694,875 0000000000000000000350b766f1bb0482194dd5e947aec12aac483b1154a313 353 0.40/1.00 vMB 4
694,874 694,874 0000000000000000001349ab2b110b62e6179d5a9732d58cebf41564574d44e7 2,170 1.00/1.00 vMB 9
694,873 694,873 0000000000000000001043977f724c7fdd2a7d3e58dcc1dfdfda2edeb4cc9d79 498 0.17/1.00 vMB 10
694,872 694,872 0000000000000000000ecf485f60935ec31864d760bace5b9851caabc23857a0 364 0.17/1.00 vMB 10
694,871 694,871 000000000000000000066d585861f8f53ba5df755c3428c7d964db8c3fa0b54d 1,399 0.51/1.00 vMB 12
694,870 694,870 0000000000000000000cc937bf66e8c01f36439e84dee48069b9c07264223a7d 402 0.12/1.00 vMB 11
694,869 694,869 0000000000000000000dcd6e2a0e6ee80d9c6631256dbb79e5773fc91b368677 1,419 0.50/1.00 vMB 12
694,868 694,868 000000000000000000036003a056432735195a4086ff45743bbc95ec8bb799ad 1,467 0.55/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.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.