Loading Tool

Explorer IconExplorer

Memory Pool

83,396 transactions
31.00 vMB
0.13790814 BTC
Random Selection Loading Transactions
Max Size: 187.02/200 MB

Candidate Block

Mining Attempt f366a4f6b36ac69c01ef60ffa64f7c9fe407b54e3ae195b88680536e2256b515
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 5acedd5dffd9d75c09b3e1833c5285778ba0c1f53b9db498ed1451c61e68a5ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.06998953 BTC
Feerates: 366.60 > 7.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (283,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,738 631,738 00000000000000000011997c41c78d7971a1be6eeb415fdfdd3394dc2dcb4e8c 2,364 1.00/1.00 vMB 94
631,737 631,737 00000000000000000005bc95eee04d0c83ad0d09323bd14cf6338c35018276de 664 1.00/1.00 vMB 16
631,736 631,736 0000000000000000000efb0f49863d1e87adf9c0a67f0c06e6d27bd3103db36d 585 1.00/1.00 vMB 11
631,735 631,735 00000000000000000004f4a6116f892e75895b9c7283694d82748174cc5952e3 2,662 1.00/1.00 vMB 23
631,734 631,734 000000000000000000000a1811a77383d90d1cc1eda3394c8efdbd1e98826ba4 3,021 1.00/1.00 vMB 123
631,733 631,733 0000000000000000000d68ce66ffadac9476da45d482f595e9b4206ef5e048e7 410 1.00/1.00 vMB 16
631,732 631,732 0000000000000000000df11597c137d44b3f639032f3511cccd1149d95dba597 439 1.00/1.00 vMB 13
631,731 631,731 0000000000000000000bf4a3cabd272923e7fa01f43ec74f03f07ac8d9c05bea 1,065 1.00/1.00 vMB 35
631,730 631,730 00000000000000000007d5c834c40fb08ad353729c89458f7b77e4367e5b4a9a 683 1.00/1.00 vMB 19
631,729 631,729 00000000000000000005cb42d6b3b733739546679722c96428aa4d6b90665133 1,578 1.00/1.00 vMB 34
631,728 631,728 0000000000000000000127a2db03e9acafae2bbce3ab66e899bdc3649ba51a4c 2,339 1.00/1.00 vMB 53
631,727 631,727 00000000000000000003e39be08213d1df731c85db968bd5bd6f74eb0505a36f 2,602 1.00/1.00 vMB 32
631,726 631,726 0000000000000000000bca14672fb4c02ab44dc34d4364cc5c8b1b720e3fe765 2,337 1.00/1.00 vMB 64
631,725 631,725 0000000000000000000954b97f42e5c77e51834b9e369baf5540a09f9e357789 2,842 1.00/1.00 vMB 22
631,724 631,724 0000000000000000000a32d1e9905637c1b8d6e3faad23597ef39f85b6768b3c 2,130 1.00/1.00 vMB 13
631,723 631,723 000000000000000000124481cfc43a59fcc659d9964001f355b5b629ab6d05ff 2,475 1.00/1.00 vMB 87
631,722 631,722 0000000000000000000956596d4259886b5224c6c405799e92c12fdedf3f5563 2,350 1.00/1.00 vMB 21
631,721 631,721 0000000000000000000f1855f25beecfe372a25f202638e068e86f0b84dcbee8 3,153 1.00/1.00 vMB 51
631,720 631,720 000000000000000000082d0f74b2246fad033ba974477224a0d9924a41f13b00 3,067 1.00/1.00 vMB 135
631,719 631,719 0000000000000000000578828816b3d4ae869418f15f92f604432aa9f5e81abf 2,442 1.00/1.00 vMB 54
631,718 631,718 0000000000000000000063112aa04e7f3b943486d0714d0a9858c7498e52aa07 3,123 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.