Loading Tool

Explorer IconExplorer

Memory Pool

23,369 transactions
11.05 vMB
0.07253591 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.55/200 MB

Candidate Block

Mining Attempt 0a6ad8b2e8debf3bc54adc0eafe3814bcc66c8ca5e5d569b775b989a0e4d2ad7
Version 20000000
Previous Block 0000000000000000000008b4f9fc51709a9751dd02004dc2c95f216dd0195c59
Merkle Root 27a043c74862cb01822a9d374dcca82d5d00a486a3fcfea86ddc35b3f224364a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 0.99795275 1.00 vMB
Total Fees: 0.05266738 BTC
Feerates: 502.67 > 5.28 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,629 (685,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,421 228,421 00000000000001285979d2707f2640e1843747645110307338a7ab8e2a52fb26 156 0.05/1.00 vMB 13
228,420 228,420 00000000000000d465c461ec7cbdcda760e321991a749531545aa0947fc97021 588 0.27/1.00 vMB 200
228,419 228,419 00000000000000f2c576e517611a8d9f0356f4336599b95eb989227b3e825509 173 0.26/1.00 vMB 54
228,418 228,418 000000000000014f831cea6305381bff38319029a164cfd8a76dc9c7f288c6f8 64 0.04/1.00 vMB 2,079
228,417 228,417 000000000000019b116b8891a1f4d97c8a26de271764804fe59970e2337da313 507 0.21/1.00 vMB 188
228,416 228,416 000000000000019f78efdf686192747198e68b1269f6dc8df6f8a23a844e1178 307 0.09/1.00 vMB 3
228,415 228,415 00000000000001bd827f58b834c9135ecf552d48326d47ffbc71227898730899 214 0.14/1.00 vMB 90
228,414 228,414 000000000000016a53f9ebff659c415c143c3fc05a174bbc30270bfb0df0b56d 686 0.25/1.00 vMB 215
228,413 228,413 000000000000000f3cfcf9c876a87b660102ae44a4f149b79e08108d14bc5c98 463 0.19/1.00 vMB 195
228,412 228,412 000000000000000471f0538e73bb5f8307c6da97e7a6f2eb4def855814fd7914 197 0.14/1.00 vMB 115
228,411 228,411 00000000000002769c2be635f3d08ff27638a28b676df2351029bbad88536fb3 184 0.06/1.00 vMB 121
228,410 228,410 00000000000002405431a195e5ee42377f52c0c16897a0319f02ecbe902e780e 62 0.03/1.00 vMB 32
228,409 228,409 000000000000014964dedbdb7b348d32edace44bcd1e85329ecf9930c2cbb33e 731 0.40/1.00 vMB 145
228,408 228,408 0000000000000168417f8be169d0154021fab6f86ac8c4e835c58b585fbfb0b7 259 0.13/1.00 vMB 135
228,407 228,407 00000000000001f2cd74302b9727408d2dd49d97ce4cfca60fa969e38ea8678e 417 0.37/1.00 vMB 97
228,406 228,406 00000000000001fd41a0468c341204e3b0239acfbe4135ad01f0c8cceee81e87 601 0.25/1.00 vMB 175
228,405 228,405 000000000000013acf802e397e3fad35e0c1c5496394a2981176aed7c81bc34d 316 0.10/1.00 vMB 43
228,404 228,404 000000000000011d4e2504d2bca1ca54f228e14e84914c4ebf35de3f5cc3829f 1,169 0.49/1.00 vMB 184
228,403 228,403 0000000000000249cf17c4a2388c9015412d1ed0f6af8b5873db9ad957269b4c 4 0.00/1.00 vMB 56
228,402 228,402 000000000000022db287774b6f37b30b0bf0423083fc1f9aff1d40a700fe223f 246 0.10/1.00 vMB 117
228,401 228,401 00000000000001c566fb3065889dc1c4f43f070e13841db09258fd7142b843b0 87 0.04/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 779.96 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: 467.72 GB
    • Received: 2.90 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.