Loading Tool

Explorer IconExplorer

Memory Pool

44,678 transactions
26.64 vMB
0.05961752 BTC
Random Selection Loading Transactions
Max Size: 140.97/200 MB

Candidate Block

Mining Attempt 5994aacd2cc09b4ec2f2448b51add9d5e2efef7269fb6e9fd1bad55e1bb5f8fc
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f226b65885e58dc31eeceec41269a8b16a861c9d49e99845e84777ece35a473e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,284
Size: 1.00 vMB
Total Fees: 0.01046966 BTC
Feerates: 101.72 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (353,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,916 560,916 000000000000000000127f8b99ad39690270ce8c0270b299980a36c5f80793ba 2,653 1.00/1.00 vMB 38
560,915 560,915 000000000000000000177154e7175c9c8d8697c587d84ba474baf95b3b91f009 1,906 1.00/1.00 vMB 16
560,914 560,914 00000000000000000007ad222cfba6f6a82234fab21db5394e25e8749b85d07d 3,018 1.00/1.00 vMB 33
560,913 560,913 00000000000000000008c8c21ecbeca767c3ea857c37455110948b26685c1369 2,848 1.00/1.00 vMB 21
560,912 560,912 000000000000000000026c83801b42ecde9e6abdcf09ab774e092042467ba58f 2,368 1.00/1.00 vMB 23
560,911 560,911 0000000000000000002c1d7c026e84694bb725c05f7aa07caac12b858b7bec72 1 0.00/1.00 vMB 0
560,910 560,910 00000000000000000027f7e8b7db6014592208b963f77390fa4896e3b2490aee 1,888 1.00/1.00 vMB 46
560,909 560,909 00000000000000000004da875bff9561548eafca145aa4d91290f691dbe192e6 1,520 1.00/1.00 vMB 51
560,908 560,908 00000000000000000010bfd3b66ca3398c24706cfb604929aed5777bea038a4c 1,242 1.00/1.00 vMB 93
560,907 560,907 00000000000000000007690771910ebd512179114bcf590f58d0c8d25689728e 2,328 1.00/1.00 vMB 3
560,906 560,906 0000000000000000002ef45f70bd49243735f42240c8b233869ebb2e66f90020 2,201 1.00/1.00 vMB 9
560,905 560,905 0000000000000000002a2ae3238ecffcda8a8407227a2fb92ec33b093c4bfd42 2,648 1.00/1.00 vMB 32
560,904 560,904 00000000000000000003e89eaa0d8fa639fc5385d2c08685fbfde8cd128262ac 2,514 1.00/1.00 vMB 4
560,903 560,903 0000000000000000000744e1c6f7a210dc3d58096976904d74f98a3a327d03ea 2,774 1.00/1.00 vMB 14
560,902 560,902 00000000000000000003d5acef0873cfa964d9cbb6721aa5b2f01c43bcc9e2a7 2,146 1.00/1.00 vMB 11
560,901 560,901 000000000000000000100860b2615c182fd97a6a36b9e6f1ee6d0a3bec7fd198 2,154 1.00/1.00 vMB 11
560,900 560,900 0000000000000000001da7b6bb2f2dad5026310f4ad33c7fbe087c2092c2aa90 2,955 1.00/1.00 vMB 39
560,899 560,899 0000000000000000002d7d715c382f45f08c86af4ae0e7dbf39e8b0d40d19448 1 0.00/1.00 vMB 0
560,898 560,898 0000000000000000002cab19aea469b06a1ef52780d465754b46f84a4d8007b4 2,303 1.00/1.00 vMB 26
560,897 560,897 0000000000000000001a365b64b7c5a225661a391a611fad2098a1f2d73dd2ac 2,602 1.00/1.00 vMB 8
560,896 560,896 000000000000000000181606fb6b5a9d9dc93c14d43a217b1308a848bc201f35 2,423 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.