Loading Tool

Explorer IconExplorer

Memory Pool

79,146 transactions
29.67 vMB
0.07686322 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt 2c4eaa9a804e653f86b9c72db58f7bdbeefd2eb657bf7b6c6a502e3478009d2b
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 4495d1cf12e0285033b2e3e04654a6ef0e1c03fea29e8becd8fec2e935c0f0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.01606987 BTC
Feerates: 101.61 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (206,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,747 708,747 0000000000000000000b48d001ce20b715c4ebda1f737bb5db1c2cbcd91d352f 849 0.69/1.00 vMB 5
708,746 708,746 00000000000000000003733918ca4fda5bdce095c539a8521c9ea583c7dfb625 725 1.00/1.00 vMB 5
708,745 708,745 0000000000000000000cc2bb6d56b802b91a23640a6094fac4bff0f51cd8d074 1,850 0.79/1.00 vMB 9
708,744 708,744 00000000000000000001c9c0fb0a8b7d9afaec3b22511d5445e6e87d20ccfb92 606 0.19/1.00 vMB 15
708,743 708,743 0000000000000000000a0b60df634f25bb52fec913de9eff8b5c12ab26386ab0 772 0.38/1.00 vMB 18
708,742 708,742 0000000000000000000cc8aeee5ffc8af5c3ce9dff639b3bd552229c9afcca38 850 0.45/1.00 vMB 7
708,741 708,741 00000000000000000006d68df73007c1d88e527eec7e235fdca84e0032267210 2,184 1.00/1.00 vMB 9
708,740 708,740 00000000000000000004fbceb6c48d4d3857c7bd0c3284ec9d2e9dc1d35205d6 107 0.03/1.00 vMB 17
708,739 708,739 00000000000000000006a3f4a66450c3c79e53cd4bc8cfac141f24c6bbca5a00 792 0.24/1.00 vMB 20
708,738 708,738 00000000000000000005f8f2b8d6ced51c8a270179c628f4293c7ea78d2de753 947 0.42/1.00 vMB 11
708,737 708,737 0000000000000000000a5a5276759c2907236091277a14ee819eab90c23337bf 1,728 1.00/1.00 vMB 9
708,736 708,736 0000000000000000000b8c28b6f545eccb4b733a86b2f7ab35bfe5e825b46f07 2,240 1.00/1.00 vMB 6
708,735 708,735 00000000000000000009341e1dff6bfa34c5fc3b374751dd8de6f08a339a47ad 2,334 1.00/1.00 vMB 13
708,734 708,734 00000000000000000005263db201cc0bcec8b1b48c35e10d17bd2f96e0908243 1,666 1.00/1.00 vMB 13
708,733 708,733 00000000000000000009959a5ec0e313955e1298ea5730eaa3aadd0e337bbfaf 374 0.30/1.00 vMB 7
708,732 708,732 00000000000000000008cbf8bae11d7b421be076c940f62b151f9956ccb52ff5 239 0.44/1.00 vMB 3
708,731 708,731 00000000000000000003d2354e9bc6b90637ab888aa95e5e851136be190d17f8 1,596 0.92/1.00 vMB 4
708,730 708,730 0000000000000000000c72405824a86e9234d4d82172c1189a78617a6f31c218 1,954 1.00/1.00 vMB 16
708,729 708,729 00000000000000000002616f18b38776a669c482866ffe19ea5a7f6cb2a1223f 1,915 1.00/1.00 vMB 6
708,728 708,728 00000000000000000002e4b3435012f26a56827e656f011d18b42189e256f7c6 2,655 1.00/1.00 vMB 15
708,727 708,727 00000000000000000005de27de3fa6d47ad3244318a6d15a9dc15c649cb5100a 537 0.18/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.