Loading Tool

Explorer IconExplorer

Memory Pool

37,870 transactions
26.21 vMB
0.05974205 BTC
Random Selection Loading Transactions
Max Size: 134.86/200 MB

Candidate Block

Mining Attempt c76500ca8c9a0422e5a67cc9fbe41578300ad45b57af7f06653f3b5358306e00
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 029f4f1c51efe369b3c00e931c7d101e50a601ff963f006c0064a8cd5f9f101e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01130310 BTC
Feerates: 160.85 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (636,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,333 278,333 0000000000000000dd953e95e9810891745d93a0ac14b8f7cd0d30b19694e1c1 181 0.11/1.00 vMB 32
278,332 278,332 0000000000000000d56e020e39c3e25d476d087cf6af82afad8b429bdbc8e3f9 58 0.04/1.00 vMB 5
278,331 278,331 00000000000000009ec397f2e60a45384aee05c701032a4bc3b213c2a555b8d8 429 0.30/1.00 vMB 39
278,330 278,330 000000000000000189a06c127d46ea2d7fb89ad91f772082924eca5386b067d2 206 0.15/1.00 vMB 26
278,329 278,329 000000000000000002c5e8a81451739b180da1ec471eb44d92d6b0a7d6883924 375 0.17/1.00 vMB 47
278,328 278,328 00000000000000011bff42a3e95fc6e7a363d87d83c5e3b25d0f0ba303ca0824 65 0.03/1.00 vMB 60
278,327 278,327 00000000000000013b39b74b73499f14ada1741a1777d17be421fc2d858ed8af 320 0.18/1.00 vMB 38
278,326 278,326 0000000000000001825aeae3c9d96c39b3cfe3e6fb79b9abc9ec38c5767a60f8 410 0.20/1.00 vMB 53
278,325 278,325 0000000000000001caf103d7a01eb3e7ea3144ebb3419f848dedfcef3c38e2c8 172 0.07/1.00 vMB 80
278,324 278,324 0000000000000000923f125b8c23915278fe06d7ac22b25e67e86c9082591c50 1,146 0.86/1.00 vMB 27
278,323 278,323 0000000000000001e3c58a8de0a2d9a3a93cc0a03a96d950462f10be2c6ae727 59 0.03/1.00 vMB 64
278,322 278,322 0000000000000002f97cc960e791755c09d94e3d5256334b74fd81799bba8082 635 0.25/1.00 vMB 49
278,321 278,321 00000000000000025ec42e46dd23ae02807e3c8496fee6680489f1a0ceb45faf 529 0.25/1.00 vMB 73
278,320 278,320 0000000000000000234c7067915c9519f9d7e9e700391b5abb3a03d3e01ad565 269 0.25/1.00 vMB 23
278,319 278,319 0000000000000001ac153d5b1e6c93e3d132428c5fcd39805a268cacce24baad 1,443 0.90/1.00 vMB 26
278,318 278,318 0000000000000001233c7a200fcd89f5e7cab4b5b4b0c96e447ce25e0bd3ddb9 775 0.25/1.00 vMB 84
278,317 278,317 0000000000000000b434da599d8ceff3dca9b5ed20b9cbf71b8248b32a4754da 667 0.25/1.00 vMB 45
278,316 278,316 00000000000000001a99e7911c205261f1c91c0fec105734b3fb52d11670cd9e 788 0.25/1.00 vMB 88
278,315 278,315 000000000000000073ee3cb43d796224c861511c1a93fd5adaf7831f9ab3d097 559 0.25/1.00 vMB 89
278,314 278,314 000000000000000235cca1e45b01c73f1a92ae368dea910cf9ee96dcfc42c955 624 0.25/1.00 vMB 50
278,313 278,313 000000000000000142089a2644f3b01315b885b3472b410bab7b9fe7cbc20ecd 651 0.25/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 781.81 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: 635.28 GB
    • Received: 12.30 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.