Loading Tool

Explorer IconExplorer

Memory Pool

99,540 transactions
24.55 vMB
0.06371604 BTC
Random Selection Loading Transactions
Max Size: 171.20/200 MB

Candidate Block

Mining Attempt 69e42e15ee74af90544b5eac950521f0ba9fcd992ed25da9e020fbdd3acbf5ae
Version 20000000
Previous Block 000000000000000000018d13605ee1d6be4bcd3eb55a27fea096865e7123cb9d
Merkle Root 0bbbc2483c873eb744329461b39583fa823989a584f81509258d7c16bef66166
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,302
Size: 1.00 vMB
Total Fees: 0.00799348 BTC
Feerates: 101.71 > 0.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,921 (854,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,537 61,537 00000000079a141760084661d810ce1b04d1f49aeaadd89486d7bfe76e1d0446 2 0.00/1.00 vMB 0
61,536 61,536 00000000087ceefe32df4df060abb4cfd9dfb509dbaaaa624f45cdecab3b75a3 1 0.00/1.00 vMB 0
61,535 61,535 00000000012ffc97dcf9ed62e2a68413079acea9b9618cd3915c261f8c80a496 1 0.00/1.00 vMB 0
61,534 61,534 0000000000d5a0cca0d3cab79502c67a0411edb8a817dd7b964971c13a5bc643 1 0.00/1.00 vMB 0
61,533 61,533 000000000640d82a038f5ddc4b46deab32c0175bb07ae7ea1c24298afe9e2a5a 1 0.00/1.00 vMB 0
61,532 61,532 00000000008e8499dd94caa1552d84a1e1285cfda9c4f37a6c721b7e12d8c862 1 0.00/1.00 vMB 0
61,531 61,531 000000000601ac151125d94620634ea8e8e22932499e41136c77ad0efdcdcc61 1 0.00/1.00 vMB 0
61,530 61,530 0000000007166ffae1b0db29efc9baa5db251e7d6dcb161255b65f66c0c8df2e 1 0.00/1.00 vMB 0
61,529 61,529 0000000001035fc51898b80b6662595e9356ed71c5ee6948a8929fa9c2341fa4 1 0.00/1.00 vMB 0
61,528 61,528 000000000df4145446bd2ff4cd9426d9ef18522b7909ef7f4debca29d23f4ff6 1 0.00/1.00 vMB 0
61,527 61,527 0000000009a4bf1c30f52593878d5c7a67b765af0810b5d5afcc6b5c110da247 1 0.00/1.00 vMB 0
61,526 61,526 0000000005189f7a6e93a13f0badda631a752fd240b4cabd9129c36e2f5dd23e 1 0.00/1.00 vMB 0
61,525 61,525 000000000cf67d5933c4df4222633245653a9f0e46f0529430853c8b79026ed3 1 0.00/1.00 vMB 0
61,524 61,524 00000000052d45125460c1ba011b38a965ea82a5d98fe3e9a51b43c79491ef34 1 0.00/1.00 vMB 0
61,523 61,523 00000000060f4b726d4e8f44d3c3f0900ba453cdc87e1a19fb74f310c4a4af54 1 0.00/1.00 vMB 0
61,522 61,522 0000000004834033c359daf9ddfc5ce7e6d2492ff4f261fc0c630f9c5a482fd4 1 0.00/1.00 vMB 0
61,521 61,521 000000000974944bdf5ead4e5c4753358372f6ab2762412b28e6f2c6c47e5f36 1 0.00/1.00 vMB 0
61,520 61,520 0000000005e5d772b55233b33615e122c774a93fc9ca02aa6a628533273f603c 1 0.00/1.00 vMB 0
61,519 61,519 0000000007f41a818e82053e852be96aced96bad53da7880ff86eba82b30bf0b 1 0.00/1.00 vMB 0
61,518 61,518 0000000008a6ee20bc0405ac42627fc452f6ba315a225ff8930ec407a1c2ec0e 1 0.00/1.00 vMB 0
61,517 61,517 0000000001170125b9425fcae231fad61935528f5922580343287d4c80be2aa3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.97 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: 798.66 GB
    • Received: 22.53 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.