Loading Tool

Explorer IconExplorer

Memory Pool

44,415 transactions
26.55 vMB
0.05752225 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 0f51552bea24ec856b4247369c7b7e8b801bb9a5079fa9f8e617284bc9d94dd8
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root ae54cbf9a0f5c42ff33746030ab91444e33ba090cddecb50b4f304a17d16322e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,644
Size: 1.00 vMB
Total Fees: 0.00872660 BTC
Feerates: 101.72 > 0.87 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (529,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,174 385,174 0000000000000000095a6f2fac6dd7eaccf776fb8ccdb1bf779eeaea6bb86989 686 0.32/1.00 vMB 28
385,173 385,173 000000000000000000d9cc2b1dc08f3980c67bfe524a49ff1e7eefb39763099d 1,030 0.69/1.00 vMB 26
385,172 385,172 00000000000000000a128ddcdd67b9108e8d55e3a21de60054d2f985818cbb7d 2,930 1.00/1.00 vMB 45
385,171 385,171 00000000000000000d1e8034fa9f31dae99165aa51a1b1fcf113d86668efe293 1 0.00/1.00 vMB 0
385,170 385,170 00000000000000000ebd32714d98c1a12a09a748fe3b428297ec3436b9615136 1 0.00/1.00 vMB 0
385,169 385,169 000000000000000006cf4a87da696d028f45bda65519dd0a0df97e39c9e05c6a 1 0.00/1.00 vMB 0
385,168 385,168 000000000000000004c0149c4168754467c889ab1911b73183f8776731b36a40 1,506 0.90/1.00 vMB 25
385,167 385,167 0000000000000000012c555d3515ae203eee37b2159b95c3f5d196516c333b75 1,952 0.75/1.00 vMB 43
385,166 385,166 00000000000000000ca874577ff832afddf7dd8f20d0f9db4782eb5489a002a2 336 0.46/1.00 vMB 12
385,165 385,165 00000000000000000d0432a968a78f9de565cb6de2803ce781e2382618b6bd1e 1,145 0.56/1.00 vMB 30
385,164 385,164 00000000000000000aeba1a0cb877d8377f6f125cf04eb6b984ad227f82dface 1 0.00/1.00 vMB 0
385,163 385,163 00000000000000000f1026fd3c8651e11bbbd5a9d7d18fe387762579f57caea4 500 0.20/1.00 vMB 49
385,162 385,162 00000000000000000522e56b51290f4d9fa9336aa1485d334ace164bf7e0e3b1 1,044 0.59/1.00 vMB 28
385,161 385,161 0000000000000000070d2bdd31f2ea3a599968ffc82362c5d2c9419b5a93f0b5 986 0.46/1.00 vMB 34
385,160 385,160 00000000000000000d4a69ae59c84c94de8bb5fedb579a802d90fdde074159b8 1,482 0.89/1.00 vMB 28
385,159 385,159 0000000000000000033063de77bf5bc254cd1175f9302cd4d1b1081d09b729a9 965 0.44/1.00 vMB 31
385,158 385,158 00000000000000000d8d6643eac09df036bce59c155389d5c875c25ea0fe74b2 1,702 0.99/1.00 vMB 27
385,157 385,157 00000000000000000577dac87a38add9181e0572ca84cdbd8569df91c9038544 730 0.87/1.00 vMB 16
385,156 385,156 0000000000000000092e5616284ce0e0ad88cd2a3cb6421b7d6a48e827202acb 1,592 1.00/1.00 vMB 28
385,155 385,155 0000000000000000011ddbea9640dbbf3fa6f568de9ac775f97db1dc203e78c9 1,323 0.99/1.00 vMB 21
385,154 385,154 00000000000000000d8a4b4dbafd2afbda0b0b8423425845f9a4cc32056d165c 1,834 0.87/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.00 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.93 GB
    • Received: 13.10 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.