Loading Tool

Explorer IconExplorer

Memory Pool

76,783 transactions
28.67 vMB
0.07473472 BTC
Random Selection Loading Transactions
Max Size: 173.51/200 MB

Candidate Block

Mining Attempt b28fd952466633f0f2b6e639e1f823b4371f17b4c26c91dd5497b07787a6903e
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root bf6be33894e4489c5af579b067a983601094dc8b57b5fe94aff6c65684b28017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,121
Size: 1.00 vMB
Total Fees: 0.01506460 BTC
Feerates: 150.93 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (500,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,117 415,117 000000000000000003edf8d05644c99c5149cbf309e2b3e3a9ac9697a6749216 1,339 1.00/1.00 vMB 55
415,116 415,116 000000000000000002a4fd5a91d611b0a74a4eeb30faa195c5453ac4b60b626e 1,546 1.00/1.00 vMB 60
415,115 415,115 00000000000000000084e8f674932c0766e5b36fbed76fe0f69b6c33eaf56536 1,883 1.00/1.00 vMB 41
415,114 415,114 00000000000000000053d3aa75e71888a1303c1f0970d459261d519f53aad274 2,451 1.00/1.00 vMB 50
415,113 415,113 0000000000000000006e54f27d8e75b5f097185ef3e7214633b0f3494580f68d 2,354 1.00/1.00 vMB 52
415,112 415,112 00000000000000000442a8c8327c00c481af7f122bd9a9199ff2049518ab3b5f 1 0.00/1.00 vMB 0
415,111 415,111 0000000000000000008db276f42f8919bd90b834bf47b81d4d344b1d24bcb634 1,988 1.00/1.00 vMB 34
415,110 415,110 0000000000000000006ed5ef68e432b863700e511067fc12e39be7a59a21799b 1,569 1.00/1.00 vMB 35
415,109 415,109 000000000000000003ef51c0c539bc4a5cbe17b578fa0afb9dd1af864003ae10 2,935 1.00/1.00 vMB 79
415,108 415,108 000000000000000000f8da25c13918b4e40c643a8bd5aaa288537326d80c1a76 3,307 1.00/1.00 vMB 74
415,107 415,107 000000000000000002073803751a052aa9a7b81cd7179374c687372328ee278b 2,999 1.00/1.00 vMB 80
415,106 415,106 0000000000000000048bc7c2dd8bad303cacf8833247578ba1b3a2bb8668b0b7 1,098 0.56/1.00 vMB 81
415,105 415,105 0000000000000000019f44541289e6ca7b95856102dea4d6fee473ef8768d79f 631 0.39/1.00 vMB 29
415,104 415,104 000000000000000005364049884af08d1758257d73ca61a0c9cabfe7bc6dd520 2,678 1.00/1.00 vMB 62
415,103 415,103 0000000000000000011abb7bc55f54c735b5f9bfe4a3bc05955384ae0590f9eb 1,941 0.98/1.00 vMB 38
415,102 415,102 000000000000000001092787ca0f0886deef22d4327f6081579bdc8d3ba5e4df 2,440 1.00/1.00 vMB 53
415,101 415,101 0000000000000000040032f307f8ecb5b1581e6d4f0ea3a9a4b6ca6057940ae5 1,525 0.94/1.00 vMB 37
415,100 415,100 000000000000000003199c70ed4980536a53ee946bcbf0bfb2ff56562dbcfa9a 8 0.00/1.00 vMB 176
415,099 415,099 0000000000000000040ef79ed6e1eef2c410bde11bd5d4ef9a67d746d2d9be77 565 0.99/1.00 vMB 12
415,098 415,098 0000000000000000045e1b54cda96bd77dc5086dd6c3d628f40169fb9af6006b 2,669 1.00/1.00 vMB 65
415,097 415,097 00000000000000000442723a42d5a1903756dc6faff840443fa23cc740346959 1,182 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.