Loading Tool

Explorer IconExplorer

Memory Pool

82,732 transactions
30.68 vMB
0.08058259 BTC
Random Selection Loading Transactions
Max Size: 188.17/200 MB

Candidate Block

Mining Attempt 44e0caa409df5edcb60dbe8bdbf1f3ee822bfd66e4600df69e5cd7a422c321ec
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 4b1fb272357a1aa0e9e58061fcc69a5ef25096c86c14f2d63a947de1b0ac54d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.01127566 BTC
Feerates: 40.21 > 1.13 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (636,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,406 278,406 00000000000000003203414888869fdec91cdd21741cd37a1547aa6f1af0d580 568 0.25/1.00 vMB 29
278,405 278,405 0000000000000000e337424b4f443a6ea50824bb632bcf3471aa8587f0b21d3a 820 0.25/1.00 vMB 87
278,404 278,404 0000000000000000bf37ed1360dc3b263b7ce5b18d79c6dcecc60e12b8375cda 790 0.25/1.00 vMB 56
278,403 278,403 0000000000000002a20daa2f6110d9c17c33f2dde2f27efc8401506fdbb91770 252 0.11/1.00 vMB 36
278,402 278,402 00000000000000025b4e392fce7448c365721d909d85ab7b4b9bf4c8334a10b4 229 0.14/1.00 vMB 27
278,401 278,401 0000000000000001c8b4348ba0acb63167aa89001e12caa0122bf0b302b68459 81 0.03/1.00 vMB 118
278,400 278,400 000000000000000164c524d0ad61283ac10608fe634cdb959496ba1470d6c144 143 0.12/1.00 vMB 28
278,399 278,399 0000000000000001254cef784a13d0ab42c7d77757b342ea3b7450bd371ed3e7 767 0.35/1.00 vMB 52
278,398 278,398 0000000000000000fd0fc26ae7b2652c86fd7dd45e32b64ce55261a787f04762 186 0.25/1.00 vMB 36
278,397 278,397 0000000000000002c93d56e6a3afd49e62bac9fc6a4641bb51127283272d9483 382 0.25/1.00 vMB 24
278,396 278,396 00000000000000022746047faa782e3ecb47bb1d39e43a99d3a98b10264018f6 703 0.25/1.00 vMB 67
278,395 278,395 0000000000000001556eaee8dd5b050b84a0adb64d526232b175ecc04ff3e8d3 33 0.02/1.00 vMB 76
278,394 278,394 000000000000000019c60c22bd18a7e621663d5d6fa034b77dfd2a508a5a918c 78 0.03/1.00 vMB 185
278,393 278,393 0000000000000001d16da6bb9ac5fcc48ee0ca1b7febe93a448e6bc357b9df0d 20 0.01/1.00 vMB 26
278,392 278,392 000000000000000262fe4eb9e3decd0e8887fd0e611a0882b1c2e41f959fadeb 43 0.03/1.00 vMB 20
278,391 278,391 0000000000000001a2e410bde77e85a5fc13ffd2adc3d4e6628045bcb4ad6edd 155 0.07/1.00 vMB 31
278,390 278,390 0000000000000002cb902c6d7e9d8433839d6dcd87518997f532e5224b9de026 74 0.10/1.00 vMB 8
278,389 278,389 0000000000000002c5b5d330755e57b8f8e2ec03bc015cbb8758ed0361a73883 428 0.20/1.00 vMB 44
278,388 278,388 00000000000000005188da9edc572b20dee6d69418353aa8295ea820fb6c89c6 498 0.22/1.00 vMB 54
278,387 278,387 0000000000000000723a5c1da96bc8714575d1075ab6a1496a5d09f89a633c89 590 0.30/1.00 vMB 48
278,386 278,386 00000000000000000f1a126f4bbc6a8ec625aff42cfe34727c54e36e6af242f1 45 0.03/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.