Loading Tool

Explorer IconExplorer

Memory Pool

34,253 transactions
25.36 vMB
0.06901535 BTC
Random Selection Loading Transactions
Max Size: 129.23/200 MB

Candidate Block

Mining Attempt f5a1a362e71b64136b65786ebf113f7595338d0101a21de8852ac32dc46c8799
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 860d0ca2f5d19d46c930df5600e8068f4e3db32a546f8413dd3a47c773f1c5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.02279373 BTC
Feerates: 101.67 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (333,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,488 581,488 0000000000000000000a79842ebbe30414ce69880a681d004c599ef079cca6b9 3,042 1.00/1.00 vMB 44
581,487 581,487 000000000000000000039da3fc4e30c5f336002f696a8592ca046e947833463c 3,047 1.00/1.00 vMB 70
581,486 581,486 00000000000000000018530afec3e8b168c75129a320c13b6feb85428e8d436e 1,623 0.62/1.00 vMB 44
581,485 581,485 000000000000000000011d78b6b394f8308d0345d79fae23962a1c3a5c83e4c9 1,863 0.70/1.00 vMB 49
581,484 581,484 00000000000000000005a7ae6edab08bb00900f8c721ec274dd16c17ae3b1b9d 672 0.45/1.00 vMB 14
581,483 581,483 000000000000000000030bd3cd4882a203b77fef8d4aab813f773743c5d59cdb 974 1.00/1.00 vMB 14
581,482 581,482 000000000000000000026f91f53281a2bc7b8c30f96e404bc68e191301daa2a2 2,275 1.00/1.00 vMB 29
581,481 581,481 00000000000000000001060c145cf7e71d98800d04a7ea3b4752f109b251f016 2,968 1.00/1.00 vMB 80
581,480 581,480 00000000000000000010cc886fa49729e28a61b7b4801b132da7d4e05515a911 1,741 1.00/1.00 vMB 26
581,479 581,479 0000000000000000001e1bd3ab17bf575949d63bc690a4ebf0e4bda88e6ded4a 869 1.00/1.00 vMB 1
581,478 581,478 0000000000000000002552a33105738e60a336b3ce2cd98fd0cdb7c4272fae10 1,008 1.00/1.00 vMB 29
581,477 581,477 00000000000000000011c49ff8d70e5e658e9de48a90fbd315524fab0b8611bb 2,660 1.00/1.00 vMB 55
581,476 581,476 000000000000000000255f3d463d2a8f59c745a9e48239bdf69591154feec704 1,753 1.00/1.00 vMB 25
581,475 581,475 0000000000000000001522052d3f28f10b1fa7abb36497d9313ed00f6ecbeabd 2,783 1.00/1.00 vMB 33
581,474 581,474 00000000000000000013efbac4b40745c08cd3340a1e78cdb925683c8141bf2c 3,233 1.00/1.00 vMB 99
581,473 581,473 00000000000000000022a748fe93d6c5a884261de136c8daf71cdc26b4e2ca99 1,159 1.00/1.00 vMB 23
581,472 581,472 000000000000000000010112c4d0616537ba6dfcfa0750abe4f1cc48df577847 1,346 1.00/1.00 vMB 18
581,471 581,471 0000000000000000000b04b9b987291d487531dd146bbf934b5c363cb51eca77 2,285 1.00/1.00 vMB 47
581,470 581,470 000000000000000000255269b16d6201426da9a0d2ed0a0b2a41d7e80133f77b 2,268 1.00/1.00 vMB 25
581,469 581,469 0000000000000000000ff094bbce31a6344c50c423d397df010602424a02b97a 2,828 1.00/1.00 vMB 27
581,468 581,468 00000000000000000002127b7350ec533d1e06424b6d69f85919b7f5e5e65023 3,226 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.