Loading Tool

Explorer IconExplorer

Memory Pool

80,497 transactions
29.92 vMB
0.09831823 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt 17178214eeebb7d821609cc925dccbe2db2861326a6259e3c10fcee8a6077579
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 6e1b6978996e412c73c7930270ca28e09b13faf9d93c9a6ced4c87778fd14aea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,756
Size: 1.00 vMB
Total Fees: 0.03167799 BTC
Feerates: 100.25 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (650,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,995 264,995 0000000000000009bab1c7ae496a420bbb2f56398f59c63ebe1e0d1cb98ddd3d 85 0.03/1.00 vMB 193
264,994 264,994 000000000000000b72bf10fee2d698ad9cbbacfc6d9df34ca31e5b314e6b9ccb 295 0.13/1.00 vMB 98
264,993 264,993 000000000000000354ead51dd4dcb94d848050aa85089afda957f9290d357d43 128 0.06/1.00 vMB 113
264,992 264,992 000000000000000ea4c6c8152d64ac01ae4218f09390e01b3f46d8ffbd723375 689 0.33/1.00 vMB 125
264,991 264,991 000000000000000fa4ebc46c4676e63628b3b72d5e591df37b68c409b52227c0 243 0.10/1.00 vMB 82
264,990 264,990 0000000000000001ae51e8b85305e60100bb3fc3b0f1fa05d35745c3fed68191 99 0.09/1.00 vMB 7
264,989 264,989 000000000000000f56af6fd40ebe804911297ddd967a1b6faa2e8dd861518f4e 592 0.29/1.00 vMB 107
264,988 264,988 0000000000000003b55d108e83ec1ae098a362ba2da6f35d23ef2b8cb6e9e478 263 0.14/1.00 vMB 46
264,987 264,987 000000000000000b3974a7ca24c2fa0e5a7663f09cbdcda10fc490a971e5ed85 598 0.25/1.00 vMB 80
264,986 264,986 000000000000000e6e1ca0f4ba3b9754e2ceee2e0ba6a04a84d77cdeb2dee319 670 0.25/1.00 vMB 233
264,985 264,985 000000000000000d62c5e38e16101868e0cc745ffaa03f3bc9c4092a85319322 377 0.17/1.00 vMB 123
264,984 264,984 000000000000000d2d9e3371c5decff3684f7b8d8cb9d2d5da6a1008bc7d2508 461 0.23/1.00 vMB 98
264,983 264,983 00000000000000048a42ad56c3fbd563f4af441b1bec1e53ebbb3ba8981620ae 328 0.15/1.00 vMB 104
264,982 264,982 000000000000000407ddebbcc517b492ae6be78d28405f283906e5c12608ed3a 401 0.20/1.00 vMB 124
264,981 264,981 000000000000000af28fa65bde89cb5c536eb86b4b298c48b2dab30f7fda94d1 64 0.14/1.00 vMB 16
264,980 264,980 0000000000000005603b5493e5fc50038854847696abae1b0c9b6838ae89cd94 44 0.02/1.00 vMB 71
264,979 264,979 0000000000000009dea0f245aab15f7aa5cccbc21b6bf137402c54a649355cfa 109 0.06/1.00 vMB 65
264,978 264,978 000000000000000358d1f60255e1d610c22506a38f88c4053bc4470c65a09b3f 478 0.24/1.00 vMB 119
264,977 264,977 000000000000000c3feb5f579a33661f8622c53993d003b7cf36dd48611a7210 93 0.15/1.00 vMB 25
264,976 264,976 0000000000000009793e69a207450f0c88758aca4b83d9c26708f3e01dae140d 345 0.17/1.00 vMB 134
264,975 264,975 0000000000000001f8ecb453f8d13f3ee780d7eb95e6d9877b5a8e90f125a809 160 0.08/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.