Loading Tool

Explorer IconExplorer

Memory Pool

44,860 transactions
26.53 vMB
0.05553291 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt 67d862edc514fd79ee9bce3b45395d576006c2c3e9e7a4d669e8f1aaa05b7880
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root 674e551d62ccb8c5245031d8df454b0e5021bdbe20ec08536cd42530d29eb4a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,273
Size: 1.00 vMB
Total Fees: 0.00681759 BTC
Feerates: 73.20 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (45,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,075 869,075 00000000000000000000d7453f6b76ede51da67fbbad2827dcb5ceb7a71f95c1 1,466 1.00/1.00 vMB 6
869,074 869,074 0000000000000000000265236aaea34a436007ea795ec932458dde7720a1aadb 3,126 1.00/1.00 vMB 2
869,073 869,073 00000000000000000001f58f5e6aeebf7c7312ba0c7ea74e181d6a5a71c1e7d6 2,624 1.00/1.00 vMB 4
869,072 869,072 00000000000000000000ca12d43deec35e3820f6be71eb0266dfac7efe1f908e 2,904 1.00/1.00 vMB 6
869,071 869,071 0000000000000000000250d7669bfece1622eb9dcb4ec08e8abd1fdbbf171987 3,380 1.00/1.00 vMB 9
869,070 869,070 000000000000000000004c804a0c3dfc943a62bb1df065c5a947c7a44b19af57 2,582 1.00/1.00 vMB 4
869,069 869,069 00000000000000000000587c1776a1a39ae7a5d03d9de0717c8585e65531c80d 4,359 1.00/1.00 vMB 6
869,068 869,068 000000000000000000010870e30445000783089dfac29de0baade56beec411be 3,516 1.00/1.00 vMB 9
869,067 869,067 0000000000000000000212ea52376ef13ce8d7d3cdb46284dddf4a16a74da87e 2,796 1.00/1.00 vMB 16
869,066 869,066 000000000000000000012dc9f47ce7812f5efd958b9bc7c81265a3869e0aebc0 3,446 1.00/1.00 vMB 5
869,065 869,065 0000000000000000000260a634b45e03aa0cf70f4f7ef32655cfc248b632eed1 2,949 1.00/1.00 vMB 10
869,064 869,064 00000000000000000000cd249d4649f56bdd716ac7997ebe2f051a0d17451620 3,887 1.00/1.00 vMB 4
869,063 869,063 00000000000000000002435b2eb39119004ae033942c5205b7d81028b69d2618 2,601 1.00/1.00 vMB 10
869,062 869,062 00000000000000000001da8bf7708fad10eae08f46cccad75b1654b2dd8e2609 3,672 1.00/1.00 vMB 6
869,061 869,061 000000000000000000001451bb9d15c6090762f509f50d6e7445abc6f1c8fb6e 2,930 1.00/1.00 vMB 10
869,060 869,060 0000000000000000000169a4c6167c45c18478cd1dd7c7e669b899f43ed7877e 4,901 1.00/1.00 vMB 3
869,059 869,059 00000000000000000001a6da5108637d4ca71b83c91c178ec604b509b589509e 6,935 1.00/1.00 vMB 1
869,058 869,058 0000000000000000000015517962045428382aa274afd171b630f526b51aa51c 5,447 1.00/1.00 vMB 2
869,057 869,057 00000000000000000000ba1ba35c56ff67c28379195c9a65a4ae6a0626e5fc60 3,425 1.00/1.00 vMB 4
869,056 869,056 00000000000000000000bbdf688b9cee3a7af89e496f08cfc407bb22a7412948 5,517 1.00/1.00 vMB 2
869,055 869,055 000000000000000000029dd1a430792986b001b6f1c405c344c0b19795c22ceb 5,006 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.