Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
21.77 vMB
0.10218330 BTC
Random Selection Loading Transactions
Max Size: 144.82/200 MB

Candidate Block

Mining Attempt d9c2166a56def4f09929c355bdbf155881a25f806c5a325f38ad396b7d7308e7
Version 20000000
Previous Block 00000000000000000001d004763c7593ba5a20d2f474adb18f835c6e283fc714
Merkle Root 23fc4b3049a19830034223ac7277f8e385f003f9f19ac963ef8a5d819c2718d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.04621082 BTC
Feerates: 181.27 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,008 (868,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,480 47,480 0000000032e6bcc05a1293d65032b191aaaf09c64eec2c10144fe22a2b96ea6f 1 0.00/1.00 vMB 0
47,479 47,479 00000000250db734adf6ec0cf99a0ef7c0fa722c93b94ea494eba1bb7f2cd212 1 0.00/1.00 vMB 0
47,478 47,478 0000000011e3b3bd1384454fa2a653c366f48c10f7b9d36775c701ba88db8035 1 0.00/1.00 vMB 0
47,477 47,477 00000000020036a1efe1f6a191fa8a16de10bf55b3e701b884d97b795d3f01aa 1 0.00/1.00 vMB 0
47,476 47,476 0000000005c7df60fef555c7c30591fe82422e0c7727008a5f194535bbe517bc 1 0.00/1.00 vMB 0
47,475 47,475 0000000013da236fe8780b15b24cdb25c2a1e4698148d4e03d8b3d57054018a3 1 0.00/1.00 vMB 0
47,474 47,474 000000000babfd3bc85dc34abbf5c85fc56647b10ddf8d3b97ce1a917f5cd891 1 0.00/1.00 vMB 0
47,473 47,473 00000000308fd6566b28768fad79a60ca9883c9af4c0bf26ceb356181d410a35 1 0.00/1.00 vMB 0
47,472 47,472 000000003107a2b664f4c6b8ab630e45379dcb056e1979f7d0f7bdde59097875 1 0.00/1.00 vMB 0
47,471 47,471 000000000b9a00231da694e4087f2886d65d1d568be72ad4592b204ca2b0de66 1 0.00/1.00 vMB 0
47,470 47,470 0000000030fb662cd586199594a55d062da9d32de0b26a252c9bef859d30abed 1 0.00/1.00 vMB 0
47,469 47,469 000000002390eb255045bc7655b1464a840495e90518bc9edc74c06555af9478 1 0.00/1.00 vMB 0
47,468 47,468 000000002ce11fa1dc31efc3de9dae36c76ec9ae8a39da315b564a64b800e054 1 0.00/1.00 vMB 0
47,467 47,467 00000000343b44d456fc03b72e24032db204aabf28f3fbed35bac661e58fdf35 1 0.00/1.00 vMB 0
47,466 47,466 000000002e951adea160b83eb5f06ff5639bcb661a8f52095a758340c263166f 1 0.00/1.00 vMB 0
47,465 47,465 000000002cb53488ca5d6044bbef554cbd34459f2b6f235efaf386aa0bd46086 1 0.00/1.00 vMB 0
47,464 47,464 000000002c26fc8ffffa1e71680d779f8aef833de121ca0d235b8ec3e396557c 1 0.00/1.00 vMB 0
47,463 47,463 000000002227784a714cd9b818d188eb91c87d9b01a469375a0a4b56b7fea3e8 1 0.00/1.00 vMB 0
47,462 47,462 000000002375e6cd3e0178cb97223f1b881054cf9033d34a3167559b2c9d3474 1 0.00/1.00 vMB 0
47,461 47,461 000000000dbf6dbe56c497d7abb080b307001cecdc41e24273b44902bb8b7e42 1 0.00/1.00 vMB 0
47,460 47,460 00000000257706cf5e0147fa0f7dd65fb029372dcc05d7a15dfd5fa61257eabc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 810.28 GB
    • Received: 23.32 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.