Loading Tool

Explorer IconExplorer

Memory Pool

81,073 transactions
30.56 vMB
0.09184227 BTC
Random Selection Loading Transactions
Max Size: 186.55/200 MB

Candidate Block

Mining Attempt 9d33c9042fff551d2f9a90475a0d36ad65beb2dbf35c2da4b3e7c7bb7f32627a
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root c6c69726b05badd944dc15234ffcef0c864463c35995540ea01cce321ce2ff9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.02175945 BTC
Feerates: 151.00 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (472,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,742 442,742 0000000000000000025c7b8af1c9108c44a3c2afd314d2c3e72527c3d59a9c13 1 0.00/1.00 vMB 0
442,741 442,741 0000000000000000012a6771e0d4ff60dd90359e0e9abd3b8475413564e377df 1,926 1.00/1.00 vMB 46
442,740 442,740 0000000000000000031abb252f0db8e72b3f86ba481f8f0c20db02e022a02959 2,411 1.00/1.00 vMB 76
442,739 442,739 000000000000000003849117b37e586d659092886f89e148d2026e4740bec02e 1,980 1.00/1.00 vMB 72
442,738 442,738 0000000000000000039bd4c287a8eecc2f368931a79f14ecb5daf681fdc4c657 1,602 1.00/1.00 vMB 73
442,737 442,737 000000000000000001f3497e0f3c1910ebc544229b40f36975e412a8d6d79238 1,849 1.00/1.00 vMB 92
442,736 442,736 0000000000000000011329ec74d274e65a597f068aaeb8e9a80625940747f8c2 886 1.00/1.00 vMB 80
442,735 442,735 0000000000000000032b1aedf9f7c06b0186e87183bbaaa0fcb7a77895381f5a 1,810 1.00/1.00 vMB 121
442,734 442,734 000000000000000001c1a35927795fc12042690659d8d71a6a35ff33ff089487 896 0.40/1.00 vMB 62
442,733 442,733 00000000000000000172727e6a106be753621acfc568bf05ff5af950ef2a9fad 2,082 1.00/1.00 vMB 78
442,732 442,732 00000000000000000197cb4c1e446c6a34c363f12d9157ddc55fbcba7c8860a2 343 0.19/1.00 vMB 62
442,731 442,731 0000000000000000014771dd4b4bef7f7d584e1859073e1c99ff195193d1db68 2,280 1.00/1.00 vMB 71
442,730 442,730 0000000000000000029f7a6012a3d0e966ea406f8fde1e529a0ce986769f8277 503 0.22/1.00 vMB 76
442,729 442,729 0000000000000000014ffda09aefaa6f42d9880bedd3930b760c8e0e87bfc6fc 1,053 0.45/1.00 vMB 69
442,728 442,728 0000000000000000039c6fd1566adc2b03bd5976780fb642fccce9b97dca3792 899 0.39/1.00 vMB 75
442,727 442,727 000000000000000002b4590d121c1fd53dd884fb24d01000378127b164e0774a 1,885 1.00/1.00 vMB 62
442,726 442,726 000000000000000001c3c86bd79a4561f3f34b4a9261c7e26e965283387db3de 873 1.00/1.00 vMB 19
442,725 442,725 00000000000000000019fd5ee256b47bf45d3a67487a7ec17b57ee6b72a78f2f 632 1.00/1.00 vMB 18
442,724 442,724 000000000000000002199c1b057083df51e240d2388819f3c62191405e86f4fe 278 1.00/1.00 vMB 16
442,723 442,723 000000000000000002283442f1a3733337c0837444766c73cbec32b42b276052 2,508 1.00/1.00 vMB 83
442,722 442,722 000000000000000003aba9d365a9e4d341b4153a12925226f3a46dc54f471829 1,286 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.