Loading Tool

Explorer IconExplorer

Memory Pool

15,004 transactions
6.72 vMB
0.04303037 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.93/200 MB

Candidate Block

Mining Attempt 8635b9fc753d404552b35be04f7a1abc58dacf1447e981543b8241ccc6915e28
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 54a80e3aede33764681a532747742761eebe0d905eb04d3ccb3a843723bb6d79
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.02664359 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (657,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,165 256,165 000000000000002384f1ec284d900a1b0bbde70aeb9c537a513e6c3b764080f9 510 0.22 vMB 85
256,164 256,164 0000000000000030e905d1ef5509b76687027ec13bf18e634043a6213d81d00c 617 0.25 vMB 154
256,163 256,163 000000000000002977f5afb91588978919a6e579030948244f3263bebff679f7 133 0.04 vMB 51
256,162 256,162 000000000000000d0013777febe6df1d1789a62b26527597d2e3b81608e5c351 383 0.15 vMB 117
256,161 256,161 0000000000000008c112fa7dc4af78ed5b3f9b29a22c34db1f784af79ed6769c 331 0.13 vMB 109
256,160 256,160 0000000000000017f9cf9effc36bb38eb0322cdfdf6f09c7cd3f5158b95fef9e 150 0.06 vMB 119
256,159 256,159 0000000000000003f0b0b4ddc2e25e6a3c668ce2b340f29f700654c3930098e5 73 0.03 vMB 28
256,158 256,158 000000000000000cd70736886920c130c0d5d60fa65c2a5195a2347985334d54 182 0.08 vMB 74
256,157 256,157 000000000000001b92353ddc44977736b791250572e96117c8b0ed5c357b3dd1 195 0.09 vMB 103
256,156 256,156 00000000000000236bfff82cbfe5898744570bfbf59e4d5ba55bd7418654cb00 244 0.11 vMB 101
256,155 256,155 000000000000001fb322560afed1f6a142451cc31ea656fa787ed8e090c188ed 273 0.11 vMB 116
256,154 256,154 000000000000001e4e93100450203636b33f79eaf5a27877c29db4b5cc57a19f 587 0.25 vMB 111
256,153 256,153 0000000000000013238a66d0366c2d21afc0eeff5ee9037396b5f2249ba9d497 493 0.28 vMB 51
256,152 256,152 000000000000001615af3b3952475f960ad0d74ad264959d29970cc36862bad3 252 0.19 vMB 81
256,151 256,151 000000000000000d09b7f05bf6897ab961d4fe57db447b9d67c938faacdfa30f 758 0.25 vMB 204
256,150 256,150 0000000000000001c3c1a30eb92c7d36d263e8980ad7b4e27ad062fabc0f8289 252 0.12 vMB 68
256,149 256,149 000000000000001fa240c7f8ee11615ff05a4f877871b01e4f003e79e7863c30 468 0.25 vMB 99
256,148 256,148 0000000000000026d070fdda6b00ebcc43b424d2e2bd089bb6d0618318369653 278 0.08 vMB 51
256,147 256,147 000000000000002f396c86ea7cfe0f97ef12fafe08c39aadee0bcddcfa229f64 132 0.04 vMB 138
256,146 256,146 000000000000001a5d982f91c6bd2a39c3ab9230aba2c32dc89039e9856bd7b3 374 0.13 vMB 83
256,145 256,145 000000000000001215d0c9712cd73a88ca943b52c4317484328fdba7ce492ec3 63 0.05 vMB 22
Previous 10 blocks ↓
Total Size: 779.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: 317.30 GB
    • Received: 1.52 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.