Loading Tool

Explorer IconExplorer

Memory Pool

80,616 transactions
33.96 vMB
0.12927473 BTC
Random Selection Loading Transactions
Max Size: 192.96/200 MB

Candidate Block

Mining Attempt 269fa2462e9c57c9904ea8541dd3d49bde1866163a381e3b3b15108aee0d5620
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 49fb432852ea628a2508fe7c2c77bcf9ab0b5b9df94fdd7cfb70916529570f3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,435
Size: 1.00 vMB
Total Fees: 0.02172682 BTC
Feerates: 104.71 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (628,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
286,742 286,742 000000000000000154bb064a25b09dfc39c08bdd6e2b8b3cd315b0f5cc01cb49 43 0.04/1.00 vMB 10
286,741 286,741 00000000000000005efc5cb81bd4dd2eaf6780f468601c4fc8035f8e9925ab08 135 0.14/1.00 vMB 18
286,740 286,740 00000000000000012af0d3e1c8672a0e02cf34bbfcebd7d08c5a6ba5a5cb9f58 191 0.06/1.00 vMB 58
286,739 286,739 00000000000000002659656a762471265a484e928c17934e7707c470162b3eb6 404 0.28/1.00 vMB 28
286,738 286,738 00000000000000009e5f513038f46f538d46ddaeff5bcea69ec815f5779b1736 152 0.07/1.00 vMB 50
286,737 286,737 00000000000000009336a7db6742105ba98aa3577aaccdd0e1d1baf08e09d818 699 0.35/1.00 vMB 44
286,736 286,736 0000000000000000a8b13a185e8df8166b01e14c90b8f61b16ea5e66f2dab3ef 395 0.23/1.00 vMB 65
286,735 286,735 0000000000000000012f7ad27b617c27630b4c25430571a8e67cf3ad85364e53 60 0.08/1.00 vMB 11
286,734 286,734 0000000000000000a4f28f4872be6b7de4d6c6f72c0b6bfcb10cccea5a2964b8 688 0.35/1.00 vMB 44
286,733 286,733 00000000000000003d1db8b670b367457afb0822d893233ad37c9408f0de6b51 283 0.15/1.00 vMB 28
286,732 286,732 0000000000000000bf981567be531307960fe5f478f3082fc1f6c1ec1e164129 266 0.16/1.00 vMB 27
286,731 286,731 0000000000000000bf3856e067ec21f4c30a8a859cc7ed7f2de9a2b579200639 410 0.43/1.00 vMB 24
286,730 286,730 00000000000000012748cad908776256ea68b9bee38712f6576aa79123d1f818 1,040 0.35/1.00 vMB 40
286,729 286,729 0000000000000000895a940b7bdbebee04ce0357e0bcb05ccc4e3e8a07a7a0b4 194 0.06/1.00 vMB 187
286,728 286,728 0000000000000000e4a5f31ddb8e21a0f1e9c706e686240e4ff3491951f118fd 1 0.00/1.00 vMB 0
286,727 286,727 00000000000000001bb90893c2907639ad97421a3cdd2258e6e13ee7b4c02b00 476 0.41/1.00 vMB 22
286,726 286,726 0000000000000001325527ae6981d25d7f2389aa14c5561da177ed0a44a4a64a 1,307 0.50/1.00 vMB 40
286,725 286,725 0000000000000000f1330ea3fb6cfadfd6a0a134bbe29550910bdf1585cca8c1 194 0.06/1.00 vMB 105
286,724 286,724 000000000000000043f97c3c04b9709f717bc31d14200c998bc3f14c50e5442d 45 0.02/1.00 vMB 35
286,723 286,723 00000000000000015681f701bb63be4b7342ff23d0b7d4123dad182338c87a96 269 0.42/1.00 vMB 16
286,722 286,722 00000000000000010f96be4d1caea71c968f053e742922b4a4e14ff0f3463b12 851 0.35/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.09 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: 725.89 GB
    • Received: 18.44 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.