Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 143ab2d548a2e4a5ee1effa87e17b0a20230f61d9356a84fd381247314880852
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 (645,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,026 267,026 00000000000000092d018f3bebdb5664d773634de828147f30f1b2ff917784eb 0.01 MB 25 204
267,025 267,025 0000000000000000a96566807dbfde6a46fd5531857f7536c2c8aa01e87a85f6 0.14 MB 369 145
267,024 267,024 00000000000000016526a3dfe7865a11a82b27aa75e342acc08caaa569c2d6a5 0.01 MB 38 173
267,023 267,023 0000000000000000dc05773b8550746e6d98cf483570101fa125bec2ae4711b0 0.05 MB 67 35
267,022 267,022 0000000000000002fe125fafe51ed546286757f38e34148655e91f69c4b650bd 0.25 MB 640 96
267,021 267,021 000000000000000342b45dab4e907d43f6f1fc662cff41a3c3faada5daabb5cb 0.06 MB 169 104
267,020 267,020 000000000000000abe754b0ba079e24634bc44e925d9747ef6fd07f8395820a0 0.24 MB 681 187
267,019 267,019 00000000000000082087aaef2acef98b7c760df71fcb17e6bd507c71dae6b247 0.13 MB 257 86
267,018 267,018 0000000000000004932ea60f950fd6ee7a87ea87ae1600a0a3a05c7a7b00d4e3 0.14 MB 217 60
267,017 267,017 00000000000000016110c55cf19fe5db05c8a9d72662bc840e7bd53d95967969 0.12 MB 256 111
267,016 267,016 000000000000000aac6cf4cb2365beee7cab7fb9c6ced85315dabfc62e41abdf 0.15 MB 304 90
267,015 267,015 0000000000000002f853e404d04c0a48458ced3e2a8879987da6b815172be10b 0.14 MB 312 72
267,014 267,014 000000000000000048e6d7e285f5bff916e7b5f79e31aa065615fb021bd2e5ac 0.09 MB 153 69
267,013 267,013 00000000000000098c068fd8c4f8c154ed93700b2a0d5d39321ac7aa7ac975e9 0.05 MB 81 53
267,012 267,012 000000000000000833bf388b52a7c055e063d947a6c5c03484dcd6118bf17d1f 0.01 MB 33 67
267,011 267,011 0000000000000001e7627dabbdfe69945fcda2dae7b9165041ba43c2277bd462 0.04 MB 98 18
267,010 267,010 0000000000000004c0ca1bc81f14cf9928840de65e046902f0d9dd0912ed6594 0.25 MB 282 46
267,009 267,009 00000000000000054812671f844982e860b00af60977d0ea8ffc240ef52745b0 0.25 MB 519 94
267,008 267,008 0000000000000004877167d7732f0cd9586a31505c25bd34a68643f73bcb71f5 0.04 MB 70 87
267,007 267,007 000000000000000363d125e40f58a4609acc063676e8355ecab6422850aca2ed 0.05 MB 96 68
267,006 267,006 00000000000000050e6b7ef32fc1919ab512da2434bb00ad744b0632f6dc696c 0.02 MB 42 61
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.