Loading Tool

Explorer IconExplorer

Memory Pool

72,716 transactions
27.96 vMB
0.06483077 BTC
Random Selection Loading Transactions
Max Size: 165.99/200 MB

Candidate Block

Mining Attempt 91af68b67f84cf5cdbfd93f90e778fa9c7236b725e49bd0d680917b04771cfe8
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root a3dc4b053714be4da6226e487cde78c7e6a7fc68f8b1d91c630a28fa87e09be2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,429
Size: 1.00 vMB
Total Fees: 0.00896995 BTC
Feerates: 180.34 > 0.90 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (808,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,105 106,105 000000000002f5b0bf890ea6ada0024dbe7857452f4c4d13ee9f8430087e63f2 1 0.00/1.00 vMB 0
106,104 106,104 00000000000291834c42e610c2b8c34ba4cfa0e6afb2c3eaaa6ac60683e24575 1 0.00/1.00 vMB 0
106,103 106,103 000000000000445b214a6c0fc1d14d950749d81dc4d926eab54665cc1be1d141 3 0.00/1.00 vMB 0
106,102 106,102 0000000000024ba50d4f491c82bd4502903e860bf743fd62c0795876016fbf55 32 0.01/1.00 vMB 0
106,101 106,101 000000000001564b4f67c51e6d244ee19bf32de4342673554fc10bc6139f979b 1 0.00/1.00 vMB 0
106,100 106,100 0000000000005bdfd3c348886085bb62523db7766e81cdcafd3b6752790ae7db 3 0.00/1.00 vMB 438
106,099 106,099 0000000000016f2ae50b15c79c34f7692cae10afffc46cf2fa7e67cc7f3996b6 1 0.00/1.00 vMB 0
106,098 106,098 000000000001b695884f195fb02f9d232affa8cf102c9484aec90a3408bbcf3f 1 0.00/1.00 vMB 0
106,097 106,097 00000000000047fddbc02d8d3ef24311c24d7be6f5f27a3db8916e8321278399 2 0.00/1.00 vMB 0
106,096 106,096 000000000002061fdfb7f6eba982692312c13a5749d71a1ed8bacd8faf2871c4 2 0.00/1.00 vMB 0
106,095 106,095 000000000001519d08eb6f788ad3278d40effe93fb11f367fcb1e9549c443a8f 4 0.00/1.00 vMB 0
106,094 106,094 000000000001a2a0ae7b044d1f5facb5b3fee1d4d26b3c22bb06f1d69df15591 4 0.00/1.00 vMB 0
106,093 106,093 00000000000234d4cda923ea695613d47b775b550ca92ab739526a0230c13854 25 0.01/1.00 vMB 0
106,092 106,092 000000000002aba99bb11d963e26863aff23a62ea83bc168072fba059b7d8d80 1 0.00/1.00 vMB 0
106,091 106,091 000000000002d4699abb19abd914d5d7b13791cbbd232fef9172e2a6d784d70b 2 0.00/1.00 vMB 0
106,090 106,090 000000000000f653edd366b9b887b23c12d675aa6c3cdbd92773864b387fc199 2 0.00/1.00 vMB 0
106,089 106,089 000000000000fbd71d799ef4f8011c385b77481e8d220f4cc03b24dbad17364d 2 0.00/1.00 vMB 0
106,088 106,088 000000000000f64521de2636a40b24c79ed50c9da86b687ddcf6b76266ae4823 4 0.00/1.00 vMB 0
106,087 106,087 0000000000027e512eb9d256a8db93c825ce5c2cbd3f42e69cf0322f74a274dd 27 0.01/1.00 vMB 0
106,086 106,086 000000000000fdc356bdab388b31580f6a3a22d165b873873f9ffa86460f4a41 2 0.00/1.00 vMB 0
106,085 106,085 0000000000025176d180f967b7f987529d2b53d7c189c24368eec30a6be9a1fa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 666.89 GB
    • Received: 15.23 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.