Loading Tool

Explorer IconExplorer

Memory Pool

44,990 transactions
26.55 vMB
0.05422884 BTC
Random Selection Loading Transactions
Max Size: 140.76/200 MB

Candidate Block

Mining Attempt 46e82aed5ebb90722cdabb9734aa4dc9d43f2dca87b8f14f7c9d2d04f63af079
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 4a534389ce97eee0e5c4929d83670e024c222128f2a80c9dfb11a5c9794934b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,251
Size: 1.00 vMB
Total Fees: 0.00539010 BTC
Feerates: 40.21 > 0.54 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (68,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,569 846,569 00000000000000000002317b054a85d524d5350f6bf6449b19ee99269b3df137 6,839 1.00/1.00 vMB 22
846,568 846,568 0000000000000000000158c22077b29043b377860cb6dc6ac172597c0e68b325 4,635 1.00/1.00 vMB 21
846,567 846,567 00000000000000000002f3d15c319728c51c0a53d9da7cfe1414c2d40bdc0ec9 3,413 1.00/1.00 vMB 29
846,566 846,566 0000000000000000000054dd072771bd535f44397c33c7d4f11e643d445bc9f6 4,394 1.00/1.00 vMB 33
846,565 846,565 00000000000000000000e6c9d5f598873801205b107a64c2280a04d9dff07b96 6,289 1.00/1.00 vMB 39
846,564 846,564 000000000000000000023110fa3b42c61995b37f3692a87cc15a36d65cefaa3a 5,196 1.00/1.00 vMB 37
846,563 846,563 00000000000000000002ac5fad3813ce3b90d720ceff4cee69c1f0e36ded7664 2,823 1.00/1.00 vMB 38
846,562 846,562 000000000000000000011fe32d4ee94949d621ab93d06cd112e45c8f15d8d956 5,621 1.00/1.00 vMB 21
846,561 846,561 000000000000000000029a88ca90b63c09e56608d098defe6be14b9d61f7c338 6,251 1.00/1.00 vMB 23
846,560 846,560 00000000000000000000c783039e838ba4e7f0518aa7e7a6cbb4f6e8ea32d5f8 4,876 1.00/1.00 vMB 26
846,559 846,559 00000000000000000000b8ffa587151003d83a9c26eef24964f12cb46950036b 4,192 1.00/1.00 vMB 27
846,558 846,558 000000000000000000002379f4777705221c6c110ac3649a5c913d18c481cb9c 6,090 1.00/1.00 vMB 21
846,557 846,557 0000000000000000000050b8231482a5770807e0b05bc9e673b81d16102bd338 5,546 1.00/1.00 vMB 25
846,556 846,556 00000000000000000000ff6f217b838c98db6973f2d5850a72ad82faa3c88717 5,689 1.00/1.00 vMB 32
846,555 846,555 00000000000000000002d1919ec83793cab862e59e87b8478a49c401871f37f0 5,705 1.00/1.00 vMB 30
846,554 846,554 0000000000000000000063a39cedcbba0931f6092c077a3a18f35d1c7ab6baa1 3,913 1.00/1.00 vMB 33
846,553 846,553 00000000000000000000eba54fdf89c5d4707e51bd61452d48ef2253b3a69bc1 4,748 1.00/1.00 vMB 24
846,552 846,552 000000000000000000007728160144449450ac99cd5e624fcbe698cf5ade4618 3,877 1.00/1.00 vMB 31
846,551 846,551 000000000000000000028fe74f4397ac7db53bc14a1fca07e0761300922ad29e 3,728 1.00/1.00 vMB 31
846,550 846,550 0000000000000000000056a5b7637900bdaebadd878a2b0c894940dc67a90ebe 3,792 1.00/1.00 vMB 29
846,549 846,549 00000000000000000000c2776dc2547fa2873474214d134d35bc2001180fece1 4,028 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.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.