Loading Tool

Explorer IconExplorer

Memory Pool

78,813 transactions
34.47 vMB
0.17230714 BTC
Random Selection Loading Transactions
Max Size: 192.29/200 MB

Candidate Block

Mining Attempt d6ee3f7b37c9dc3c4001b5d9b54448faf90a45a5ab6589429decb1c9ecf27500
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root e56203f46d6779e00d808ac231298f76712e8c168cf06441a4883bd9c726aec7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,603
Size: 1.00 vMB
Total Fees: 0.04740798 BTC
Feerates: 469.97 > 4.75 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (426,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,048 489,048 000000000000000000c50a2b6c6d63a45515ed02ede7b79706d80982fa1a1269 1,262 1.00/1.00 vMB 35
489,047 489,047 000000000000000000afd7403a56316b7cd43cf97329aea9c7c0c4233df8a838 2,034 0.99/1.00 vMB 6
489,046 489,046 000000000000000000d090b419a76335dbe7d21b4bf579656cb07b9c7cf1dd65 2,397 1.00/1.00 vMB 29
489,045 489,045 000000000000000000b6f63b52dfcf60e108435ce0651b7368daf482f6f3d09c 1,716 1.00/1.00 vMB 6
489,044 489,044 000000000000000000741f7a5f5961e589c2750264cc7d44c35b9f598c5d5e0d 2,561 1.00/1.00 vMB 17
489,043 489,043 00000000000000000074bb548c928de486c84e258afd2ac31948db5f5ba8b281 2,167 1.00/1.00 vMB 62
489,042 489,042 000000000000000000f154ae6e970e49262fdbe365f9602a7549283a3ce9b18c 2,632 0.98/1.00 vMB 153
489,041 489,041 0000000000000000000ee17f0eb04195905322efa1a26bd8412f33dc07c52b37 2,649 1.00/1.00 vMB 181
489,040 489,040 000000000000000000d49580f42b24a30ca8435566fb218e8437f3206360b916 2,041 1.00/1.00 vMB 56
489,039 489,039 000000000000000000c013df9df666bd54ce8f89f342f5c261e4fe0303c9a165 2,490 1.00/1.00 vMB 173
489,038 489,038 000000000000000000634c762d0b7135ae9e29b314dfd7914fda739b3d586c15 1,463 0.65/1.00 vMB 115
489,037 489,037 000000000000000000a85298cebcaa5161d32d27bb324c12cbcbcd1682ceb4c3 1 0.00/1.00 vMB 0
489,036 489,036 0000000000000000003a2cdbecb298fb23a02e780e98b233fc445529d7bb1266 2,439 1.00/1.00 vMB 8
489,035 489,035 0000000000000000008ec31f581d1760eb980dfd4f5751e04e29638840d5906e 2,216 1.00/1.00 vMB 37
489,034 489,034 000000000000000000b7df3ee61894c872f448e95a73b1b01e4fe48b31f6ce9c 2,250 1.00/1.00 vMB 117
489,033 489,033 000000000000000000b9edb04c235bd1f350635223402b35e6b0bc3bf2eab5bd 2,317 0.98/1.00 vMB 127
489,032 489,032 0000000000000000002686851096d1371233825c43ca9dcdb08d41da8cee1183 2,574 0.98/1.00 vMB 142
489,031 489,031 0000000000000000006ec29daedc1ba764bff37c98d358ec52698856087d8bae 2,199 0.98/1.00 vMB 119
489,030 489,030 0000000000000000004c745673d5f839dfe997de374be81deb8f44c66d6ef170 2,482 1.00/1.00 vMB 28
489,029 489,029 000000000000000000062b9ee9c56d000d53e3622f149c9f32272dc5ae5a97f1 2,207 1.00/1.00 vMB 79
489,028 489,028 00000000000000000080a220a3b53484906821d5a267028c9df80fa6d33f4fc4 1,639 0.95/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.11 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: 735.51 GB
    • Received: 18.57 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.