Loading Tool

Explorer IconExplorer

Memory Pool

87,613 transactions
32.93 vMB
0.12651308 BTC
Random Selection Loading Transactions
Max Size: 197.64/200 MB

Candidate Block

Mining Attempt 477b48006fa5a93b3f3cb346491974191b3f965fa6442f39238bc6b7b566a813
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 82800d3ff4343699a3915183c542ce735b797970b085aca77d8f35d30b2ba959
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04583728 BTC
Feerates: 218.18 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (277,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,963 637,963 00000000000000000006072a97877dd25f6aeb3d0c4020e100d11245a64c8ea2 2,138 1.00/1.00 vMB 21
637,962 637,962 00000000000000000002c95b91673ebc1b6874330f5e9630d34739cb1bfe7c6a 2,467 1.00/1.00 vMB 31
637,961 637,961 00000000000000000001020d4ea0f9c289805f217fd6782478ff60be20b8159e 2,646 1.00/1.00 vMB 44
637,960 637,960 0000000000000000000d23708b38e75d624e96026ea805b35cc14c2020d7fd65 2,496 1.00/1.00 vMB 15
637,959 637,959 0000000000000000000e3d6b7f85c7e66efa53e77d7b08700f43a0d481dc50a4 2,993 1.00/1.00 vMB 36
637,958 637,958 0000000000000000000ed2aef90f6c557ccf84032c896dba849d2195644d03ab 2,640 1.00/1.00 vMB 29
637,957 637,957 00000000000000000010a32dc32fa41fdc202462d289ece7105559b8510a662b 2,354 1.00/1.00 vMB 3
637,956 637,956 0000000000000000000b5c2276f96959fa648d7403153ef9e8e01ff363dd576a 2,368 1.00/1.00 vMB 16
637,955 637,955 00000000000000000006c0a2673044733e26d72f67b50c0acc7ec6483d40cf44 2,626 1.00/1.00 vMB 39
637,954 637,954 0000000000000000000ebbf22cd731294bb8e5a2e08b7bf24225a1d63fe4bfb8 2,227 1.00/1.00 vMB 17
637,953 637,953 0000000000000000000708801f0ccd2454f487c319dba60f15290aab5d25ad0c 2,029 1.00/1.00 vMB 26
637,952 637,952 0000000000000000000504ec9a38dc3aee61ddbf3cea1100a851a960846139da 2,446 1.00/1.00 vMB 10
637,951 637,951 0000000000000000001023339e585ecb2b74554e703b34064eb7bc11dcee4b70 2,804 1.00/1.00 vMB 32
637,950 637,950 000000000000000000032b8a6a2dcaaf7314ce564ef134f6b7fefed159877c53 2,500 1.00/1.00 vMB 17
637,949 637,949 0000000000000000000972fa6c6ce3d18a19490e0821de4ece8c30911e8ceadb 2,158 1.00/1.00 vMB 21
637,948 637,948 0000000000000000000df06192104d96a84458a1be0f3987b7cbc5fefa5ebc2f 2,283 1.00/1.00 vMB 25
637,947 637,947 000000000000000000108ad7fab1a4350193891bc194757df56c9639f7691dd8 2,832 1.00/1.00 vMB 35
637,946 637,946 00000000000000000001a45e78e313822cce907f7e7ff89b4a24446f4035e77e 2,246 1.00/1.00 vMB 60
637,945 637,945 0000000000000000000180671fb59e5a3f4000a116ceeeed076ce75363f8bcb5 2,367 1.00/1.00 vMB 16
637,944 637,944 00000000000000000006883cefa1aecc7d6f3bdd27008d45a77359467091673e 1,792 1.00/1.00 vMB 37
637,943 637,943 000000000000000000057c29e699511bac610e3f787c2f2ced20a36771a065e3 2,299 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.