Loading Tool

Explorer IconExplorer

Memory Pool

25,051 transactions
5.84 vMB
0.03252007 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.30/200 MB

Candidate Block

Mining Attempt 9df247fb675985103f208532c40960b8c1d0c9085478e0efff1340a16ba8730f
Version 20000000
Previous Block 00000000000000000000d7318bad5d3698ab014db08d08ca274b94c8882dcf45
Merkle Root dd8c5ef0403cc9f5e9f226ea9a1328fb3dfffe41e5b925f77d02757307f1f527
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,731
Size: 0.88 vMB
Total Fees: 0.01955759 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,142 (684,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,432 228,432 0000000000000187c7b52b04452f20be500ff56879cd71fa9f7171bd87e29237 0.08 MB 202 105
228,431 228,431 000000000000009276fc182bb134e2924435557e4e4016b96fe5f36ed7336ff7 0.04 MB 128 163
228,430 228,430 00000000000001177764450d56a1ff0f7dfb4dfcbeee982c7a377f290d626e9e 0.17 MB 350 139
228,429 228,429 000000000000009107c0b9f76c6f504da3a7a1ca8a440bda3f2f8e73d0075442 0.25 MB 639 211
228,428 228,428 000000000000003d5be2724e7b30298985277bba4b608d7d2efb4eff85ed26b0 0.15 MB 190 203
228,427 228,427 00000000000002490073ade33f9a0b4cf3dce85dd4f7959b644c4ef4a3253eae 0.16 MB 379 195
228,426 228,426 000000000000017b2169fae4e3a28dac143336439e379a884fd7a73de6c01026 0.18 MB 319 189
228,425 228,425 000000000000007497b24f4243b4c9b5929578907b08088f589f93aed4fa1e8b 0.16 MB 323 126
228,424 228,424 000000000000018b61681ed4bf72a633e43baa9ea378fdd1866e314db1ac342f 0.25 MB 209 24
228,423 228,423 00000000000001aa54853d9edd1fb86cef1cf06674d4e826c5ce44622d8a4b3e 0.05 MB 68 41
228,422 228,422 00000000000000d0d0b381ac827149de398bb6be23642d7e1e06f7b439a0a76a 0.09 MB 216 289
228,421 228,421 00000000000001285979d2707f2640e1843747645110307338a7ab8e2a52fb26 0.05 MB 156 13
228,420 228,420 00000000000000d465c461ec7cbdcda760e321991a749531545aa0947fc97021 0.27 MB 588 200
228,419 228,419 00000000000000f2c576e517611a8d9f0356f4336599b95eb989227b3e825509 0.26 MB 173 54
228,418 228,418 000000000000014f831cea6305381bff38319029a164cfd8a76dc9c7f288c6f8 0.04 MB 64 2,079
228,417 228,417 000000000000019b116b8891a1f4d97c8a26de271764804fe59970e2337da313 0.21 MB 507 188
228,416 228,416 000000000000019f78efdf686192747198e68b1269f6dc8df6f8a23a844e1178 0.09 MB 307 3
228,415 228,415 00000000000001bd827f58b834c9135ecf552d48326d47ffbc71227898730899 0.14 MB 214 90
228,414 228,414 000000000000016a53f9ebff659c415c143c3fc05a174bbc30270bfb0df0b56d 0.25 MB 686 215
228,413 228,413 000000000000000f3cfcf9c876a87b660102ae44a4f149b79e08108d14bc5c98 0.19 MB 463 195
228,412 228,412 000000000000000471f0538e73bb5f8307c6da97e7a6f2eb4def855814fd7914 0.14 MB 197 115
Previous 10 blocks ↓
Total Size: 779.10 GB

Node Details:

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