Loading Tool

Explorer IconExplorer

Memory Pool

45,679 transactions
28.44 vMB
0.06431086 BTC
Random Selection Loading Transactions
Max Size: 151.51/200 MB

Candidate Block

Mining Attempt 0f2998705a712d4562ea2d15910f23d80f52c929d8068e252736ce50a4e6e6ad
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root e1c8b0a06f26b5d66a655f08fe59fecf93d54a9e14441ddb9a7219380a960ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01021404 BTC
Feerates: 50.42 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (178,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,431 736,431 000000000000000000087bb8e7f070753ae16e0b5cfc0075dc26d89c2e299711 2,035 1.00/1.00 vMB 22
736,430 736,430 0000000000000000000229a73852afeedf4caa512c07eff6501788dde4b949d4 1,373 1.00/1.00 vMB 14
736,429 736,429 0000000000000000000113e72ec20f98da0f29ae610dc5113ea46786f0975601 1,032 1.00/1.00 vMB 16
736,428 736,428 000000000000000000088ea41b7a9b18b563de1b2c4f425ae343be5e888679d4 2,353 1.00/1.00 vMB 19
736,427 736,427 00000000000000000007be89e50a665d56bd1dfcfab097d391f2997621967d7a 1,749 1.00/1.00 vMB 23
736,426 736,426 0000000000000000000612ee6a4ce0c24c45f8e84aec278141a8dd8404a15fd0 2,624 1.00/1.00 vMB 26
736,425 736,425 0000000000000000000582d17017135d4acf7a755f801399b1cd3a18e8eb4184 1,573 1.00/1.00 vMB 6
736,424 736,424 00000000000000000003648c9b7a41c37346d98eba1ff8fcb5a97ed41db6f59b 2,278 1.00/1.00 vMB 7
736,423 736,423 00000000000000000006cb0276176b9953d1a483a395eac2072e387ca6d55b9c 2,097 1.00/1.00 vMB 13
736,422 736,422 00000000000000000008e4a3ad7ea9d08743884678c9df69c78f9a472aea0e78 2,676 1.00/1.00 vMB 19
736,421 736,421 00000000000000000000900307febc654e47a1faf5c098b90136d9b121d4edd0 2,023 1.00/1.00 vMB 23
736,420 736,420 00000000000000000006197dd33be99871d268a2847020d764a0bf58f146cdca 2,825 1.00/1.00 vMB 28
736,419 736,419 00000000000000000006a262fdcc459f7460bfbbce7c82e87ae68e9fb2cfe622 2,377 1.00/1.00 vMB 13
736,418 736,418 0000000000000000000793bcc953f60bb9cdadef5d5c9030415c7bb9575e3b12 1,819 1.00/1.00 vMB 6
736,417 736,417 000000000000000000049251f02c839488f3a7476cf1ea6ab594d82acfb356fd 2,391 1.00/1.00 vMB 7
736,416 736,416 0000000000000000000353dc20349df8a3b8074f97ff11e60c68d549d1dc0902 1,480 1.00/1.00 vMB 12
736,415 736,415 000000000000000000054599c68393b340f9ebf0624cc97f76e1ebd047f8c43a 854 1.00/1.00 vMB 8
736,414 736,414 000000000000000000002c9f6bae1c79c196d953ba1240defaa692a691771094 2,269 1.00/1.00 vMB 12
736,413 736,413 00000000000000000003fc3b8b6449706c584747246539ce3ab42fa5690e8362 3,425 1.00/1.00 vMB 19
736,412 736,412 000000000000000000073614a5af5c85b887b3e9981e850296856483cd64480f 2,657 1.00/1.00 vMB 31
736,411 736,411 000000000000000000002482e0f3a19ce32846e9f5d11ce4cbf2a4edfbc922cb 1,454 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.