Loading Tool

Explorer IconExplorer

Memory Pool

84,922 transactions
32.78 vMB
0.15148669 BTC
Random Selection Loading Transactions
Max Size: 195.64/200 MB

Candidate Block

Mining Attempt 24a028bee8330c5010941c5c89aaca8ffd71cc01364214237135c0eebcc2c346
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 86fbfbe51252994e3f21af436055d98a2c5ff7d7c6087fb3a86843856a199ca5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,591
Size: 1.00 vMB
Total Fees: 0.04652457 BTC
Feerates: 318.30 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (130,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,120 785,120 00000000000000000005426e3b29a3e181e730219e95bc38af18633c71da4063 3,225 1.00/1.00 vMB 14
785,119 785,119 00000000000000000004d97eefc43d59b7f695d041c9bc8b46480b87cfece822 3,267 1.00/1.00 vMB 25
785,118 785,118 0000000000000000000292271a7b853ff8d80a9f1a23e2dbf904c14bab9c4bac 1,996 1.00/1.00 vMB 12
785,117 785,117 00000000000000000000c24cfaf8fe307fffa032ab025262edb1968199d858ab 24 0.01/1.00 vMB 110
785,116 785,116 0000000000000000000213bb2fc3870dce72aa15166453c6b278ceaf760e807e 2,355 1.00/1.00 vMB 11
785,115 785,115 00000000000000000005b0d24cb215dafa8472c590fe5192c973a24c969d6e74 2,479 1.00/1.00 vMB 24
785,114 785,114 00000000000000000000162fd44bac1007cf7c6a1aa9c3780cef8401894d8a30 2,784 1.00/1.00 vMB 28
785,113 785,113 00000000000000000004fa2283994e7244ab21eee177b7278ab889ff6a2d6fd6 2,260 1.00/1.00 vMB 8
785,112 785,112 000000000000000000046c50628904db3fe9f0ba1740fc3a58441622f968c19a 3,718 1.00/1.00 vMB 26
785,111 785,111 00000000000000000002fb69bf5f7ad9491826d75962f225fd060cc97ad310df 3,480 1.00/1.00 vMB 24
785,110 785,110 00000000000000000002778abecc94e9bd4f8b5f1a18e1938ae909f9e6c187f1 1,176 1.00/1.00 vMB 7
785,109 785,109 000000000000000000026a3c3ff5a5ab28e368c1f1d3f9f498a9e8207ca55273 1,752 1.00/1.00 vMB 6
785,108 785,108 00000000000000000005c94e61b45ae9962acc2d61fa7831c2474edb0a6aa70e 2,620 1.00/1.00 vMB 15
785,107 785,107 00000000000000000001c82970aff26c29d4ea47a8e1af7a458117b52c5a7bdd 3,762 1.00/1.00 vMB 21
785,106 785,106 0000000000000000000119a784a0feb5d66800fb3291f4326adbcb0da2ab0027 3,316 1.00/1.00 vMB 33
785,105 785,105 000000000000000000012bd5b43e391b444b7e4efb7de27e3a9c6936621dd475 666 1.00/1.00 vMB 5
785,104 785,104 000000000000000000014163297ac0bd03f98bd00cae1c5248c4a78315fd49e4 1,468 1.00/1.00 vMB 9
785,103 785,103 000000000000000000053eef3fbc291d9235ab496691553712ac2f74b97b9ca3 863 1.00/1.00 vMB 5
785,102 785,102 0000000000000000000129fccbaa167b6b2b1d5136acba0f057bcdb1c6193b6b 1,754 1.00/1.00 vMB 13
785,101 785,101 000000000000000000017e69d5d683e3b4ca39177f4941021be274f702fd2c2a 3,053 1.00/1.00 vMB 26
785,100 785,100 00000000000000000003f72d8971656a9fb5ae4ede38c42fedd647d82532e2d1 2,163 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.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: 718.85 GB
    • Received: 17.96 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.