Loading Tool

Explorer IconExplorer

Memory Pool

76,425 transactions
28.57 vMB
0.10153541 BTC
Random Selection Loading Transactions
Max Size: 173.12/200 MB

Candidate Block

Mining Attempt e32906db938fe8bf637f5a3947fbd324cd03fdfb1eef00f62dfa0c15d7506aff
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root fb564727d656dc4e8407e5f1b4997f8c2ecaa10a7e8264a036a6bf514aa48ea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.04208459 BTC
Feerates: 101.65 > 4.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (385,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,571 529,571 00000000000000000023120bcccf2e0ef8fca120a9e07be6175b756a8aa2e322 659 0.42/1.00 vMB 9
529,570 529,570 00000000000000000020fcd47dd988b68a73872c0d24eb3b5cc9506543038de1 2,474 1.00/1.00 vMB 30
529,569 529,569 00000000000000000014e51607676707fa9ce8fc5fa73120133fbf716a5a377c 416 0.16/1.00 vMB 61
529,568 529,568 0000000000000000000710f2700c5bfe20c4f0855ef4bb171d63fe88c7fd849b 576 0.25/1.00 vMB 35
529,567 529,567 000000000000000000144787e8f801001758dde00b782fe293ed20bdd6fe6178 327 0.11/1.00 vMB 35
529,566 529,566 0000000000000000001dc2f40ec05458318a8cb7ecbd337be7fed74a4e2a6657 1,279 0.70/1.00 vMB 27
529,565 529,565 000000000000000000363a11e2eb3830dfd645308636b8100caa17249910e63e 688 0.27/1.00 vMB 61
529,564 529,564 0000000000000000002073711521048abec71a673aac8a30e0023287964a728a 2,497 0.99/1.00 vMB 37
529,563 529,563 0000000000000000002765cacdc9626f627282af4b387d8572e5f9bb3bbe0ac8 1,278 0.69/1.00 vMB 29
529,562 529,562 0000000000000000001b098641fb1708944a786df50ea409192aabdb832d55a8 894 0.30/1.00 vMB 42
529,561 529,561 0000000000000000001e6f3d88464871bf033f5dcc6db6222b04ed9ef52eaebe 370 0.15/1.00 vMB 36
529,560 529,560 00000000000000000009ee344439b0e2b851e552b1d386753f940076fdeea2bb 358 0.13/1.00 vMB 37
529,559 529,559 00000000000000000026239043cfdfa73194faee52fa6a17d5d60857eee16f33 65 0.02/1.00 vMB 31
529,558 529,558 00000000000000000036411c94df74639346be674a0dc0f884b9a88112e2cc60 613 0.23/1.00 vMB 34
529,557 529,557 000000000000000000227c59b2bed8eb566db40972920f62ad67b4dca0bc2cb8 354 0.12/1.00 vMB 37
529,556 529,556 00000000000000000015cef312a8904807271580d22fcf6e1bcfd1ffb40cfbaf 924 0.42/1.00 vMB 30
529,555 529,555 00000000000000000004850989c1e8b3846b2e503d2bf8c3f63857a3aec0133d 1,725 0.84/1.00 vMB 32
529,554 529,554 00000000000000000033d2f96cab412f7fb669fa846ac47ffd0aa77265131429 140 0.04/1.00 vMB 32
529,553 529,553 00000000000000000007c1000509fd418f91ab2836f26dfaff152b2214df2277 909 0.49/1.00 vMB 28
529,552 529,552 00000000000000000026289caffaa0cf0670b1606d7d1a810f0b979fd688b86f 13 0.00/1.00 vMB 11
529,551 529,551 00000000000000000004a29e170dfdf24f9f89018d7b288967a25375c745f56b 2,260 0.92/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.