Loading Tool

Explorer IconExplorer

Memory Pool

81,948 transactions
30.48 vMB
0.13244313 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt 4b08ca46cf444482dab94941c5cb63acd430785400d914e4ca062b82c90a3bc9
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root e44c4009143e91bb0c02acf18e9f8f6da8cb29dbed0d8394e1c69ca98c75d07e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.05161838 BTC
Feerates: 302.06 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (500,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,144 414,144 000000000000000003e0a0cb09cd78a1947b8bfc2e4f1caab658770ba2649add 954 0.93/1.00 vMB 44
414,143 414,143 000000000000000001b7be9b93fc5813aa739f54415ccf3b7bfc3839a1f6aa5b 87 0.03/1.00 vMB 54
414,142 414,142 000000000000000004f39a7b4e8f3576d703745bbdf5f98993e597002260db4b 943 0.59/1.00 vMB 37
414,141 414,141 000000000000000000b01000a3301376c44d592f387a9eddaee9dee40f06bc7b 2,092 1.00/1.00 vMB 56
414,140 414,140 000000000000000000d7f7b54ba6117526a467f82e9686f4f1ed2cea1c6fdddf 2,187 1.00/1.00 vMB 49
414,139 414,139 0000000000000000038d1fc73dbcf89a4336f399614a0b6b7f36cf16df72c7b8 1,390 0.72/1.00 vMB 42
414,138 414,138 000000000000000000bcb3dba2eded610ec486a23c698aa949cea16b34984a99 69 0.07/1.00 vMB 24
414,137 414,137 000000000000000003d636838e081fa922e5043d797c4bf200ebaae655e6c0c2 553 0.26/1.00 vMB 43
414,136 414,136 000000000000000000a460421c4870b90545cf898f7772c56bfd6874dd230a3f 150 0.06/1.00 vMB 75
414,135 414,135 000000000000000001e87503ddab7d621a1bf85b9f4cc8c4e51c60f5d3be75c0 1,354 1.00/1.00 vMB 28
414,134 414,134 000000000000000001c3d2b4731a6eb5bae561a852b96a8345cb00482ab9f14a 603 0.27/1.00 vMB 43
414,133 414,133 0000000000000000017bc2209d8ef6caeda980817f9cafc345f2d60dedc9e5e5 2,327 0.96/1.00 vMB 44
414,132 414,132 00000000000000000112cb0ac1ca9594d4e2fffdc014f7ae22fd7fdc65e0e8e3 274 0.20/1.00 vMB 26
414,131 414,131 00000000000000000324dbf95e992081e4e8c8d8bdd0d34c5044570d9cce2433 2,212 1.00/1.00 vMB 49
414,130 414,130 00000000000000000146eedcd7a71cfd78c26d1f1f3d14a0080b3b20c02d2018 2,235 1.00/1.00 vMB 46
414,129 414,129 0000000000000000017648d5ccbd6c5ed2850c40b37dee5018171c0f02fcb09e 243 0.11/1.00 vMB 40
414,128 414,128 0000000000000000015744bf17546f86fcce6ca49e96dab8eb2dce3b0b028cdd 1,381 0.57/1.00 vMB 47
414,127 414,127 0000000000000000025e692fb3055e21f4c05e906a454bba9b56b44634b67aaf 1,270 0.61/1.00 vMB 46
414,126 414,126 0000000000000000019c9c2162d19ffd7ca63ebb8a5052d63c957f3911707049 181 0.09/1.00 vMB 41
414,125 414,125 000000000000000000a49666446bb5f30487a8a3548a181bc992f17c70335ee5 627 0.60/1.00 vMB 19
414,124 414,124 0000000000000000016ba5fb3b2187c929371c1c3f7679720a5b9e760b412908 2,875 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.