Loading Tool

Explorer IconExplorer

Memory Pool

34,138 transactions
25.55 vMB
0.05579568 BTC
Random Selection Loading Transactions
Max Size: 129.77/200 MB

Candidate Block

Mining Attempt 6e842fdf8ca21da70e9f4cb8a94ac77e1cf011c933214508acb328da21589e5c
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 5c4f1170b0a9342713099f98ccbc913be4d21a26160583b74119e5882e87c847
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,867
Size: 1.00 vMB
Total Fees: 0.00934211 BTC
Feerates: 101.47 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (636,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,338 278,338 000000000000000114127d5016b233ee5ffe4d8e4c3491444507b4c8aac370e3 727 0.25/1.00 vMB 75
278,337 278,337 0000000000000000eeef51c9ad3ce873a2ff147fec968d4a5aac8272e0c78ed3 664 0.25/1.00 vMB 71
278,336 278,336 00000000000000002a0338fd64400569281d71dc3235a511d13cdf7dd862a373 28 0.03/1.00 vMB 19
278,335 278,335 0000000000000000a2f0e5643ec474d4b3ea45fc2df041ed7703a19d20291926 70 0.05/1.00 vMB 20
278,334 278,334 0000000000000000b0dd627e9726ec8317be7fc9bb29944680bbb9d246a3c83c 276 0.17/1.00 vMB 38
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
Previous 10 blocks ↓
Total Size: 781.84 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: 638.00 GB
    • Received: 12.45 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.