Loading Tool

Explorer IconExplorer

Memory Pool

79,141 transactions
29.78 vMB
0.09356515 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt b8074ce8dcebc2f882ca734d390f6d2a17f4c38ff2330ce88bbb22b84e62cb22
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 165d6b7c21a26ba51510375873070b554e7a6bc59e1664120f3db5b1a8bd96cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.02687999 BTC
Feerates: 101.62 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (236,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,095 679,095 0000000000000000000a4a42a0741d5cf520642161178fe26e0fa380d9921a51 2,718 1.00/1.00 vMB 103
679,094 679,094 000000000000000000063c59ff865582d00baa1f4bf1558670b0635afeaec73e 2,897 1.00/1.00 vMB 95
679,093 679,093 00000000000000000003bae29442b3088e35b807eb38a5e1905345c034a1e257 2,730 1.00/1.00 vMB 103
679,092 679,092 00000000000000000005684c1fc13afe2b53dbd755a45d8e727b0d2516e09274 2,517 1.00/1.00 vMB 110
679,091 679,091 000000000000000000065a9db81e2c7d611d6a8620085ffc31e2301faaad341e 1,498 1.00/1.00 vMB 86
679,090 679,090 0000000000000000000209dd8cdbd801bcdf5de282f887b91057ba6ac56dc9db 1,918 1.00/1.00 vMB 93
679,089 679,089 0000000000000000000b5710368a674cff18b0356aeaf8c076fb8b08c3f70229 2,354 1.00/1.00 vMB 88
679,088 679,088 000000000000000000029f4ecaf1121d6d02d3949a12ab5be54d925929484d7f 2,580 1.00/1.00 vMB 78
679,087 679,087 00000000000000000007320f308d828bc71674b61d9701c59c553b283d8f804d 2,409 1.00/1.00 vMB 82
679,086 679,086 00000000000000000006c5094995745305d6a129e4bc86672a93cc24637d0e6a 2,482 1.00/1.00 vMB 89
679,085 679,085 000000000000000000099d7eef879e7a4795c449b9c423b4f060399f42776902 2,111 1.00/1.00 vMB 80
679,084 679,084 0000000000000000000513aa32ff59f94271d209f2b6d058e4ba316a71b6a031 3,432 1.00/1.00 vMB 87
679,083 679,083 0000000000000000000456eda8bed1759b3e5e6118d4d4af83170d9dc8342e23 2,606 1.00/1.00 vMB 92
679,082 679,082 000000000000000000086ed09b73c7e7ee00e0411c01c25d9525676a4ff9c41c 2,860 1.00/1.00 vMB 103
679,081 679,081 00000000000000000004dc703d05ce142bf9d079d56754c3d9aeec868b470b63 2,984 1.00/1.00 vMB 104
679,080 679,080 000000000000000000017deea6e6ed94c5c441563a9988835bf7a683d938fd17 2,992 1.00/1.00 vMB 110
679,079 679,079 000000000000000000082ee4da18c8c10b30f2407bb9b3c08e4c4f615cb94672 2,893 1.00/1.00 vMB 90
679,078 679,078 00000000000000000000da41dcd63db359ceb3f314c13948933057ce0697bded 2,973 1.00/1.00 vMB 107
679,077 679,077 0000000000000000000196d6099a8fb6add0eb3b28c24abde4cc8387ed7392f0 2,704 1.00/1.00 vMB 103
679,076 679,076 0000000000000000000080a3bc4859bc5a0b54dd11b591a3ce22f449523bed5e 2,804 1.00/1.00 vMB 101
679,075 679,075 0000000000000000000000bb0ffadb199d2278f071cc6d419552c70d4333f0c5 2,835 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.