Loading Tool

Explorer IconExplorer

Memory Pool

80,139 transactions
30.17 vMB
0.11669025 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 22ca6caa5a815b2dca3bfde1a556487a53c0a315581c860254ffe3a54a358fbe
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 76b101c1a020ba0c74ac7334bddf168b4e23bf693f9c8e5f2836f7a5d203095f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,709
Size: 1.00 vMB
Total Fees: 0.04617686 BTC
Feerates: 574.11 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (524,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,112 390,112 00000000000000000822f35cdac96ce740918af5f40ee697a4b6541646b9a3ac 1,427 0.67/1.00 vMB 33
390,111 390,111 00000000000000000a83dcf432dd64f1c8172baf7672bdbc926a45ff9071f52c 830 0.50/1.00 vMB 20
390,110 390,110 00000000000000000580c7b0ce161651017388b7f1a4cb01cb16112ccab44934 688 0.34/1.00 vMB 30
390,109 390,109 00000000000000000657a5e092c25a6931b2c9371d827271b3da53ba646f2457 270 0.15/1.00 vMB 27
390,108 390,108 00000000000000000a1311217d2715cba66c7a8acd70ad0fee9e41124c15948a 1,069 0.61/1.00 vMB 19
390,107 390,107 000000000000000007d47fd0b0aa5d9d5af69370e16753c20f8ba914dc0e7f23 1,044 0.45/1.00 vMB 35
390,106 390,106 000000000000000004f894c338fb8228b6031c8e259ef4c5c3dc3c01a19fd664 326 0.17/1.00 vMB 26
390,105 390,105 000000000000000000e6886fba62126772c4b69833232c64a9224b44d23da956 1,766 0.68/1.00 vMB 41
390,104 390,104 000000000000000009c7c9ccc41b355f66583225b616f5066c585d0c21c6e58f 1,969 1.00/1.00 vMB 28
390,103 390,103 000000000000000001af77bfff3cc18d38f08f309f2ddd0737bd410cf86daed1 496 0.27/1.00 vMB 29
390,102 390,102 0000000000000000052442a13b65ee2a85a5f2946a30bd1e1cd0c088dd25a602 2,394 0.95/1.00 vMB 41
390,101 390,101 000000000000000007783377eb206a9c63123377491b626db34f7c79c0d5c0c0 948 0.93/1.00 vMB 17
390,100 390,100 000000000000000002027cb7cea9c504990b44fd43716b190ac674fca4dcd30e 665 0.25/1.00 vMB 34
390,099 390,099 00000000000000000ba295b975d76d45210fe4f5a09d25ccc98713d75ba41c9e 1,454 0.95/1.00 vMB 22
390,098 390,098 000000000000000003f63b0066cdfcb29e8d5f95c902b7925d7f27a823bbcff4 3,139 0.95/1.00 vMB 50
390,097 390,097 00000000000000000906ace70b6f170b1324797c58f8a3454337c3aad6f6d446 2,009 0.90/1.00 vMB 36
390,096 390,096 000000000000000000df2168adb682b90528b38a4613a433c8ba7f4010b3ca7f 1,541 0.67/1.00 vMB 39
390,095 390,095 0000000000000000018f0055c34e6d73ca1b9b8883ee7a7d2b6e21ff3327c272 1 0.00/1.00 vMB 0
390,094 390,094 000000000000000003d549d30997fb3d8adf34d7e82bd4ba0e04274d3ec20dd5 1,281 0.57/1.00 vMB 37
390,093 390,093 00000000000000000b5be0faf545f1bb42fc8125e79b74e72f2a0de58b12ca97 1,248 0.90/1.00 vMB 21
390,092 390,092 000000000000000001d8c465a0ba92c49264d53f6905db317be9d2d4d2efe00e 2,801 0.95/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.87 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.