Loading Tool

Explorer IconExplorer

Memory Pool

48,422 transactions
27.46 vMB
0.07608798 BTC
Random Selection Loading Transactions
Max Size: 146.39/200 MB

Candidate Block

Mining Attempt e94dd431220e9a282a32c241251163b395d1c33534cc2295ae8e9624c37ce0b0
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 4db8908b6ac3447d07ef363abf92e427e0cb2df5baa89c75b8cf169a87133742
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.02453047 BTC
Feerates: 150.92 > 2.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (848,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,953 65,953 0000000005977d108a96193af48878b1a2fcedf89e120f583e3532c225adb434 1 0.00/1.00 vMB 0
65,952 65,952 0000000009a6b0b81bf6188690677b871535555ba95e85b91418a411f68fef6f 6 0.00/1.00 vMB 0
65,951 65,951 000000000409bc3504859bd0d8d2b425cf28395aee2b72d752230be3912b6a4d 2 0.00/1.00 vMB 0
65,950 65,950 00000000081d0e4176101a158fb9d1022862946e4c80a92c65dc2df07714a8f7 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.