Loading Tool

Explorer IconExplorer

Memory Pool

42,113 transactions
26.13 vMB
0.05175097 BTC
Random Selection Loading Transactions
Max Size: 137.18/200 MB

Candidate Block

Mining Attempt 56f00d3a22dcac974f55dc41b2583ba9c418c6becab2dae56452439d4f317e0b
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 982a136f69008d6c269fc3663be7f461a66e33deff19a019a624c4b9cf253e7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,627
Size: 1.00 vMB
Total Fees: 0.00407803 BTC
Feerates: 40.21 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (737,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,302 177,302 00000000000004952cdf7b4b628cd4f03a3ee0b11960f2a91cc1810081c2db22 116 0.04/1.00 vMB 81
177,301 177,301 0000000000000a738093655135880c03ef5e552c67343133eb48650b94ff3894 13 0.01/1.00 vMB 471
177,300 177,300 00000000000005b1c4344735e044425659545ec767d5ebdb3d8055996909e4d5 15 0.01/1.00 vMB 190
177,299 177,299 000000000000055b26c5f16040830f332e0b024fea66531ac664b736185d52a6 12 0.00/1.00 vMB 25
177,298 177,298 00000000000004ecb1f921a00668953e7e2afe4e559bd6e0b2e45cf8a521191d 67 0.03/1.00 vMB 66
177,297 177,297 000000000000042560d8b9eaab92c989d3bb2e775a135bcf35e578f5d87a9a23 61 0.04/1.00 vMB 221
177,296 177,296 000000000000038177dfbe5a8e7e3cb96441df0595524e45f19eb5773c9bcd89 89 0.03/1.00 vMB 145
177,295 177,295 0000000000000703a392a5f206385e4f463d7cde30e5c4925096209fd7f7df5c 73 0.03/1.00 vMB 33
177,294 177,294 000000000000019f363dea7a5e6b6de6ed7034ac0a0c6d6849f1f7b0ef9901d8 84 0.03/1.00 vMB 51
177,293 177,293 00000000000002b49236833e3447bdde837f046aa71dea72c1c62d74a87169f5 52 0.03/1.00 vMB 25
177,292 177,292 00000000000003df5f825140a28d353474ab3b34b650855b8f5794b76e73e87f 14 0.00/1.00 vMB 422
177,291 177,291 00000000000007e1ef6366bd9109d052b78fe1a4d29209bcc6b982bae29231b4 39 0.02/1.00 vMB 51
177,290 177,290 00000000000000d7201be4f1f82c61c29e2b8ec54e96e2fc4097b2f04ebe2cc2 45 0.01/1.00 vMB 6
177,289 177,289 000000000000022af227510f88f7ad6029c98d27fa178fc48acdeb28407851a3 75 0.03/1.00 vMB 111
177,288 177,288 0000000000000a54765dfdcf7fc076407139b12788505d7feae5876feeee02bf 39 0.02/1.00 vMB 107
177,287 177,287 0000000000000a38243928df9d2b7e588a5c3cb2950493bfd5baf3593a7d6c2c 84 0.03/1.00 vMB 155
177,286 177,286 00000000000000ab83c6ee245dd991fcfc4447544321a837a7ab98ecb8713803 12 0.00/1.00 vMB 80
177,285 177,285 0000000000000a82d4889d98ff2cbefd602ebe2ce384e2d775dcd1c63fd613df 51 0.02/1.00 vMB 127
177,284 177,284 000000000000021238e9dff609f5d80e8008810c267b56b808b7a55cff179383 8 0.00/1.00 vMB 38
177,283 177,283 00000000000008a03121350afd63d6e2334260a43d6d0ccd267543f2c76a1483 55 0.01/1.00 vMB 27
177,282 177,282 000000000000049fe444dd41a9b5b084e33720275c4de17d4388276c8aaedeea 13 0.00/1.00 vMB 52
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.70 GB
    • Received: 13.06 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.