Loading Tool

Explorer IconExplorer

Memory Pool

40,907 transactions
25.85 vMB
0.05109008 BTC
Random Selection Loading Transactions
Max Size: 135.03/200 MB

Candidate Block

Mining Attempt e13103f0fe04d5fc03396e4644a4d66eba57d2efcf12cca02f359b6d0224a3ce
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 9a75265db9ee42fa8643451c973706bbc4fc231622ba069c52c4f64499b4dad5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,446
Size: 1.00 vMB
Total Fees: 0.00424081 BTC
Feerates: 121.00 > 0.42 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (848,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
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.52 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.