Loading Tool

Explorer IconExplorer

Memory Pool

78,809 transactions
29.52 vMB
0.10175191 BTC
Random Selection Loading Transactions
Max Size: 177.73/200 MB

Candidate Block

Mining Attempt f0d8ad1649d2f3e3d0095e87d4e4b8e62f793400c22f6de3652881fabca19a7f
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 2c5617e45ebee8f02c1d7892c763f6aefea07a9a013ebf61be5042d4039d351c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.03754358 BTC
Feerates: 164.34 > 3.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (630,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,845 284,845 0000000000000001622019bb61627c92c4f8aedcb55c9ea09ac2b0169a60167b 254 0.12/1.00 vMB 37
284,844 284,844 0000000000000001994ba4cea998709acd8aff55b4523e48c6d7e46a70da609c 377 0.16/1.00 vMB 39
284,843 284,843 00000000000000004f3da8ad8677e729da8af22ea8a8cb469cafe8851dcb4c8f 157 0.06/1.00 vMB 35
284,842 284,842 0000000000000000b02bcfffe4f2f13e7ab2b897a16de0880471f2b28aec29b1 335 0.14/1.00 vMB 38
284,841 284,841 0000000000000001290a2dea5d37c8b9b609bbc58ade63913f70181f40ef14af 670 0.29/1.00 vMB 97
284,840 284,840 0000000000000000ea22e02b130d19ed563e0a0f196fcf0cece74dfc79024732 511 0.24/1.00 vMB 36
284,839 284,839 00000000000000005367e90906b39595872442804a7daee0f751d15fde965959 112 0.05/1.00 vMB 21
284,838 284,838 00000000000000004f6cf09fabf437fefb3cb2d9036645ffc9a47eeaa739f4ae 906 0.35/1.00 vMB 40
284,837 284,837 0000000000000000a0aa805302903222193159a317dfd6d90c8f9e8cb04e587b 630 0.24/1.00 vMB 44
284,836 284,836 0000000000000000390907c2242b5844943ad2a4689224d0c99ec48ded54099a 441 0.21/1.00 vMB 42
284,835 284,835 000000000000000088cf8438fd1933cd7fcc74c01c9e0c2b485d07e6d36c2b8e 254 0.17/1.00 vMB 10
284,834 284,834 00000000000000019b9eb955de48ed9b67230146869b423c4a82d59e1664ac5b 213 0.10/1.00 vMB 43
284,833 284,833 00000000000000009008b7307b5dc54f86adb604c2833809a46159a9a9c8709d 523 0.35/1.00 vMB 33
284,832 284,832 0000000000000000c34b8ff8aaef951bd8cab769fe8be37a775951b41f9e4ed3 589 0.29/1.00 vMB 26
284,831 284,831 00000000000000012458e1ebb22fcd8fa3d69247540eefa1034bd30391b7e6d7 189 0.05/1.00 vMB 105
284,830 284,830 0000000000000000813c20726c79f9e5c1e9ff0a25a5936a32b223748b7d7ffe 1,479 0.65/1.00 vMB 43
284,829 284,829 000000000000000094a169571e8cddf50a0c3cf8d7cb4460e773463f3c2a42b8 167 0.05/1.00 vMB 71
284,828 284,828 000000000000000146ed2fa824b5dad1f681d2cea46beeb7c41701c85d130470 334 0.13/1.00 vMB 38
284,827 284,827 000000000000000130407c6a980606e78ed3cdf62d3bdfa3ec388b83b8f3566a 550 0.23/1.00 vMB 55
284,826 284,826 0000000000000000f17d90d20cb339ea041faffe9d163824f6338b322b126d08 131 0.11/1.00 vMB 16
284,825 284,825 00000000000000012b6d254afea39955cc4f2bfdfdf2ea37fb75cf0c4a8f1d4d 781 0.35/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.