Loading Tool

Explorer IconExplorer

Memory Pool

78,540 transactions
29.43 vMB
0.06734584 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt a3390d3f856eaceb5dacb51e92e79f8d5bd60d57b3f6e6a709627c7944a8d749
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 217ac5d81cb39382eaa7efe6e25f3637a55ba8d38326449fb41c3de459f0a7a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,066
Size: 1.00 vMB
Total Fees: 0.00769924 BTC
Feerates: 50.25 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (129,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,922 785,922 0000000000000000000027ad1267ac765bfcc2f18bd8d0fec6366555c2fda2a8 1,119 1.00/1.00 vMB 6
785,921 785,921 00000000000000000004595d27aeea4c8b4b821349a2b964e2ac8f82c69ec2b8 1,176 1.00/1.00 vMB 8
785,920 785,920 0000000000000000000040ac187c64a87e8e43b1b76755c00b3cdf8ceb0f6d8b 273 1.00/1.00 vMB 2
785,919 785,919 00000000000000000000eb3a6d9bf922f5f96bb47c856da4ca0da7af50610dc9 2,130 1.00/1.00 vMB 13
785,918 785,918 00000000000000000002be24873dde169e5c1e5404a10ff87b3269446451f3f8 162 1.00/1.00 vMB 1
785,917 785,917 00000000000000000005b22a8f135ccefffa93f2e1e9f89eb8f6d462f7ccea9f 1,684 1.00/1.00 vMB 14
785,916 785,916 0000000000000000000159aaac0edd3587bb547429f0098f5d1a76042f8f62da 311 1.00/1.00 vMB 2
785,915 785,915 000000000000000000020500e5b3a2169af37cf2180332f514068dea95c8457f 2,971 1.00/1.00 vMB 17
785,914 785,914 000000000000000000030ff48e6c2250309a3d7ec25ba18f3089c6f3ee008193 938 1.00/1.00 vMB 9
785,913 785,913 00000000000000000002109bdae12bd3287a9deda73b12e2d72392d0622dbcd9 1,682 1.00/1.00 vMB 23
785,912 785,912 000000000000000000002bfd6b57596684a7e838d42c30a532b248c4f4adbc6d 1,497 1.00/1.00 vMB 9
785,911 785,911 000000000000000000016a34f393f1787061843673a0156636cfbae1b8e81eff 2,235 1.00/1.00 vMB 11
785,910 785,910 000000000000000000042d53f80d712990eb8c89124a6ba3bd3fee855937feb5 1,311 1.00/1.00 vMB 7
785,909 785,909 000000000000000000059553d1833e8f72ee4c66e41b4e67e0551186a5ba1150 708 1.00/1.00 vMB 3
785,908 785,908 0000000000000000000483108b0ce25cd8c7a32e379efa7dbe9c6090b3040a9b 1,280 1.00/1.00 vMB 6
785,907 785,907 000000000000000000001977220ce16f9bf79a30ffadf7c453dae01306334652 236 1.00/1.00 vMB 1
785,906 785,906 00000000000000000005b67016222c5d9a29a0d02c97d9016a6285ee9f99ee48 1,462 1.00/1.00 vMB 9
785,905 785,905 000000000000000000059853a8a4d309de2a7db239f0401af9d754ab87deaa77 2,339 1.00/1.00 vMB 13
785,904 785,904 00000000000000000003edd560336166314206e2cae777b7a9708e6f65e97868 362 1.00/1.00 vMB 2
785,903 785,903 000000000000000000043cb807bce8de00f0e75ecb1259c58c191c7d049e78fd 181 1.00/1.00 vMB 1
785,902 785,902 00000000000000000003958569ff0151d2fbcc4297b09e08cbd460c47bcbd167 678 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.