Loading Tool

Explorer IconExplorer

Memory Pool

39,322 transactions
28.20 vMB
0.05907080 BTC
Random Selection Loading Transactions
Max Size: 143.75/200 MB

Candidate Block

Mining Attempt 962f5a2af723e805fa6ea0c3aaddab2472cd725880a5b7a9e682548e7e78b1ba
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ebbbb91238fc729ab79e8add6e45453905e8c5b2b8144a67e0f09d7adae68dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,595
Size: 1.00 vMB
Total Fees: 0.00500296 BTC
Feerates: 60.12 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (351,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,844 562,844 0000000000000000002be3bcb089e732a23a94e80244972c13c49fedb2011cdd 2,220 1.00/1.00 vMB 16
562,843 562,843 000000000000000000268becc3c27d9188d0401e492ae8b3dd2c6aae91941a2b 2,604 1.00/1.00 vMB 35
562,842 562,842 000000000000000000202bbed21db391bda7710d179b6a95c87d9515eb4d3f56 2,731 1.00/1.00 vMB 26
562,841 562,841 0000000000000000001cdec12671e67fe56b893de6bfeb46108b689b21732458 2,305 1.00/1.00 vMB 24
562,840 562,840 000000000000000000292c5a1b762b29dc5bf315ad6eaae8b60356bd87f5f975 2,975 1.00/1.00 vMB 54
562,839 562,839 00000000000000000015e0974df1136f8f853b3da65dea68232038c575a56a70 2,459 1.00/1.00 vMB 31
562,838 562,838 0000000000000000002a568eb67bac2cfafba4f60abbae285043d6069e166e4e 2,345 1.00/1.00 vMB 38
562,837 562,837 0000000000000000001c408d0e6cc20cd2ec977328f27846262bac877f19a59d 1,672 1.00/1.00 vMB 16
562,836 562,836 0000000000000000001fdec455b0ba9d6c3862cc5128f3aea5dcf92457618e03 1,907 1.00/1.00 vMB 15
562,835 562,835 0000000000000000001e120c0029059116aba178e9a5aad64b1bb79f231fb43e 1,652 1.00/1.00 vMB 3
562,834 562,834 0000000000000000000449cf1bba1c2d4c8828ccee02a32b6c270a898bfb0c9e 2,167 1.00/1.00 vMB 12
562,833 562,833 0000000000000000000a1ce29b19118b1cfb9d29373354e9d93c9720b737fe0c 2,023 1.00/1.00 vMB 17
562,832 562,832 0000000000000000000d3bfe03dd358e180a9bedb07e69227b81b4ea41deb8b1 2,743 1.00/1.00 vMB 17
562,831 562,831 000000000000000000153f7fef4783fc5723aeff8383b81124ac1a9522617c22 2,516 1.00/1.00 vMB 20
562,830 562,830 00000000000000000014c0496852a054c0a6887def385afadd5bad3d03444d4a 2,705 1.00/1.00 vMB 28
562,829 562,829 000000000000000000042c943c8e3b007d6534598933ec51b8c34bcf3ece79d2 2,420 1.00/1.00 vMB 27
562,828 562,828 0000000000000000002232726a8ce96c1a9fa192b6077af19657f9473124699d 3,279 1.00/1.00 vMB 46
562,827 562,827 00000000000000000020a208af6ae2e9f0539748b9bfec30bb005b7f4567115d 2,820 1.00/1.00 vMB 47
562,826 562,826 00000000000000000028e17f9af958534d9f116cd239b6bae315b14f94d59785 2,838 1.00/1.00 vMB 34
562,825 562,825 0000000000000000002c27ce529d497e759b7ecf34c1f3dd1e416c3954893b5f 2,704 1.00/1.00 vMB 38
562,824 562,824 00000000000000000008317a44008086e064a04902a8a46b86ca5b82fb8de16a 2,798 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.70 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: 629.16 GB
    • Received: 11.87 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.