Loading Tool

Explorer IconExplorer

Memory Pool

45,161 transactions
28.78 vMB
0.13185096 BTC
Random Selection Loading Transactions
Max Size: 149.81/200 MB

Candidate Block

Mining Attempt 50685c88a3d13f293abdfe5dab5595c9f9609e179aabafa02ee6d6d0c00c331b
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root b62d2167cfa1faa96ef89179d6736c40a78e27726e18df986555cae72c756e0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.03718751 BTC
Feerates: 78.42 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (299,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,062 615,062 000000000000000000078a640a78299515461564e6b2c0e3673ead1226bdf65b 2,592 1.00/1.00 vMB 18
615,061 615,061 000000000000000000103b65e68a9f11474cbc3278b8b6598d07804847d3fd8a 3,034 1.00/1.00 vMB 19
615,060 615,060 0000000000000000000fcd2c7cfb5d9fc3317066545fa5027dad14ec572284e5 2,650 1.00/1.00 vMB 23
615,059 615,059 0000000000000000000fcf43569ca901a6d7f22b48e7ea2dd644a5b103aeebed 2,214 1.00/1.00 vMB 16
615,058 615,058 000000000000000000121434132d207f43411fadb3d99b15b4371cf799fdc9a4 1,302 1.00/1.00 vMB 42
615,057 615,057 0000000000000000000349da3ae3fe52ed42b5d3ccc86a8e836b3c44ad5ff00d 874 1.00/1.00 vMB 79
615,056 615,056 00000000000000000003b4a2b78cfc64705385148ba413f4f783e93d8b83969d 2,954 1.00/1.00 vMB 10
615,055 615,055 0000000000000000001091a251441310a96835e8db4d6c462b64a3860f5cbb4d 3,185 1.00/1.00 vMB 29
615,054 615,054 000000000000000000093ea6ef56e404645b846fa84d4154f1eac6327ffa207c 2,086 0.66/1.00 vMB 14
615,053 615,053 000000000000000000094229d337dd301f1c01944ba86036378941d9c962e3e7 3,086 0.97/1.00 vMB 13
615,052 615,052 00000000000000000002ecb6fc206e48c1b4b293c8fbd29db26bc78fc48faa47 2,778 0.99/1.00 vMB 15
615,051 615,051 00000000000000000006f027b039b2012e6c5e74780b7649486c7963cff777e5 1,250 0.44/1.00 vMB 12
615,050 615,050 000000000000000000111da4b7d02ccaba93208eb951208dfd1d7727b8fe3b14 2,992 0.95/1.00 vMB 13
615,049 615,049 00000000000000000010d6cb625b2242a19bcd366e0d482430e526591129ec33 2,705 0.85/1.00 vMB 13
615,048 615,048 0000000000000000000ef5287f07effaf77d24f5393412f9ec88b600dccbc25c 53 0.02/1.00 vMB 24
615,047 615,047 000000000000000000110a2635e5162a5c0d84139c89b21f57fc7f2d6d19d2a1 749 0.22/1.00 vMB 9
615,046 615,046 0000000000000000000210287f7f7c01413b4f0cd27e5663b4a799de35e0f48d 2,818 1.00/1.00 vMB 5
615,045 615,045 00000000000000000003be7c35c16588504a204f1d681340dc6d284a00651c8f 2,901 1.00/1.00 vMB 13
615,044 615,044 00000000000000000010d9342cfad59bb778a8419142c97c903efccaf25d1378 2,361 1.00/1.00 vMB 19
615,043 615,043 0000000000000000000367032a042b4d9340b2b0157a7939e782399516a83696 2,342 1.00/1.00 vMB 26
615,042 615,042 00000000000000000001a4bb51a9273f2b63358e82f6c22619b4a2c2e39ba713 307 0.09/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.