Loading Tool

Explorer IconExplorer

Memory Pool

83,077 transactions
32.13 vMB
0.08424870 BTC
Random Selection Loading Transactions
Max Size: 195.05/200 MB

Candidate Block

Mining Attempt 7bf65a9fa35a7e0cc398263380cd4071cbd8f499e83106badd5003cadbed1be9
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 94ae8f1c73f0cf73715da80ca63f5a912fc6541d15b475dd5b6eb2a947e48018
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.01376647 BTC
Feerates: 146.96 > 1.38 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (309,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,656 605,656 00000000000000000000ff506ea92da0f8233e3ae7cc4c8086b1b50af45f4f7f 473 0.13/1.00 vMB 21
605,655 605,655 0000000000000000000adfb00854a285cb7a06b47e81461cdaa22ad47232f3c7 1,207 0.30/1.00 vMB 28
605,654 605,654 00000000000000000014079cdebb51e9fbd194b6a411d51da4e94e568b9dc76e 1,337 0.35/1.00 vMB 27
605,653 605,653 0000000000000000001226ab2b687f8f916c990c9761c1869c30702967b86d92 1,500 0.53/1.00 vMB 23
605,652 605,652 00000000000000000013939dcb6a9d186d8c44cbadef43f4fceab27fae73d3ba 3,096 0.99/1.00 vMB 26
605,651 605,651 00000000000000000002b090b7cef4f09e81eb65b42a53ebf0a71db7485b7be5 2,523 0.70/1.00 vMB 23
605,650 605,650 0000000000000000000f917fd6d5b190463b73a3a124e2598c2261e1b7a644f2 2,118 0.68/1.00 vMB 2
605,649 605,649 0000000000000000000f1ae140b8993c74f5de874bd7ae0d1a97f3826aefb6cb 2,846 1.00/1.00 vMB 12
605,648 605,648 00000000000000000013d3876830b688507fdc3242b009c4009bbef846d26d80 2,843 1.00/1.00 vMB 31
605,647 605,647 000000000000000000057732fa15526f59b5b75dbbc0d473d3210c102e41c069 2,900 1.00/1.00 vMB 21
605,646 605,646 0000000000000000000fdc908a0ed5585c53abefebd5a17985403ccfa2f78707 3,030 1.00/1.00 vMB 39
605,645 605,645 0000000000000000000b6c26631f9410069a3de91beee9db086a2a5de5bd2815 2,143 1.00/1.00 vMB 12
605,644 605,644 0000000000000000000e9209aee846688334b94e20618fd71b05a7075bbb7553 3,073 1.00/1.00 vMB 28
605,643 605,643 0000000000000000000ee000a35c4d42e22fcb1ef88b8ca8a8f6978b2bfa234c 2,517 1.00/1.00 vMB 19
605,642 605,642 000000000000000000055b765cb06b3d89ad07423800113e3b54c7cbc326ffc7 2,549 1.00/1.00 vMB 21
605,641 605,641 000000000000000000103f313d7a2d38bbacb7b8544903f948f511057740e00c 3,335 1.00/1.00 vMB 26
605,640 605,640 0000000000000000000bf67ee9b5f8d8829716ee50425aefa49def156e19928f 2,218 1.00/1.00 vMB 10
605,639 605,639 00000000000000000004d883904e33f0674c5d8459525370562e644ce8b269e7 3,218 1.00/1.00 vMB 19
605,638 605,638 0000000000000000000a36fbcc5b38b6ea0eb9ece54a12602f682c0ecf1c9dd6 2,618 1.00/1.00 vMB 28
605,637 605,637 0000000000000000000e7b4c0743ee7cd3d49570b8a5649fd7a5e0bdf8b07aa4 2,853 1.00/1.00 vMB 36
605,636 605,636 000000000000000000027f87cabd4872fdbed371a4a52b6ed4ada7a47f6facef 3,053 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.76 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.01 GB
    • Received: 16.82 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.