Loading Tool

Explorer IconExplorer

Memory Pool

78,912 transactions
29.51 vMB
0.07079680 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt 5eccbb66fe208a5f08a6d676b601c9dd93085141bb536bbe1448b0915f216f96
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 3553ee7208664d9710becd2162a048d6a030bc0fe1d9dd075fba6f7802894fdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,867
Size: 1.00 vMB
Total Fees: 0.01083115 BTC
Feerates: 65.65 > 1.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (122,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,404 792,404 0000000000000000000026f01d8db5a04f7c2d3c834ed66709ab4fd2e9c9c2fe 3,544 1.00/1.00 vMB 76
792,403 792,403 00000000000000000003441ff3831f8d4942cfaa1588774d033fcc2f6d6886e8 3,866 1.00/1.00 vMB 97
792,402 792,402 000000000000000000030ed5cad7893c890d40d5c50942ef3442d53beeb793d5 2,789 1.00/1.00 vMB 65
792,401 792,401 00000000000000000002fca1b53c9f2b8d244a30788be2dbfc119e3add1532f2 3,279 1.00/1.00 vMB 83
792,400 792,400 0000000000000000000150e13bd4b3223084ba54edd3867ad88d39d757c3f9e6 3,125 1.00/1.00 vMB 43
792,399 792,399 00000000000000000004695e17d6135f85da7988ae135def4e3676e92ad258b3 3,481 1.00/1.00 vMB 46
792,398 792,398 0000000000000000000141260e00e6c2e0bc2b6b8e148cd93cab44f4553fbf5c 2,612 1.00/1.00 vMB 67
792,397 792,397 000000000000000000049bf0a4a49e40064a603f98c32556940011f38f3d591e 1,645 1.00/1.00 vMB 53
792,396 792,396 00000000000000000002ed9fe8165d606eb055b1a8796e3e78395a805b4650b3 1,409 1.00/1.00 vMB 54
792,395 792,395 00000000000000000003041d14d3c87bc0eda16ab0a50f4f36bdd51e95909b69 1,335 1.00/1.00 vMB 53
792,394 792,394 00000000000000000000d8872320ebcd3719762ae5026607f0e46c14192a6f90 2,901 1.00/1.00 vMB 60
792,393 792,393 00000000000000000004aa501d8573004d0950cca126d1c32f83933cefc6870b 2,566 1.00/1.00 vMB 59
792,392 792,392 0000000000000000000106ca3a930b9b5359aa344738d9048f783cfda995f65a 1,414 1.00/1.00 vMB 55
792,391 792,391 000000000000000000031eb7d560bc7de04ef48c136783e138b5e9e6699ae880 569 1.00/1.00 vMB 50
792,390 792,390 00000000000000000003a12d7fa2292b7accc5285c388a077a38c0b0ba421bcd 1,707 1.00/1.00 vMB 51
792,389 792,389 00000000000000000001aa01f57dd2b7e91879c09ec0b61e5e17fb780fc83b6e 1,629 1.00/1.00 vMB 53
792,388 792,388 000000000000000000023eeb24f35b367ac88f71e43423f34b9cc1f3e8d14143 3,567 1.00/1.00 vMB 66
792,387 792,387 00000000000000000004d578a389cc1540ec7af98e4857955d6382a5cf63b3ce 3,151 1.00/1.00 vMB 74
792,386 792,386 0000000000000000000289efa4370607837d2c068e5cb0b6c65cc1df480a6a92 3,086 1.00/1.00 vMB 57
792,385 792,385 00000000000000000004b19527ef0fd456270b7245ab461baad39df12dfd12b2 2,639 1.00/1.00 vMB 57
792,384 792,384 000000000000000000022b2e5cef93100329642a262e08fc0caa86d95e96ba21 3,661 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.41 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: 665.17 GB
    • Received: 15.09 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.