Loading Tool

Explorer IconExplorer

Memory Pool

78,664 transactions
29.36 vMB
0.06345786 BTC
Random Selection Loading Transactions
Max Size: 176.76/200 MB

Candidate Block

Mining Attempt aeadfd3660b46edfd1caee6585894f11c6aa87b136c4c0cb53e3d8eeae3c4dfb
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root 7b06b12ee2e0a239dca6a71f5fd4e7aa6597717173f1465c1a845bd7774dd430
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,290
Size: 1.00 vMB
Total Fees: 0.00372732 BTC
Feerates: 163.64 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,992 (453,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,020 461,020 0000000000000000002f03153c63bfc75baaf53bea07fd0ca7927c8b1d06973d 2,237 1.00/1.00 vMB 131
461,019 461,019 000000000000000001619e80ce6ad54c134c4ac1c4c14cd49edd452e2f282248 1,518 1.00/1.00 vMB 134
461,018 461,018 0000000000000000017369c5fe8fa19546907534112170593aec4428ebb51098 3,284 1.00/1.00 vMB 187
461,017 461,017 000000000000000000719e983b28a7f61df0f2bd6ecd7345a716789f9e897a1a 2,008 1.00/1.00 vMB 284
461,016 461,016 0000000000000000019bac0549b9c3382d3953561a161e5a8a6796bdb3e110cf 524 1.00/1.00 vMB 38
461,015 461,015 00000000000000000156ef6e6c73c15dd3c5a16e85653765c8ce8d655b3afff6 1,214 1.00/1.00 vMB 116
461,014 461,014 00000000000000000108ed3aca9bb580a1f68491fe55b0b13164ecebb5922ba1 1,078 1.00/1.00 vMB 59
461,013 461,013 000000000000000001b842b536881b20399dd0a301ca95c0ec6643efebd4e644 1,365 1.00/1.00 vMB 133
461,012 461,012 0000000000000000011cc644017c307c9ac85894e11615a0f681e3537dbe9638 2,161 1.00/1.00 vMB 162
461,011 461,011 000000000000000001727c002222378568acad3cf94822368e51aee5cf882ad9 1,982 1.00/1.00 vMB 130
461,010 461,010 000000000000000001bc282bc7cd8dcbca378626a69470779a92e42f252da046 2,281 1.00/1.00 vMB 163
461,009 461,009 0000000000000000014eb9c218ab727d66c90a1d78fd33361f8ea013bde839e4 2,337 1.00/1.00 vMB 175
461,008 461,008 0000000000000000020eee197326330757078f946cf15f94928f18f2661a255a 2,384 1.00/1.00 vMB 155
461,007 461,007 00000000000000000165da5a6f9f42408e27812c6faee78eb1163f9ab7060353 2,490 1.00/1.00 vMB 152
461,006 461,006 000000000000000000592016bd14c1e809a18654c41e7f3955f4c2ff0edaff87 3,112 1.00/1.00 vMB 246
461,005 461,005 0000000000000000010b7d258f0237d5a152a0ef5b2e48e4ef6ae42fad4fc6b5 1,819 1.00/1.00 vMB 86
461,004 461,004 000000000000000001fb0a7236b36c0a62df3d35159d2bdac767ed4c387c9834 2,606 1.00/1.00 vMB 190
461,003 461,003 000000000000000000f41c4acfb4035011fdf3124b5ba95edaa1a42c68c08ab4 1,875 1.00/1.00 vMB 126
461,002 461,002 0000000000000000011a18c8bb123190ffa7d90fa6a5dd9cbe38f8726b9adf16 2,017 1.00/1.00 vMB 122
461,001 461,001 000000000000000000f7184f994a5749cb43b04f82635fbfa36c5ada456f98fb 2,388 1.00/1.00 vMB 161
461,000 461,000 0000000000000000012c3c6ad40dab385f02ce1635a869e9f6da01c27cb7ad43 2,661 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.38 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.14 GB
    • Received: 14.95 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.