Loading Tool

Explorer IconExplorer

Memory Pool

66,365 transactions
21.11 vMB
0.08968985 BTC
Random Selection Loading Transactions
Max Size: 132.11/200 MB

Candidate Block

Mining Attempt 3292c258b4addc106dd8e8d934fa82d00f8faadb982a3d0fa2af5a404509edf8
Version 20000000
Previous Block 00000000000000000001dc283a9b6d121c967e8a47e53b8914bfdc3e91781dd9
Merkle Root a7964318482a2efaff871d69818fe474b976c9035399a9e95b4f2fe87406ab59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.02872593 BTC
Feerates: 150.93 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,748 (876,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
39,095 39,095 000000008649039231ee36b5d01fa5388498ed81801cf2e305a09e48c833bbe3 1 0.00/1.00 vMB 0
39,094 39,094 000000001543f1af1544f1d1b9539176bb30d80019cd2664d9caa44f565d5b27 1 0.00/1.00 vMB 0
39,093 39,093 00000000638a19ef3aba909ae3ff4268a1cbbacea51ca4a466465b861a3adc41 1 0.00/1.00 vMB 0
39,092 39,092 0000000067bb11b5e07a2e51a48f39744178becbba8031e2876f1e3f2dd8aeb1 1 0.00/1.00 vMB 0
39,091 39,091 00000000182b345e0d8c0404825cbc20a043446bd4b7753c9791e54765d70dca 1 0.00/1.00 vMB 0
39,090 39,090 000000002b90d36d293976e3068871b1753a827edb3dc3edad9d2239588c084e 1 0.00/1.00 vMB 0
39,089 39,089 0000000060ec9d0bc91b22aa664a5112c31c977db35ff9921e7fd9ca947175e0 1 0.00/1.00 vMB 0
39,088 39,088 0000000015c94b977132fc9a6d0b638145ac4bc3280a7a4b85465a71d8edd68f 2 0.00/1.00 vMB 0
39,087 39,087 0000000075195f384e6af026f1a09e657acc6d5a55ce9d2ef294ea8d3d9e70f7 1 0.00/1.00 vMB 0
39,086 39,086 00000000787b6482c8818224eada32b99ffb4a8149b9b0d6aec3200f34220633 1 0.00/1.00 vMB 0
39,085 39,085 0000000089a77a9806448d88b8d62945881f7cc0628a0ed126c1725e20da59a1 1 0.00/1.00 vMB 0
39,084 39,084 0000000005aafdec0978d943e21c92f37ec7fcfd51c67a75a0cde83d29b0ab17 1 0.00/1.00 vMB 0
39,083 39,083 00000000505d0424895c44fe65c8deb1b5e9928cb75110eb12a0ac7709d6ba1c 2 0.01/1.00 vMB 0
39,082 39,082 00000000415152019dd98bbebde407bd955aabe0fa71fa60e1592e3b76d75252 1 0.00/1.00 vMB 0
39,081 39,081 000000000de7a0a511b2e279bd36c0a5e3c6c9459660505d2fd43c3a0948546b 1 0.00/1.00 vMB 0
39,080 39,080 0000000022c838f6f5bf0ce57717df0f7131d02bcbd9f14ee0be521205c6b974 1 0.00/1.00 vMB 0
39,079 39,079 00000000552b5184014d3b145b3fdde852ac2d36a94f8247b34034181e6efc7f 1 0.00/1.00 vMB 0
39,078 39,078 00000000695d54f4a674b032794bfff314d4fb9167f5053be9defb68bb80cbeb 1 0.00/1.00 vMB 0
39,077 39,077 000000007d3ffc784d2220ccdf439402bee5891031877980d5830fabed0e29a8 1 0.00/1.00 vMB 0
39,076 39,076 00000000209660305ec164b6faf42dd0b44d3185d2d4bfb2c5f05f074c21c258 1 0.00/1.00 vMB 0
39,075 39,075 00000000474b12b3f68cc363e635f7fbf0b96178bc60da7099c648d1cac9aaf8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.67 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: 777.42 GB
    • Received: 21.16 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.