Loading Tool

Explorer IconExplorer

Memory Pool

36,742 transactions
28.62 vMB
0.06530228 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 17aed3281b1d2f9d4b75d22cdcd7f668b58577dd290f5035eb1a6997153f34af
Version 20000000
Previous Block 0000000000000000000059402129e8cfb80bd7c408e1eb706635b3b834353019
Merkle Root e56d2a94673fd4827afe58d92efd5fb72bda780b5e0e354fd46359072e78ab7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.00969402 BTC
Feerates: 100.33 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,527 (1,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,994 912,994 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db 4,045 1.00/1.00 vMB 9
912,993 912,993 000000000000000000016a9bb5f319ff1902ff927cfd4910ceff07268f197cf2 3,172 1.00/1.00 vMB 7
912,992 912,992 00000000000000000000011be26e1d679d472da8ef807d16544c4b8d661571db 3,205 1.00/1.00 vMB 4
912,991 912,991 00000000000000000001fc2def657f6138fb26285cb16652f78ccad2d8a21eb5 3,409 1.00/1.00 vMB 3
912,990 912,990 0000000000000000000162240497cbc99eeed5e7e4ff15c610af5a069ccbc724 3,088 1.00/1.00 vMB 6
912,989 912,989 000000000000000000016a33851ddeb3a4264eed7c83f01f4ca6a96c658cf623 3,952 1.00/1.00 vMB 1
912,988 912,988 000000000000000000019171f4f4e120a076cac9aebede9f183a9ecc7fb1c11d 2,193 1.00/1.00 vMB 5
912,987 912,987 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b 2,750 1.00/1.00 vMB 2
912,986 912,986 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6 4,041 1.00/1.00 vMB 1
912,985 912,985 000000000000000000004c1a5b2dad9ad6b72a40d5035c740a1eaf021b193ef2 5,339 1.00/1.00 vMB 1
912,984 912,984 00000000000000000000b84350826d7e485b2f5350f601518e19ec6e5a08d4e8 1,295 0.44/1.00 vMB 7
912,983 912,983 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84 3,929 1.00/1.00 vMB 3
912,982 912,982 00000000000000000000fd012ea049d25cf28e26aee7c7a1fa30d0c8cd0c6532 2,471 1.00/1.00 vMB 3
912,981 912,981 000000000000000000003ae45c1b132e52c11828e07175271eb6a18518b58f8a 1,346 0.52/1.00 vMB 2
912,980 912,980 000000000000000000004baec7b42e7a2786c4e3475c0f5b18e331c9c95a12d3 2,619 1.00/1.00 vMB 2
912,979 912,979 00000000000000000000cc6d598864331c67a34c85155866c526e1ea46bc0fa3 1,247 0.42/1.00 vMB 2
912,978 912,978 0000000000000000000104ebb6cf6aebc41ddfac20caa8800e7ab18605d6c8e8 5,402 1.00/1.00 vMB 0
912,977 912,977 000000000000000000000c693a119f1a086e8bf27ff7986a40bd281ee4361631 6,671 1.00/1.00 vMB 0
912,976 912,976 0000000000000000000191d1376b4657e5642d8f1f0aab5a88e4b47ab39fa883 4,750 1.00/1.00 vMB 0
912,975 912,975 0000000000000000000227175a7c8ea3a7cf1054b0c7a75981cedeb3ea163cc5 4,518 1.00/1.00 vMB 0
912,974 912,974 000000000000000000019f47294b7c2a736d2beb57ebb16b9487f81addcee4e3 2,963 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.55 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: 621.23 GB
    • Received: 11.23 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.