Loading Tool

Explorer IconExplorer

Memory Pool

76,681 transactions
33.44 vMB
0.13143576 BTC
Random Selection Loading Transactions
Max Size: 187.56/200 MB

Candidate Block

Mining Attempt 801c6c0b96a1534d4088bd95fb63bd0d20aa24ba48ee8d612536be4d46142bcc
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 9390fc4393b407c222214e9ea0580aba9d30ec88fde9cb9f2c00251fd389bd3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,256
Size: 1.00 vMB
Total Fees: 0.02417904 BTC
Feerates: 100.53 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (30,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,918 884,918 00000000000000000000eb9c2018491187ad4d10c5bcff5259c6ded9d4418a6c 5,054 1.00/1.00 vMB 2
884,917 884,917 0000000000000000000274d1823665fba8be0ee0df64d88549f05cef2926b27b 4,944 1.00/1.00 vMB 2
884,916 884,916 00000000000000000000563eb1765c2b52bf778741b407ce6034a9604e6d55ed 3,535 1.00/1.00 vMB 5
884,915 884,915 0000000000000000000247d07aac5ba5a46eeb053d2b7973e80dbee7fe56bddd 2,992 1.00/1.00 vMB 5
884,914 884,914 00000000000000000000fb9a2edb598555c264c23cc05e9c58f6d732cb6c65fd 4,966 1.00/1.00 vMB 2
884,913 884,913 00000000000000000001e9f4a9af0436f280fc4a6dfdd5fdcfd58e536bcac29a 4,029 1.00/1.00 vMB 3
884,912 884,912 00000000000000000000bf5b3e887a2cb8afd4662db5d90ff7f3293bd1bb2f03 2,942 1.00/1.00 vMB 4
884,911 884,911 0000000000000000000053586cd25686377fac20c7b3003cf752a65c7fad177e 3,052 1.00/1.00 vMB 4
884,910 884,910 000000000000000000003a59c307ccdd5ab34b999c82a233905bc612744964d0 3,944 1.00/1.00 vMB 7
884,909 884,909 0000000000000000000259e4c9251ade13af2b1db724051f8ff0aba2f63d963f 3,395 1.00/1.00 vMB 7
884,908 884,908 00000000000000000001087793b88c7472d5428c1c11f13a8c36239042eae0bb 4,582 1.00/1.00 vMB 2
884,907 884,907 000000000000000000017b8a47eea0cef2416dd0937637d9c02fd269d93ba102 4,115 1.00/1.00 vMB 4
884,906 884,906 00000000000000000000a1e0950d7f060054471d5fba58c9d8912678abe02cda 4,149 1.00/1.00 vMB 4
884,905 884,905 000000000000000000022a67b48c6088645800c677cd40e6ce26bab0f2e27401 6,706 1.00/1.00 vMB 2
884,904 884,904 00000000000000000000d8e864ee377cb4408cbf71842f4d55a6c1e818f26021 5,620 1.00/1.00 vMB 2
884,903 884,903 0000000000000000000156bcd8f8f955d8a7727518c10ebf13082e56a5b115d3 4,422 1.00/1.00 vMB 3
884,902 884,902 0000000000000000000144dc87dc6eab526ebec4afc27b1a12aac56120244fbf 4,462 1.00/1.00 vMB 3
884,901 884,901 000000000000000000014eca6c7a9f7c76d7e083faeee32eda348210c64d40ba 3,327 1.00/1.00 vMB 5
884,900 884,900 00000000000000000000e305e38148b37c8fcc236201448b4781b6bb56db0b78 4,420 1.00/1.00 vMB 2
884,899 884,899 00000000000000000002253bd6d9f34b1f2e1beaf8158360381c9e82cca06717 2,328 1.00/1.00 vMB 2
884,898 884,898 00000000000000000000628e1664ea85f68d79e1ea075a4c63a34dc6db551937 2,772 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 733.14 GB
    • Received: 18.54 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.