Loading Tool

Explorer IconExplorer

Memory Pool

79,089 transactions
29.27 vMB
0.07102721 BTC
Random Selection Loading Transactions
Max Size: 175.68/200 MB

Candidate Block

Mining Attempt efe7bdde68859f35d4ad3318e3fafef2611c8d94388f73cec25e33cf6c2ee30d
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 867d89e9bf3bd0b5b265bd67a1d1689e1ac99402e3440cc6e8439037ebfccf9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.01158025 BTC
Feerates: 170.94 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (194,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
720,775 720,775 00000000000000000003e3d9df89df05b00f9c5a5e410ab11e04234e10820339 1,988 1.00/1.00 vMB 6
720,774 720,774 00000000000000000006f6f16468b87d135a1455c84f68f555bb55d35b37a830 3,021 1.00/1.00 vMB 18
720,773 720,773 00000000000000000007de8528e3472c1a92e979412a04d522448bf8c657e744 1,771 1.00/1.00 vMB 8
720,772 720,772 00000000000000000008c6ce22a0bff229bfd67f05630d8beaebb3bc0985d967 2,607 1.00/1.00 vMB 6
720,771 720,771 0000000000000000000491b6c4d03f22463ff8f7d198a82fd2f1ca5eaa27ce95 2,706 1.00/1.00 vMB 9
720,770 720,770 00000000000000000003cb752c80f0424423bd6a71e59f7899f60c36314b305b 2,857 1.00/1.00 vMB 18
720,769 720,769 0000000000000000000248a71203593c47ebd30a211116b661d748b9b49e005a 2,622 1.00/1.00 vMB 17
720,768 720,768 00000000000000000003900ca7e67a9148af1a537dc01762c5934e101c090b89 2,777 1.00/1.00 vMB 15
720,767 720,767 000000000000000000044f1586e6b83fb4706e2271be2a466ed744dc67b7962f 2,730 1.00/1.00 vMB 25
720,766 720,766 00000000000000000001b0a7aeddfcef4cf45725344bf2e984815e874ebe4f0e 272 1.00/1.00 vMB 4
720,765 720,765 00000000000000000001fcc7eb9c80fdcb8a590d2151dc37f7ac28cc18a0555d 2,889 1.00/1.00 vMB 8
720,764 720,764 00000000000000000003682762164c283156fae13386d71f621a2b9f59ea1b61 3,388 1.00/1.00 vMB 13
720,763 720,763 00000000000000000006c4e4e3f0c2ab110f1fb3f0fd7360b03c6fda586a526a 1,046 1.00/1.00 vMB 23
720,762 720,762 0000000000000000000562ae906544f926719264725c445324fdacf591d37ecf 1,888 1.00/1.00 vMB 15
720,761 720,761 00000000000000000003d67fede5823a78fc867b3d6350dc9c7cfa1f8666a7b5 1,063 1.00/1.00 vMB 11
720,760 720,760 00000000000000000001b4b9435f569160576dfce1f3cde25cee80cfc2e650fe 3,322 1.00/1.00 vMB 19
720,759 720,759 000000000000000000023b52e11afed3cfd195fc014f561e268a66f87111c017 1,838 1.00/1.00 vMB 7
720,758 720,758 0000000000000000000944d5fe57a7f8494059e4165eb9f797504da9f37cafce 268 1.00/1.00 vMB 26
720,757 720,757 00000000000000000004cdb31a2ba16ce430937bffa2b088aa2e6e9d193edc1e 263 1.00/1.00 vMB 28
720,756 720,756 00000000000000000003e1eeaa0e9f4f2d27097fef285ec727282d784fc58049 2,781 1.00/1.00 vMB 9
720,755 720,755 00000000000000000007aa363dfd3909c1fbbdec31f92f1a26c792a995440401 2,770 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.