Loading Tool

Explorer IconExplorer

Memory Pool

84,344 transactions
22.84 vMB
0.07172506 BTC
Random Selection Loading Transactions
Max Size: 152.74/200 MB

Candidate Block

Mining Attempt 12364be1ed0362d27d62fb1ce328c37106125c34e544923cc05d2c0bde094af9
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root fd7b3cd016f87a34fafdbc129269d89a0821dd77cc6cbae3c328106675dd8f48
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.01887468 BTC
Feerates: 547.95 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (911,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,063 5,063 0000000096c0d938872c42fbfcb01d44f76535701e4c354d5c3f7345b004e3f6 1 0.00/1.00 vMB 0
5,062 5,062 0000000098e574e8c06d4c1748cb547be98c6b725e642efab628f8b0601a7017 1 0.00/1.00 vMB 0
5,061 5,061 00000000392b1048b2297c6fcf31d2f0e1cdb3794a64594a136a2019a668be2d 1 0.00/1.00 vMB 0
5,060 5,060 000000007abf4c8c2a728e434a329be762197f8b4ee3b6032de990d9e98786c0 1 0.00/1.00 vMB 0
5,059 5,059 0000000004fdca0b00bdc8845d9bddfe8086a916cc1968e9b5728299e623bfba 1 0.00/1.00 vMB 0
5,058 5,058 00000000b3a1512e402bcfa350c42147e08aa8d6450699015bbd69e76f99a8ae 1 0.00/1.00 vMB 0
5,057 5,057 00000000fe93604e9dd2edd781e444655366e3cb7ddc64ce5fef2b26ffa96cc6 1 0.00/1.00 vMB 0
5,056 5,056 000000004e662fff04b3ce1c3674050ebd8d26b8578e2bca1cdccc83643eaea2 1 0.00/1.00 vMB 0
5,055 5,055 00000000292db442edb4c46e17ad0186342484220b51d0d21b58b2991001f83f 1 0.00/1.00 vMB 0
5,054 5,054 000000003c44a7c633f9002885a277e35a397c792487e3954d634133ad070e4d 1 0.00/1.00 vMB 0
5,053 5,053 0000000058396950e7ca643635a5ffa98f37a3548b1a3ad0db1f7864e3221649 1 0.00/1.00 vMB 0
5,052 5,052 00000000f39724ade9277650c4784b2a563922654db2145bbab9476bddb6c6ae 1 0.00/1.00 vMB 0
5,051 5,051 00000000a2b0baa09090095aafdd991d2832477ddff157ee48108234fb3f0d52 1 0.00/1.00 vMB 0
5,050 5,050 00000000059b30fe09e885a6c7364f26d7549fc050fc2326de899e77819a1c25 1 0.00/1.00 vMB 0
5,049 5,049 00000000cee5f1ed8a5cfe0fbc2a938443a9c0a45ab8fa2e2db056d776a9e37c 1 0.00/1.00 vMB 0
5,048 5,048 000000009e8637cca72b76a2483107c59edf293ede8b0f7d01bbd293ad10cab6 1 0.00/1.00 vMB 0
5,047 5,047 00000000bb36847fdbe8d6afe7e91db9f756352585e19ca2a916228ded217e89 1 0.00/1.00 vMB 0
5,046 5,046 000000005265d22a7f5676ec1fd450cd10085497482439630530abec39c5d2d6 1 0.00/1.00 vMB 0
5,045 5,045 0000000052005eff5d4cd698f9f898ad1908395bbb9221f053ea24a4431eb284 1 0.00/1.00 vMB 0
5,044 5,044 0000000023e8ab4c828f2d50fa18ab8e859bbd701a98ce4707f0de56a51ffc7d 1 0.00/1.00 vMB 0
5,043 5,043 00000000a7083ac59b43735681230174ba46d90500a87687ca4b06c323118dd8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 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: 818.87 GB
    • Received: 24.59 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.