Loading Tool

Explorer IconExplorer

Memory Pool

44,325 transactions
26.70 vMB
0.06797993 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt ae3d7c33887b9b44605b28528e608b65fdfd60f56c572c51b303800d4a41ecc3
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 13b2790c7e3a2185ae20384625aa1aa7e3c5b0ac74823f9f7b8b19457f199bb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01875277 BTC
Feerates: 150.68 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (848,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,949 65,949 0000000009cd69c974136356e90dee33a393f5f15e80d9e1ef49d2f6d4f3706f 1 0.00/1.00 vMB 0
65,948 65,948 0000000008b1641d2fe4b9e8ba98b21545a2e7b8c89180a6eed21ef5a7560b11 1 0.00/1.00 vMB 0
65,947 65,947 00000000010bced9e6793d9f421c8042a42ccf7984ebb5f315b8b9317e059d24 3 0.00/1.00 vMB 0
65,946 65,946 00000000022d502fb07488710db0ab3b69f5ee10e4fc17cf7a8dfd11f76954fc 3 0.00/1.00 vMB 0
65,945 65,945 000000000057a090764ed5d66018bdb5171343a956d32fab4f6412d28764e027 2 0.00/1.00 vMB 0
65,944 65,944 000000000181103bd0cd5bcdb06d60d5b1eb9815fa27083c20590036d730a1ba 5 0.00/1.00 vMB 0
65,943 65,943 0000000001849c4866be3d460a956f7c793015b4f5258fe4979a80eb560ab777 2 0.00/1.00 vMB 0
65,942 65,942 000000000676e0910c0899fc8b59d47860177bab3f352221d2127842f0b3b123 1 0.00/1.00 vMB 0
65,941 65,941 0000000004510c53349fadfc295b731fbcf4b7c6b42bf76a84c419d296261b92 2 0.00/1.00 vMB 0
65,940 65,940 0000000002e75836e6153ddbe5f22858bba0089adc58e3a6c24d217bc0730a55 6 0.00/1.00 vMB 0
65,939 65,939 00000000004e4cbc270d93a0ceb606224da3b2868679571e0dec39209899257e 4 0.00/1.00 vMB 0
65,938 65,938 00000000065427e92e505f4e6d85bbd90e9e59859e7b9a498281d91791517ede 3 0.00/1.00 vMB 0
65,937 65,937 0000000007ef84269ea47ef378149ee0393ede14b7ee779b047dd7748e56c68a 1 0.00/1.00 vMB 0
65,936 65,936 0000000007dd93a769f4b146680ca8fb8431a3421b7dbaf9e97222a3ebfa0d7c 1 0.00/1.00 vMB 0
65,935 65,935 000000000979444dd0717a7dd25c46a7f6264218b518b934d07cdfae15e39eba 1 0.00/1.00 vMB 0
65,934 65,934 0000000005dd39d8c30879c8c6b216f04a81f06a96a6ef43fe7b356dc9313353 3 0.00/1.00 vMB 0
65,933 65,933 00000000043e317726c1d9fb0bccc594ff3224df06ccf525e8833085eebffc66 5 0.00/1.00 vMB 0
65,932 65,932 0000000001fa7f38b2cb5d8d40db87f47870b2693fdba2e54ddf317e2c576204 1 0.00/1.00 vMB 0
65,931 65,931 0000000006e646c8be8861c729c49f68f5831ede05ba7c1af87f1490f879e982 5 0.00/1.00 vMB 0
65,930 65,930 00000000049a0b9f73cde9100b86fba03d8f55e01a4a819f9cffe4812f9a5de2 7 0.00/1.00 vMB 0
65,929 65,929 0000000006e503fc253db2c02abafb0050bf233c0626ec8f277919d7b5abcfdf 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.