Loading Tool

Explorer IconExplorer

Memory Pool

82,963 transactions
31.34 vMB
0.12940214 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt 78faf7d215da77ee298cd10e1b020292a82cb542afaa0a5f413c1a4d721cdf46
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 8636e0c9ebf9f57669b9027c5fdf7dc91fd2ef0e32c7f21f0930b08b404563f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.04553891 BTC
Feerates: 318.30 > 4.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (13,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,162 902,162 0000000000000000000235a36d321f4a7a7ad3bb3e3d6e69591e611496389eaa 2,729 0.87/1.00 vMB 1
902,161 902,161 0000000000000000000011d35e1793a917d8d52e8bbce650bff5b7323a0ee6b5 3,966 1.00/1.00 vMB 1
902,160 902,160 00000000000000000001e6d5f8459c42ca56c1feb8933df0ffda96154122b6d0 3,663 1.00/1.00 vMB 2
902,159 902,159 00000000000000000000a743c01bbfa1d7fc6184f6d85b5e78650a7652d93c6b 3,234 1.00/1.00 vMB 1
902,158 902,158 00000000000000000001236fe0ec7d5fbd7c09afaa04bffe4b49c84fd3a53414 2,824 1.00/1.00 vMB 1
902,157 902,157 00000000000000000000ffa19bba47274b4d5780c5858615ec4b4834345106f3 2,694 1.00/1.00 vMB 2
902,156 902,156 00000000000000000000c6bb5e8311b4c15ca31d2c8571f0a8e05f9ecc5f0d17 3,999 1.00/1.00 vMB 3
902,155 902,155 0000000000000000000239b90a8bf108e7fc07120db59efc422a3dfda28c7dc0 2,023 0.99/1.00 vMB 2
902,154 902,154 00000000000000000001c018cfaa545338d3c905a4ecd28262b4db60591c2ef6 27 0.01/1.00 vMB 2
902,153 902,153 00000000000000000000c8c51fc021d698cf0d3298e5c530a9004c07f9264dc8 890 0.32/1.00 vMB 2
902,152 902,152 00000000000000000001d6ad33c1cb09893e985fdfa62bd7ba04886629d11418 533 0.16/1.00 vMB 2
902,151 902,151 00000000000000000000a902feb77b08a87b8aa4f7a00a3c7c94e273c6e9283f 2,163 0.91/1.00 vMB 2
902,150 902,150 000000000000000000011468276f505f804b192d99f94a4a55f0b18dd89eb83e 1,339 0.76/1.00 vMB 2
902,149 902,149 00000000000000000000f0b1658bcac6609cf2e1ade822f22d08771c677ff5f4 2,094 1.00/1.00 vMB 3
902,148 902,148 00000000000000000000352f1134afe4974b2e3178ea23ceaeb31551b9227192 869 0.58/1.00 vMB 1
902,147 902,147 000000000000000000012be5499878a7fd24a1217424f42ffd5ae371e5a89b57 2,044 1.00/1.00 vMB 3
902,146 902,146 00000000000000000001bec10da67c89b10fbaa0c86737a5df18f3ee80b354dd 410 0.15/1.00 vMB 3
902,145 902,145 00000000000000000000033964488b730ba16de804c50c4ba6acc2318561b8ca 896 0.38/1.00 vMB 2
902,144 902,144 00000000000000000001c11be64761b1b672e2f8e2f1a7c80e2622de7fc2b654 2,308 0.88/1.00 vMB 2
902,143 902,143 000000000000000000006acacc19c791ac13bbea8d9522626da0fa1c64340755 1,651 0.61/1.00 vMB 1
902,142 902,142 00000000000000000001bf4001aaffbf614f485e46b050d76d08f4000fec42ef 1,711 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.08 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: 722.47 GB
    • Received: 18.40 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.