Loading Tool

Explorer IconExplorer

Memory Pool

84,278 transactions
32.65 vMB
0.07969072 BTC
Random Selection Loading Transactions
Max Size: 193.51/200 MB

Candidate Block

Mining Attempt 3b9f3e929b102938dbe38fd2708afa8254b57043cf2b88007b34720dc29775d2
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 8c20aee7326f8c8a2c512151eb202dcf68cdd70ff245ec461dae11fabc6f2ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,777
Size: 1.00 vMB
Total Fees: 0.01493328 BTC
Feerates: 100.53 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (418,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,767 496,767 00000000000000000016cd6df1d25852400bf63a6c071a8eaa111ac8e736d1c7 2,482 1.00/1.00 vMB 197
496,766 496,766 0000000000000000007b1d8173e11d1d819a09169c2f2b20ef47d2727a945992 2,499 1.00/1.00 vMB 182
496,765 496,765 000000000000000000ba7dc461deb9adbe4852fbbdbc020d2a40841e18647a9e 2,584 1.00/1.00 vMB 202
496,764 496,764 0000000000000000009006a8f5b52a42864bedfaaf8851e2b6f5b34b738d6f9b 2,118 1.00/1.00 vMB 154
496,763 496,763 00000000000000000012a2efe70bff678a9ac1d02e5a8063eaa00f11dd1f4656 2,464 1.00/1.00 vMB 150
496,762 496,762 000000000000000000cc42b1971e69754b378a62bca15a804beafc6e50e28ba2 2,310 1.00/1.00 vMB 158
496,761 496,761 0000000000000000008b90d208223c36695d03bb725e320bbe979427fc1f27e3 2,636 1.00/1.00 vMB 206
496,760 496,760 00000000000000000091babafd1946f3c336cad3948daa2e0dd36cf26fc3fb8e 2,690 1.00/1.00 vMB 199
496,759 496,759 0000000000000000006bd4504495acfc1ae32d6fd0b57f864aa9f9385db4a9bb 2,333 1.00/1.00 vMB 202
496,758 496,758 00000000000000000041ff6db80e07bcdf7de1397e66df862fa92c7125bb1a56 2,090 1.00/1.00 vMB 198
496,757 496,757 000000000000000000d0e17e0b171acf6c99971c69b87c7a37b63ff56d911b6f 1,972 1.00/1.00 vMB 176
496,756 496,756 00000000000000000002a8ffa1c154abc551b0c96d31d70a2ad53f770714fc6a 2,881 1.00/1.00 vMB 223
496,755 496,755 0000000000000000008f4b078a23ed89a83b3f36278e59b25989f17090a725e1 2,427 1.00/1.00 vMB 156
496,754 496,754 00000000000000000036e32fb81ba26fe4c99bea57f58682b50cffd96d9dac73 3,048 1.00/1.00 vMB 233
496,753 496,753 000000000000000000253e5f6df510195003a4e53d05444951dcceb13edf7a7f 1,917 1.00/1.00 vMB 133
496,752 496,752 000000000000000000b0a72394db19f4a503252d3c9ec785c1cfa9608f29dcab 2,816 1.00/1.00 vMB 173
496,751 496,751 0000000000000000008257e7479118f783923977a2fb8647ac028757db12af37 2,784 1.00/1.00 vMB 164
496,750 496,750 0000000000000000005932f4c0fc0960b6f0a02437a3917dfe1aef468c0dc8ed 2,790 1.00/1.00 vMB 201
496,749 496,749 0000000000000000001fa68ed07554b514a48c646427119f68f9b483aa88dff3 2,954 1.00/1.00 vMB 192
496,748 496,748 000000000000000000b8383a3460cf91fe12db0afefabaea1ae183348cb7bae8 2,233 1.00/1.00 vMB 264
496,747 496,747 000000000000000000a30196d547eb64f8469cb983e0040cf5ac2243fb57cdf7 2,672 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.