Loading Tool

Explorer IconExplorer

Memory Pool

43,968 transactions
28.75 vMB
0.09992803 BTC
Random Selection Loading Transactions
Max Size: 148.52/200 MB

Candidate Block

Mining Attempt 8ef77ceaa0f707b571128d71700464954d0f95145a6bce4dcd62d00243c21d58
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 43f2bbf88c6f1798db8cf96ed0cd490a2db92e2711e4aa14bc97e5ac429a50d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,752
Size: 1.00 vMB
Total Fees: 0.03909501 BTC
Feerates: 151.12 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (592,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
322,522 322,522 000000000000000000eb62c131bf8f6113d8e27f7e6fe4801a48a06b1fc3061a 1,597 0.93/1.00 vMB 26
322,521 322,521 0000000000000000117f4a8dc2e431727ab7cf466c6890b44f607532ea16bd5f 2,239 0.93/1.00 vMB 36
322,520 322,520 00000000000000001018d03235fff5b3164fbce3bc66889b826174739549ad14 1,368 0.93/1.00 vMB 23
322,519 322,519 00000000000000000b969246f0b0a12960a628a858cae27a5b80738278932e45 1,128 0.50/1.00 vMB 31
322,518 322,518 00000000000000001654d1637b4ee83884c3c1706f2a17b20eb430b08a472968 2,356 0.75/1.00 vMB 42
322,517 322,517 00000000000000001922874e31420a454165c959af9465fa8035394eded85d05 128 0.05/1.00 vMB 132
322,516 322,516 0000000000000000244efd625d10f2168d622265ecc1827c6f0b9f77fe68055c 64 0.03/1.00 vMB 75
322,515 322,515 00000000000000001d39d21911fbaa5e055127326091ea97d0bad20dbe90603c 105 0.07/1.00 vMB 11
322,514 322,514 00000000000000001971cf12be3c497dc4d34505e71ccab24116e341247e2d33 211 0.13/1.00 vMB 18
322,513 322,513 0000000000000000059e0d845d204ad5317cd6c071074b5553e7137f490b5ffb 595 0.31/1.00 vMB 30
322,512 322,512 00000000000000000afefe0160fe0d181c38c9da71463a737b9187d57f293481 210 0.13/1.00 vMB 17
322,511 322,511 000000000000000004ecf8da843e79261cf451ee0ca33387298b1658a67db7b7 786 0.43/1.00 vMB 30
322,510 322,510 0000000000000000190d6c9e00a60e8708dee264712268037155f6543909bbfd 387 0.44/1.00 vMB 15
322,509 322,509 00000000000000001c7d3953fbfc9bfa71fe13468842b35926807cd788bf17ea 512 0.18/1.00 vMB 37
322,508 322,508 00000000000000001da7add693a58c837ac7639f8deb2f4dd3051356a7b39c7c 122 0.06/1.00 vMB 28
322,507 322,507 0000000000000000096aa47ec7fc27a13c94fed21562457d8a02c74e1c370a69 995 0.56/1.00 vMB 27
322,506 322,506 0000000000000000220da04cb16f1a98c18dc4cac695182d7ffe884a74d3934c 16 0.01/1.00 vMB 28
322,505 322,505 000000000000000018c0bca6f61a651655b69bf40ccecfc7cc847ce873589166 124 0.07/1.00 vMB 20
322,504 322,504 00000000000000001943683227477644a1f53cc647e7945e0bcadc65efbdcc7d 594 0.32/1.00 vMB 28
322,503 322,503 0000000000000000107a187fa36795bb31093b0c73b79c8c876646c6d0ae55d0 658 0.48/1.00 vMB 18
322,502 322,502 00000000000000001ba1b7403096658d8b4253d87211d07290d39ef90a06d9dc 512 0.17/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.75 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: 631.63 GB
    • Received: 12.08 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.