Loading Tool

Explorer IconExplorer

Memory Pool

74,878 transactions
27.60 vMB
0.07301379 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt 20580d43305d72f60a358d0a0b33863e429d7a87c1131c1f0f5f269ecb3d4666
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root fda96e166d9b188a1b64d874c2f8d7b352201c7e7234c8dce976963ab76bb603
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01403010 BTC
Feerates: 80.55 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (276,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,487 638,487 00000000000000000009640c2a4f78237a05279165c37cc990c9797a75095a34 2,581 1.00/1.00 vMB 54
638,486 638,486 0000000000000000000da13d058bf95cfc0eeb1812533182f1304b0cdba6771a 2,543 1.00/1.00 vMB 48
638,485 638,485 000000000000000000053c907180ad42e0739bdba7055e3791bedc224f98bb62 2,392 1.00/1.00 vMB 70
638,484 638,484 00000000000000000003f9b462dc1e7d0e8018887710b1adf3b3490ab2572e0a 2,355 1.00/1.00 vMB 47
638,483 638,483 00000000000000000008ad9419d3e8e73913966205f4363a261c29a17741cc25 2,104 1.00/1.00 vMB 71
638,482 638,482 00000000000000000010d962e097a19321ed19c71df2a8af2dca9c3c1b7f6640 2,214 1.00/1.00 vMB 30
638,481 638,481 000000000000000000093d25d09307bdbe2f138eeb57bd596c7241150c69b9a8 1,984 1.00/1.00 vMB 38
638,480 638,480 0000000000000000000ba2c0961eaacefd10f5b5184386c4b9b1d7d4638e860d 1,701 1.00/1.00 vMB 39
638,479 638,479 0000000000000000000f288a056d568c00c9bbb2fa6fa61adfc2b7314fe46e58 2,407 1.00/1.00 vMB 60
638,478 638,478 00000000000000000004821903d7f8ce676e6d5dcd5a5880f83b39b41072e680 2,383 1.00/1.00 vMB 32
638,477 638,477 00000000000000000008a9d4309556a6fe246498b223ffa723144a4c12bf1440 2,566 1.00/1.00 vMB 36
638,476 638,476 000000000000000000027064c56a90168c2800211f09fb85023a94a3702285be 2,253 1.00/1.00 vMB 28
638,475 638,475 0000000000000000000636c6e3b5075b0930562a9639831d5e5b5dab0de206d2 2,149 1.00/1.00 vMB 32
638,474 638,474 0000000000000000000afad036d6e4769880b3de4c49475a7ec5c24f59d8f1b4 2,917 1.00/1.00 vMB 42
638,473 638,473 0000000000000000000dd61f31524e712928984b47f026b52f56b00fd5785641 2,914 1.00/1.00 vMB 41
638,472 638,472 00000000000000000006d2db2f850bc53901ed2d6cf98c1e1c23cd5912897741 2,847 1.00/1.00 vMB 46
638,471 638,471 0000000000000000000a9a3fa5012b2806feaf06386ffa13682e64ff719d4276 2,698 1.00/1.00 vMB 39
638,470 638,470 0000000000000000000d8f2be6b846d6c3c70182cac3c46a4b9c2fdf8e65e7b4 2,808 1.00/1.00 vMB 46
638,469 638,469 00000000000000000009bd351841260ff3f07752c38e8786c306779677e3cf81 2,323 1.00/1.00 vMB 30
638,468 638,468 00000000000000000000e74077e1176c79324f4340e2e5b3cc0db7748a412c90 2,760 1.00/1.00 vMB 29
638,467 638,467 000000000000000000010aed40f3c16bbd8f204ffdd72b56a38ae76492239356 2,773 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.15 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.