Loading Tool

Explorer IconExplorer

Memory Pool

87,412 transactions
32.15 vMB
0.11877526 BTC
Random Selection Loading Transactions
Max Size: 196.49/200 MB

Candidate Block

Mining Attempt 8457294fce7a8051e1aad6637ee519985bfcb56153fd6882b43835c1cb451095
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 2d1b439e82c5cc5565a597e28d0fdc60fd0d8ffddb3af765b711e593803bd70f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,794
Size: 1.00 vMB
Total Fees: 0.03333699 BTC
Feerates: 1,236.26 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (583,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,860 331,860 000000000000000000bc4caa2f61d19cc7e2dbc2387ace0b93a9eb030127d232 616 0.32/1.00 vMB 24
331,859 331,859 000000000000000019388bf5b12b0c100d570cf53d3b309e5b7052833e13440c 613 0.35/1.00 vMB 28
331,858 331,858 0000000000000000119d39eedaf32344347d861d4f5c1ae07afb7c1957497acc 1,094 0.75/1.00 vMB 20
331,857 331,857 0000000000000000127b2f4be39972564c26a0b3cf0325e1da30e39fcbf8ce37 2,343 1.00/1.00 vMB 33
331,856 331,856 00000000000000000a067164f8be05d404ce37974bad1aad4f2c05902e782a28 147 0.07/1.00 vMB 9
331,855 331,855 000000000000000013d88cebf215f5cd6668d2a9c76a78a9972c49c22b8dac32 1,441 0.82/1.00 vMB 26
331,854 331,854 000000000000000018095b67490879b8a3ed7b4990112cb4059fe1a7acbaafb0 314 0.25/1.00 vMB 19
331,853 331,853 00000000000000000d50278f8f570b63b89801174ea54d4fb6db6e16f756253c 717 0.35/1.00 vMB 26
331,852 331,852 000000000000000006e18464e7fe8fca1a05c102851d8ecdb2a2bfed49a2e227 443 0.25/1.00 vMB 23
331,851 331,851 00000000000000000f6a7d57be327db9989181f5e91b0e54f70e1c18e8c3f43b 1,199 0.63/1.00 vMB 26
331,850 331,850 000000000000000005526051a3709b4a9a239aa95c788c04a3a430e0b3e4f548 463 0.33/1.00 vMB 18
331,849 331,849 000000000000000007cd4a471e10692e3b5f6fd7a3e4eb8ae897eb7fdccd216c 256 0.07/1.00 vMB 26
331,848 331,848 000000000000000006537c3c6d1478de776d5b9b532eef9330bf6de1c16f6d0f 21 0.06/1.00 vMB 1
331,847 331,847 0000000000000000125a79bd48f6a32dbef663eafc0f2752491910ce6ff4bccd 207 0.13/1.00 vMB 20
331,846 331,846 00000000000000001978e2bd2ab201aed46ee454693acfda3b7d059ea221e3c7 645 0.37/1.00 vMB 24
331,845 331,845 00000000000000001837844f3b3ea233098a6ed6b26add7bbde92b9d55c8cc2b 389 0.22/1.00 vMB 20
331,844 331,844 00000000000000000f87e24c5529b9253c047d7f0ebb48b5ba0d831b90aee1bd 90 0.10/1.00 vMB 13
331,843 331,843 00000000000000001236de766c0c4e528338759e39f555e698ef9577705b025a 159 0.24/1.00 vMB 12
331,842 331,842 00000000000000000d720dd54f0b8e69a347cdc051b787cfdec5424d22b34c01 1,673 0.75/1.00 vMB 29
331,841 331,841 0000000000000000137352267e0a4da7de16aa952c728ebe8a7df8bf8174b4f7 1,255 0.69/1.00 vMB 25
331,840 331,840 000000000000000013661b5146da080589aab6834708bee25ec488d6dacf7be0 579 0.40/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.