Loading Tool

Explorer IconExplorer

Memory Pool

65,366 transactions
21.26 vMB
0.11256566 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt 3734d79c5906ea62a4d5acbd1c0735affe96ad03caa3881d267cdae3f0efd2da
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root 26d149de821075f663290fae8d89e3252b9dbece6261601feba57ac81ae0f37d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,280
Size: 1.00 vMB
Total Fees: 0.04169333 BTC
Feerates: 795.20 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (890,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,462 25,462 0000000077ef39d1103bcdd90ec10674b731dc2ae4c3680aa0c9baca830e9024 1 0.00/1.00 vMB 0
25,461 25,461 00000000fc7d3296501e85ddd8385671052aae286c0bd56293a2e80e5bd64797 1 0.00/1.00 vMB 0
25,460 25,460 00000000e433513f0d65c9540a2b2ca8b4d8a9b7e9c211dd625d39275edf3bc8 1 0.00/1.00 vMB 0
25,459 25,459 000000004248faec7f671bb5081cc4b4c6fbb9b8d9f7e65a84662130ad47ba82 1 0.00/1.00 vMB 0
25,458 25,458 00000000346ae6836bd7dee1e416a194355333db8b536186d6834ced895cb1dd 1 0.00/1.00 vMB 0
25,457 25,457 00000000ee1773c662b40607a1a44f6e64efe473fce16639575842a1a77809c7 1 0.00/1.00 vMB 0
25,456 25,456 00000000ed318611e42f974921125840173727d4e203d1c1d2fe6afddd3c6514 1 0.00/1.00 vMB 0
25,455 25,455 000000000acf8b2dc013972c12e811159145239e6699f6fb49a352a7f9538a13 1 0.00/1.00 vMB 0
25,454 25,454 000000002e80490183158f350e9db92e4f9645fa98a7d7fb39721d2e72607445 1 0.00/1.00 vMB 0
25,453 25,453 00000000b62924968f1a077077b55bacd1fdbd966e97d5a4420299fc5c128958 1 0.00/1.00 vMB 0
25,452 25,452 00000000db3db705067d11f3c3f9ab7b3ab6a24355637a9c53132da481fa05fb 1 0.00/1.00 vMB 0
25,451 25,451 000000005ff062262e5fbe1b5677bb0a2e7bb3aaad45904aa71245cfd97b51db 1 0.00/1.00 vMB 0
25,450 25,450 0000000023bf8395dd627029b04157591f6bedec80e1e1bd5a4db37a5c62ed74 1 0.00/1.00 vMB 0
25,449 25,449 00000000bbc0305a2a8311606c6ae2adda0bfa76d9a5d25037ac432f64d69a9d 1 0.00/1.00 vMB 0
25,448 25,448 00000000d66192930fe0353d8d66e270642c3a6098f69f47c1d2639e4bd33186 1 0.00/1.00 vMB 0
25,447 25,447 00000000d3ed6ab79146562d79d16803d0009dd70e588d8b5d8075724b0bc191 1 0.00/1.00 vMB 0
25,446 25,446 00000000158dee7ec5eb4b342b8e13372f7e44366e3e12eb1c3a29c54f91a80c 1 0.00/1.00 vMB 0
25,445 25,445 0000000066792268a5bc0de292f05912ed7b733f89e07db6975028d1aaea8982 1 0.00/1.00 vMB 0
25,444 25,444 000000003e1f37eeff1c121a2f08ecc5186ad5aa1eae0bca51ac188efa90c123 1 0.00/1.00 vMB 0
25,443 25,443 00000000aa5319182611ba66b812093f45a8f2dfb5c9ada98f31035665a4686b 1 0.00/1.00 vMB 0
25,442 25,442 00000000e72be14bf019868d6e8dfe397cba58ed48a308ff45db20cfba8c62df 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.80 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: 787.51 GB
    • Received: 21.72 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.