Loading Tool

Explorer IconExplorer

Memory Pool

43,204 transactions
28.34 vMB
0.09927232 BTC
Random Selection Loading Transactions
Max Size: 147.32/200 MB

Candidate Block

Mining Attempt 338af9d78a76082c730776af95eb77c3ffd6728d16979112c36aaa40b4ea28a6
Version 20000000
Previous Block 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4
Merkle Root 85e95dbc7f967f1ece3bd0c757d03ab24e2b34aac4e74ebd2c728d0590468b7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,911
Size: 1.00 vMB
Total Fees: 0.04140878 BTC
Feerates: 477.45 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,252 (840,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
73,369 73,369 00000000000e4d721332176f6626e20a15f44ae1eb225b9bbba0b0ae8a9771db 1 0.00/1.00 vMB 0
73,368 73,368 0000000000851412d854790c8cc9a1218e221cb8efdc3d463876fa9c9787452c 3 0.00/1.00 vMB 0
73,367 73,367 0000000000b3650a8016e607e6ba001da98c3fccf40e168a9eff4af6c9982fee 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.86 GB
    • Received: 8.55 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.