Loading Tool

Explorer IconExplorer

Memory Pool

75,304 transactions
28.86 vMB
0.09527485 BTC
Random Selection Loading Transactions
Max Size: 170.67/200 MB

Candidate Block

Mining Attempt 74abc4c605c6dd96ffa87c4e01bd7c9f5031586578a1dfb222bb46fbbb0635ca
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f5dd27c40496f5e6b5ed80af773c0a93261659f6fa65c4e811dc612d26705b2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.03573761 BTC
Feerates: 201.37 > 3.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (567,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
347,849 347,849 000000000000000013239cc05b9f62a3702b0f63e59c785df03e3ba729b1a655 942 0.58/1.00 vMB 21
347,848 347,848 0000000000000000144225cd36660f8d7da30ea5915f23557cfd0f1ee5f33d2b 387 0.50/1.00 vMB 15
347,847 347,847 000000000000000008460c4e1842243d11991b3f99c6aad903c03dd90dafd076 1 0.00/1.00 vMB 0
347,846 347,846 000000000000000012d3fa88b1160266b3ce87957e9df7dcd864c15fd2cb4e12 1,931 0.75/1.00 vMB 32
347,845 347,845 000000000000000009ba1866bdea1cd819c00ac7eac5f121d3ac2c9d0d7e3c79 419 0.20/1.00 vMB 23
347,844 347,844 0000000000000000118b28d97e91f9aff61c187af63968bc01b9a67abcc2e023 666 0.37/1.00 vMB 23
347,843 347,843 0000000000000000095546bec5723fd3fffebc9b5ab9aa706aa29aa68fa252a5 249 0.24/1.00 vMB 14
347,842 347,842 0000000000000000137d2d6abaa356fc88f6f640a4ffb5a5aa4402b5d1d7a1f4 1,234 0.74/1.00 vMB 21
347,841 347,841 0000000000000000044a63ae5fb2c1da01158d31e5741efca9f09726f64376ec 1,260 0.75/1.00 vMB 25
347,840 347,840 00000000000000000108f725ffc197ba780ca88dd908465bdd1ec16ad0356548 884 0.57/1.00 vMB 20
347,839 347,839 00000000000000001411f8ace9cf18420811d0ae10f3b5becdbd827475ff666b 175 0.11/1.00 vMB 20
347,838 347,838 00000000000000000d17f194a91c9e9ec92087ff87a5eef0156d91ddd1bbedff 269 0.14/1.00 vMB 19
347,837 347,837 0000000000000000023f46b74ffa6fc4e47c502e101f5c306f89d60f8475e19d 541 0.60/1.00 vMB 13
347,836 347,836 000000000000000009502f9de53e28606e228a628fc3cbc6e560865dae352640 813 0.50/1.00 vMB 24
347,835 347,835 00000000000000000791ce6a00341a813762592e20b5281e4962e45136524c3d 429 0.28/1.00 vMB 24
347,834 347,834 0000000000000000116c83fbb541edc996c0909a9f7683a86d1fe8d9ac05902c 214 0.14/1.00 vMB 16
347,833 347,833 0000000000000000028370a8a6d61f60f75d0eb1c565113d9f6ac3dc2d92d318 924 0.55/1.00 vMB 21
347,832 347,832 00000000000000000ed921a4b65586a7335db69e3c486213436d98fb2d0ac118 1,228 0.75/1.00 vMB 21
347,831 347,831 000000000000000014d56ca7725d51adb0cc8b7f1aef87133d58d0bcd064abc6 512 0.15/1.00 vMB 51
347,830 347,830 00000000000000000dcc8facb078b09d14041db1b8985c427612da61bfb2890e 1,221 0.75/1.00 vMB 20
347,829 347,829 0000000000000000078b608f609a9ba07f64d5acd201d9c8b43fcede93119f2b 1,019 0.70/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.46 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: 667.90 GB
    • Received: 15.31 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.