Loading Tool

Explorer IconExplorer

Memory Pool

47,550 transactions
27.63 vMB
0.05649853 BTC
Random Selection Loading Transactions
Max Size: 147.63/200 MB

Candidate Block

Mining Attempt 84172f4ebc7376475dfa97c7a69cf4a321d443e9161a5462725d1e917d3182f8
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 9ec972054ba25e0aba80cee23de28f92710d8e6ec5e706f6dca4096ffd05e2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.00461524 BTC
Feerates: 100.00 > 0.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (438,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,390 476,390 0000000000000000002abafe63102d41aac94ce71b869f95fd1071144f3f4143 2,650 1.00/1.00 vMB 232
476,389 476,389 0000000000000000008cde229bd4b8c1964c7b5c062a7cf7b1b0282895cbddd8 2,261 1.00/1.00 vMB 205
476,388 476,388 00000000000000000135996678d5d5cb3cf9b800b659fe541c9a7448a9d67392 1,667 1.00/1.00 vMB 159
476,387 476,387 0000000000000000007afc2552597422ca22a0db1531ace5670b5051bf50cd53 1,912 0.93/1.00 vMB 209
476,386 476,386 000000000000000000f88d6df2c0af315fa4fde82d4bfcc20ce0ca99895a6b61 1,132 1.00/1.00 vMB 116
476,385 476,385 000000000000000000c5034dbac4ce088cb03f1ab3e82a7ca70ec9f0904313f9 1,048 1.00/1.00 vMB 134
476,384 476,384 0000000000000000012c0d6ddf59dcb12fb745e3329954b507c47b290b80896d 1,598 1.00/1.00 vMB 171
476,383 476,383 0000000000000000001c9148871cedc25b330a52beebbccb503e276798a9118c 1,860 1.00/1.00 vMB 196
476,382 476,382 00000000000000000012ff96ffd5a4b0408cfc4c2c11d1822d1435203d0cb13e 1,460 1.00/1.00 vMB 162
476,381 476,381 0000000000000000008b3db00db0e25419229019ec1317f50747cd72935f9552 2,088 1.00/1.00 vMB 234
476,380 476,380 000000000000000000dbdb2bfb362e0a442634fd462b42280db689f5cff226b1 1,820 1.00/1.00 vMB 174
476,379 476,379 00000000000000000012d3c13de91c088f84d42b7ad5ff86e32f1d0609fb1689 2,574 1.00/1.00 vMB 243
476,378 476,378 0000000000000000003b2a27d6ec46ca572cd7ae8f403a2c148cb22b6b769265 1,504 1.00/1.00 vMB 168
476,377 476,377 0000000000000000001f103ae70aee039baeb7d00103708cf0960176a25757cf 1,841 1.00/1.00 vMB 268
476,376 476,376 0000000000000000005d46a1cdd225221e91f86d2c0ad948295f3e29417a50a6 1,377 1.00/1.00 vMB 149
476,375 476,375 000000000000000000896afbb72e4e03c170d9231fddf2d7000857e704c070f5 964 1.00/1.00 vMB 89
476,374 476,374 0000000000000000015c608b3d288fe79743c6d3e00741bf7dd764a72431f49d 816 1.00/1.00 vMB 72
476,373 476,373 00000000000000000115507e4673dbea4028b9dd7c2d3050c930077842d0a81f 2,082 1.00/1.00 vMB 28
476,372 476,372 00000000000000000107c3f8112786c3896bdbd074cdce314440e4878ba2c2fc 1,326 1.00/1.00 vMB 105
476,371 476,371 0000000000000000004ddd453c7a9aa59b2f1c04324fa1b844e90eaf71e6710e 1,455 1.00/1.00 vMB 229
476,370 476,370 000000000000000000854851639effb53852305a4e15dc573448f3d9487ee79a 2,317 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.02 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: 649.98 GB
    • Received: 13.24 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.