Loading Tool

Explorer IconExplorer

Memory Pool

45,112 transactions
28.61 vMB
0.09524500 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt b6415b4936c6d4d35940d5349d984c05cc0358abbf08a67595f5f321afa4644a
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root ea4c7d95eb30d80aaa01bbc4adab97ea568889d0a3a75458cb7309a23c506aaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,583
Size: 1.00 vMB
Total Fees: 0.03936121 BTC
Feerates: 101.65 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (840,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,390 73,390 0000000000917427b35e73a8d032c30d7b6433f6f1906e25cca4c2d0fc01e7d9 2 0.00/1.00 vMB 0
73,389 73,389 000000000006cc75cfe2cda2a4c017916c5579755941c9c4677da37292a5726a 1 0.00/1.00 vMB 0
73,388 73,388 0000000000243dfd8779c3fab5d40b3816bdc748a50526fb6b4901c0f9a2ff03 2 0.00/1.00 vMB 0
73,387 73,387 00000000007a9221ace2acb8cef0705679678a2f7ae33a432a486bf636a3df24 2 0.00/1.00 vMB 0
73,386 73,386 0000000000549a1b09544ad51ea24f45f2c24f37c911975746cec02ed470e759 1 0.00/1.00 vMB 0
73,385 73,385 0000000000adec88ca929087f83554e79b1592e71a88413447f14917bfd3c1e3 1 0.00/1.00 vMB 0
73,384 73,384 0000000000b617af5434b129b44571a46b68b272adeff1ad8a820fe635704396 3 0.00/1.00 vMB 0
73,383 73,383 000000000056d943bd65607bb44fb1eed81652796ee7604c3dcd36e9e90b596e 1 0.00/1.00 vMB 0
73,382 73,382 0000000000a250627ca36cb55cefdb06ce8841ed8c8f653491bcc88f66947aeb 1 0.00/1.00 vMB 0
73,381 73,381 0000000000798d4505b7160334566559d4873d1e30460cd73d4d272d3f727e28 1 0.00/1.00 vMB 0
73,380 73,380 0000000000995851649d4bed381184a0d718736204de951bd5d9c7cb760d8218 1 0.00/1.00 vMB 0
73,379 73,379 0000000000639cd4a6e6cb7bda766e86b29098ca8bcd32b4e9cf755d334bc262 1 0.00/1.00 vMB 0
73,378 73,378 00000000005a4b001156eb9f17a452e8b991d2eeaef6b4f0314201156bfbc8d8 5 0.00/1.00 vMB 0
73,377 73,377 0000000000a44682d6b9982693f239df92a89995d46f7aabab67de54b0a8535d 2 0.00/1.00 vMB 0
73,376 73,376 000000000033ceb9e43a4192f3ef6f863460c3cc0a8c2abacdecdd7f583d61d2 2 0.00/1.00 vMB 0
73,375 73,375 00000000003e86de4bbbabf2c6030379a41d87a422d3b3f08c1f11227533e4e5 2 0.00/1.00 vMB 0
73,374 73,374 00000000006139224f407c3952b42392642ceadce134a0d3bf5082c4f2bac8ca 1 0.00/1.00 vMB 0
73,373 73,373 000000000000013af45c4ac4814ab12a69a6e65a40db0e1e3844fcb2ecaddb24 1 0.00/1.00 vMB 0
73,372 73,372 000000000027ff1fa38e349498c5456effbed947439a3656bd31945a92fffcf4 2 0.00/1.00 vMB 0
73,371 73,371 000000000016ca361928570840d6da6a7452cff47442dfe589a3c1bf026315ba 1 0.00/1.00 vMB 0
73,370 73,370 0000000000478bcce9db54d1efb77d280cc164bc54e4263ef243938d6648d7f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 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: 577.65 GB
    • Received: 8.63 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.