Loading Tool

Explorer IconExplorer

Memory Pool

84,077 transactions
31.51 vMB
0.10243121 BTC
Random Selection Loading Transactions
Max Size: 193.27/200 MB

Candidate Block

Mining Attempt 1cc3e064c3178517ba711dba301a96f4db8592748104c9c54e422c3589f15b7a
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 34ed467db0048334e9e195a995e782ddaad3439cb3f0f111e19764b177213c62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.02987556 BTC
Feerates: 504.27 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (333,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,327 581,327 000000000000000000082537f86d1aed0ffdfb1cdb933cc4d1bef95ce6dc7d8f 1,986 1.00/1.00 vMB 40
581,326 581,326 00000000000000000024f885485d7cee2be7d27101abd35057ed09d22ad95c04 2,514 1.00/1.00 vMB 62
581,325 581,325 0000000000000000001d6366f47788e8a71528efb3a2818ddb92fedd8593a814 2,714 1.00/1.00 vMB 58
581,324 581,324 0000000000000000000093db57c247ccf7c236e9ff6c20c4d3945129eb57ed7a 2,136 1.00/1.00 vMB 66
581,323 581,323 0000000000000000002111c28ab82ba6b9de5d77920b8834a631554ee356865c 2,713 1.00/1.00 vMB 90
581,322 581,322 0000000000000000002269a1d26e9064d2d75cbfe855763bbb6fa3b6f0f78f9f 2,733 1.00/1.00 vMB 82
581,321 581,321 0000000000000000001ef7e2989941f6fba4a9bbae418de42e26e413b36a53ab 2,944 1.00/1.00 vMB 91
581,320 581,320 0000000000000000000b8f7193cb504f64780aef13e71d6a72d35718c0c42913 3,272 1.00/1.00 vMB 111
581,319 581,319 0000000000000000000bb03f34b3ed763c442922c1dd521dc4e1906e11913e31 3,119 1.00/1.00 vMB 85
581,318 581,318 000000000000000000061bf1314ee6857e82d152e0b530dec031b9bfd81690b6 3,207 1.00/1.00 vMB 104
581,317 581,317 0000000000000000000883ee30e2a41d464c41eeab0a6e50ed6aec96321326ef 2,948 1.00/1.00 vMB 117
581,316 581,316 00000000000000000001496025f03b7db5a5650637c470a04daa2f8042522522 3,018 1.00/1.00 vMB 83
581,315 581,315 00000000000000000018c896fdfbc927009b614c02e409d39dc31780d8737580 2,680 1.00/1.00 vMB 89
581,314 581,314 000000000000000000198baf3def5a16a2e08217b39171eacbb9559ee12c38b3 2,122 1.00/1.00 vMB 96
581,313 581,313 00000000000000000020a0aee34e0a4155c9d33d776a3c48f1f8be5fb5c1410d 2,909 1.00/1.00 vMB 113
581,312 581,312 0000000000000000001d129bcf3345793805d51e3edc18d871cd9e1c713b7dc4 2,950 1.00/1.00 vMB 85
581,311 581,311 00000000000000000002f5117a61621ad38398e540ea958c9a3db7e035525cc3 1,388 1.00/1.00 vMB 91
581,310 581,310 0000000000000000001c753b5fa641e7d150abc364b943acf5735d45c0c01114 2,378 1.00/1.00 vMB 94
581,309 581,309 0000000000000000001e503e5cb8716ed3f3b5661bb927a129fb3e501879acbf 2,896 1.00/1.00 vMB 122
581,308 581,308 0000000000000000001e1bae8c0e50b8023b3321362ed96eba4423e721d0804b 2,580 1.00/1.00 vMB 127
581,307 581,307 0000000000000000002242d68bfb9afb9b84280bd5145def425609aac4361d68 1,949 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.