Loading Tool

Explorer IconExplorer

Memory Pool

49,276 transactions
28.48 vMB
0.13914990 BTC
Random Selection Loading Transactions
Max Size: 152.29/200 MB

Candidate Block

Mining Attempt f3e98f7ed8c9c207eb9274f15d57d9f7bf2bdb7a92c95bb1e9a4a022f4d657bc
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 06c5a3e5ad69b827d88a1de826396a588f65da0b0389f26877baefa395abb621
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.08247632 BTC
Feerates: 301.05 > 8.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (334,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,377 580,377 00000000000000000003299c06bb96946c0a5d17586c96ee7882bccf0bd9cef2 2,828 1.00/1.00 vMB 141
580,376 580,376 000000000000000000219941c7e2ffd551ec33b2a7cc714132c67c08d77be66f 2,676 1.00/1.00 vMB 70
580,375 580,375 0000000000000000001bce6f72f9d14e37f0a251a553c09ce3ee606ad64abff3 2,767 1.00/1.00 vMB 79
580,374 580,374 00000000000000000000ca7d8196da864e266213391d4cce15a46cdbcbeee5b9 2,697 1.00/1.00 vMB 121
580,373 580,373 0000000000000000000bbf467c208606a505793ff973b310b21c99e829c86cfb 2,441 1.00/1.00 vMB 23
580,372 580,372 0000000000000000001b32adccf6172ad1ae22b6ce9459c352396884059e9501 2,744 1.00/1.00 vMB 36
580,371 580,371 0000000000000000000277f4dbc441538d64ef1c7e2e39661cd4a3c76b86f5e3 2,688 1.00/1.00 vMB 43
580,370 580,370 00000000000000000003c3ddfa392252cb7b625b88b9d3c9aa2a3cd7dd279aad 2,587 1.00/1.00 vMB 54
580,369 580,369 0000000000000000001aa0f4bdc2c9eb46585d1e612756a9aea9b58656f73919 2,608 1.00/1.00 vMB 82
580,368 580,368 000000000000000000132dc5941c60eab4ad4482983c9283d4c9de4d4de15379 2,343 1.00/1.00 vMB 73
580,367 580,367 0000000000000000001605ca087098cf3eca9c7e70ed6783b837527f35a369e5 2,257 1.00/1.00 vMB 102
580,366 580,366 00000000000000000024c923fe8873778e437290e4958234922df101956fa4f4 2,721 1.00/1.00 vMB 130
580,365 580,365 000000000000000000054cd0ed2c79ef7e9f72292902652e5c425eb5767a52ae 2,713 1.00/1.00 vMB 107
580,364 580,364 0000000000000000001a4591b4dd5b4216b058cc87a195785fc10441dc82f708 2,501 1.00/1.00 vMB 88
580,363 580,363 000000000000000000075ba88f3174e6aab03c22023c54ed3f20cff4213d0800 1,977 1.00/1.00 vMB 100
580,362 580,362 0000000000000000001c80fcd0c8a4d8839a53df71a135da0db8f3413a7813d1 2,497 1.00/1.00 vMB 152
580,361 580,361 0000000000000000001543c2a884da087d204635fe785601979bdb09a2021375 2,957 1.00/1.00 vMB 95
580,360 580,360 0000000000000000001fd260b15807446d3031418fae1d8c4d85f9dce496f655 2,178 1.00/1.00 vMB 84
580,359 580,359 000000000000000000241d69e5f533c42b6c10556048d97b3121a067ab5cf661 2,703 1.00/1.00 vMB 110
580,358 580,358 0000000000000000001fe1a1c315e0629b29a74fcf847331aeb3acc24df50372 2,528 1.00/1.00 vMB 113
580,357 580,357 000000000000000000196156f8b554cd3bc9832731c3ec02b6385048d141cb97 2,419 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.01 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.64 GB
    • Received: 13.19 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.