Loading Tool

Explorer IconExplorer

Memory Pool

30,050 transactions
12.49 vMB
0.03136811 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.74/200 MB

Candidate Block

Mining Attempt 35123d60a8e815557350f37935ef4e121de26bfd6b150a1bb966348adfe6e297
Version 20000000
Previous Block 00000000000000000001f0024e3395cc23eafd6ee91aba683929d45930543fbc
Merkle Root 83c5436b3a4b23a3ba72de92ac516077a568dd3f62f6ade3b2b535459536c52c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,006
Size: 0.9978615 1.00 vMB
Total Fees: 0.01005198 BTC
Feerates: 100.44 > 1.01 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,672 (747,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,075 166,075 000000000000047b180d4e8aa804f36bb517eac1cda58cf2c5581c444e309914 41 0.02/1.00 vMB 130
166,074 166,074 0000000000000a5e1d5a891723955856f38b019e4e5030f2560dd8f9c839013f 156 0.05/1.00 vMB 90
166,073 166,073 00000000000001395cd349b5bffbb05fd8418b99a73faf3c467209d5e638a078 39 0.01/1.00 vMB 85
166,072 166,072 00000000000009073c1f2c628d767ee4a4ec55c59b7e5c91e6554fddfbc57620 71 0.03/1.00 vMB 129
166,071 166,071 0000000000000c1ac141e719ca53b65a0820545d25e658d433d3b997edfa450e 88 0.05/1.00 vMB 290
166,070 166,070 0000000000000044b92ad61c6507974927f670eb71ca7720260a0982ea29f4fa 42 0.02/1.00 vMB 108
166,069 166,069 0000000000000bd560a7cebc7209c1047fc6d42028b899ee712869523960d348 27 0.01/1.00 vMB 46
166,068 166,068 0000000000000b808d08363b49c6545b7056f519bdc83d6f7c25e6fed6d29ddf 21 0.01/1.00 vMB 82
166,067 166,067 00000000000000624c70286eca47b8642cdf97b237b386e08764d4cf5f5e2447 10 0.00/1.00 vMB 21
166,066 166,066 000000000000018825b9278c17c1faa0ad3a52d0d35827f1cbfc1561296da259 103 0.04/1.00 vMB 121
166,065 166,065 0000000000000ab3beefeee08d5f63d04fafd08e0883ca2d9a160bcff2188a18 38 0.02/1.00 vMB 200
166,064 166,064 00000000000006bdb99d5aab93a5cc5b36c427eb07657011f7354e92d81b47b1 80 0.04/1.00 vMB 100
166,063 166,063 0000000000000b8f4bc9094eb7af3a32a763b506ce8ba6036dca95eefa26a569 15 0.01/1.00 vMB 49
166,062 166,062 0000000000000a173b45d573d6c500f81120a06fb00b2c90c68ed8d8312bc4b3 64 0.03/1.00 vMB 62
166,061 166,061 00000000000005ee7438f4439c741444a7403f57039ea0e274821f92b4a563e5 13 0.00/1.00 vMB 440
166,060 166,060 00000000000008e6ec34177a1be74c19adec87a2e7d74b3ab5d28e660e7371e9 12 0.00/1.00 vMB 0
166,059 166,059 0000000000000b413d70354b1719b52404b04bfe9cef0cd848b55322afbdaf0f 12 0.00/1.00 vMB 3
166,058 166,058 000000000000088c9db7e00f6a45e3cde8098d7a1ce6348c300efa8a1d575ea8 119 0.05/1.00 vMB 112
166,057 166,057 00000000000007c5356466a6d2ecd333ef70a43943d55724d1e873e971a2a49b 20 0.00/1.00 vMB 204
166,056 166,056 0000000000000c2308be05710e57654397bd830818406f8e32253fcdacb627ff 49 0.08/1.00 vMB 65
166,055 166,055 000000000000070a5c4c29fb5c5322e6db51e67e1cfa69b44d58864f14c7e3ba 107 0.05/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 780.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: 485.61 GB
    • Received: 3.24 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.