Loading Tool

Explorer IconExplorer

Memory Pool

25,362 transactions
4.80 vMB
0.02625416 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.80/200 MB

Candidate Block

Mining Attempt 14d45c1792c7c4849f2944b1e6670e08f7e8732563f7fb7cd80ff3da5e56d2e6
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 0b67b1cd98f8dda5766eecb622620bf51d1df30566699ddf775d2d9183768a5c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 907
Size: 0.72 vMB
Total Fees: 0.01556271 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (641,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,896 270,896 0000000000000002acf5573de3cc50c8a84afa82097f2cfa8bd72975f8fb1b9f 0.25 MB 646 62
270,895 270,895 000000000000000588f4bd16844ae978d6b6b6daf8f00fa7881f82301b867ba1 0.25 MB 669 123
270,894 270,894 00000000000000047e67a12c45c480560296802fa353a1ea18582d83c081c987 0.25 MB 611 57
270,893 270,893 00000000000000064d5a8512ae6978387332cf9b4556d23b019961051fb4b179 0.01 MB 25 52
270,892 270,892 0000000000000004808ee49c457c908567895fcddcbeef54c19d506efe3928ef 0.44 MB 796 47
270,891 270,891 000000000000000656eb80f80f69666a809d527647a90426efb4c489cf5df217 0.17 MB 448 167
270,890 270,890 0000000000000006aad7f480fc0dfcb0e22982d03a9be13a9713b320c00020c6 0.35 MB 688 13
270,889 270,889 000000000000000663c78acd24394785c14f911cd06fd785f9fb6eaf6bfc1950 0.16 MB 252 52
270,888 270,888 000000000000000480c3c1d2e3a7ea7597fa74fd9da146cb81158fa4521e79a4 0.09 MB 287 146
270,887 270,887 00000000000000048fc74e4b884dba47ba6bee6c3c74fe8e2dee470ec3f00c95 0.10 MB 235 126
270,886 270,886 0000000000000000b18d6b298ddc462f733cfde99a488b391c65fa1041fde025 0.43 MB 1,090 119
270,885 270,885 0000000000000002fac1009fba76c6930a5e25be6b666c61ab9320ae597f5e2d 0.25 MB 680 117
270,884 270,884 00000000000000062324982284e57deed0766d64246033650ade31195cbb04d4 0.15 MB 314 54
270,883 270,883 00000000000000035b418778768738f83ce092784d8ce12b5e0e3e33504159ae 0.40 MB 891 90
270,882 270,882 000000000000000173e46dd26eee596492ca945cc736c3fbe2f697900a59ee09 0.12 MB 270 71
270,881 270,881 00000000000000058104c6a0e4840c0d542871c7c3ba80aca824a2c1e5d2b1fe 0.08 MB 173 57
270,880 270,880 00000000000000032c16834e1d80480d9b26559de2eb4a1a416cf456e4a90516 0.22 MB 430 49
270,879 270,879 0000000000000006623ae7921830a525e230ebd20292d6f3392508cc13269bc6 0.03 MB 41 35
270,878 270,878 00000000000000010f450e8dd14524b63329d9eff49a3056c4dcf32defa5255c 0.08 MB 185 74
270,877 270,877 0000000000000002061a031de847447714ab09255928ac06e0cc36dd93c9b81e 0.18 MB 420 88
270,876 270,876 00000000000000025b5c0b9bfda04a9c18a67c40bbd49e91075f9e8c311490a6 0.22 MB 217 23
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 101
    • Outgoing: 10
  • Data Transfer:
    • Sent: 185.89 GB
    • Received: 2.11 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.