Loading Tool

Explorer IconExplorer

Memory Pool

51,062 transactions
28.60 vMB
0.07449141 BTC
Random Selection Loading Transactions
Max Size: 153.69/200 MB

Candidate Block

Mining Attempt 4434064b33ce77c51183d2db7407dc7d3d28dd6f0a0edffe827e212f261d8176
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root f4882e11d28bc33ba3f7c5f73d2be4e231a19c5ff4daf6eef7f2d6d86b3ec986
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01943251 BTC
Feerates: 500.00 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (308,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,733 606,733 0000000000000000001053792495d32fa6faf29121ba93b455c4a1e5bab19acd 3,028 1.00/1.00 vMB 21
606,732 606,732 000000000000000000154ead93ac2076d6b40348253daa4941c49dc04726116c 2,698 1.00/1.00 vMB 21
606,731 606,731 000000000000000000023bbb739a797af7373d211b643efbef46f05911199db3 3,188 1.00/1.00 vMB 32
606,730 606,730 000000000000000000006e6e6acfc3b067901823b74134176895519d53bea8d7 3,171 1.00/1.00 vMB 9
606,729 606,729 0000000000000000000ac1ec532c36b268f4720eb9e111ca689b83edcceff652 2,427 1.00/1.00 vMB 9
606,728 606,728 0000000000000000000334b9d0a4dee902a0d3aca75382ae1502eb07a8b0f9dd 2,559 1.00/1.00 vMB 14
606,727 606,727 000000000000000000118a284d72e47d05ff8bfe3887f117b1216f8306643b4e 2,689 1.00/1.00 vMB 26
606,726 606,726 000000000000000000094f5afa62e536a099e8b8b09b0c8cd1aa868566f24836 3,228 1.00/1.00 vMB 35
606,725 606,725 0000000000000000000ae20d5aab24d6d83457f4c1a7c3b7c719579dd0d30673 2,648 1.00/1.00 vMB 16
606,724 606,724 0000000000000000000c44f84e797896aef3977e7ea1bdcfd2a36f0968c189c2 3,247 1.00/1.00 vMB 43
606,723 606,723 0000000000000000000aa54df92189ade09cdf7a4ed9677966715bb29c15a03f 2,292 1.00/1.00 vMB 13
606,722 606,722 000000000000000000155be2a2acec5422766bf4fb0920dd58d227204e2b78e4 3,107 0.99/1.00 vMB 21
606,721 606,721 000000000000000000015fce6fe59d61327ad74bea044d7759905a8852986c83 3,051 1.00/1.00 vMB 33
606,720 606,720 000000000000000000142a21d5b0105f25c9b5e47cd1aec077d5539423abbf1d 2,934 1.00/1.00 vMB 30
606,719 606,719 000000000000000000151e83b55ba329ba586f5cf9df0c30e305b8815cefc527 2,840 1.00/1.00 vMB 39
606,718 606,718 00000000000000000004fa8ac9abbe8898642e498ef893efc9aa37ef33c52717 181 0.05/1.00 vMB 23
606,717 606,717 00000000000000000004b6609701ad777aff113cfe3a4cba128440309a593c94 1,874 0.69/1.00 vMB 7
606,716 606,716 000000000000000000056910f01ce0ccff0d372263afca75532d5702023225ba 2,440 1.00/1.00 vMB 28
606,715 606,715 000000000000000000114810eeafaf9643303fb06576f2407e16c2c3e2496e30 1,449 0.57/1.00 vMB 6
606,714 606,714 000000000000000000056bc799a5fcfe64e8486662e1c4925e3a7fc3befa9516 3,023 1.00/1.00 vMB 24
606,713 606,713 0000000000000000000127f82d129c1165e7dbc70cac1a231bd6c31978d7a3b4 370 0.11/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.02 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: 649.94 GB
    • Received: 13.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.