Loading Tool

Explorer IconExplorer

Memory Pool

28,618 transactions
6.31 vMB
0.04413977 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.16/200 MB

Candidate Block

Mining Attempt 7c9369b6baa3faed1dc3bdfa72260b3fab245c6a497f30af4a0e6a0fc70e5b55
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root bc16b32258924b17e245dcd1768f4a8920b9a782c84bdf94b8ba2d1b2ab3e1b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 0.93 vMB
Total Fees: 0.02956218 BTC
Median Feerate: 2.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (650,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,255 262,255 000000000000000da5e0725dcc81c392616b685d20dd9fcc575fc32ad56e6332 142 0.08 vMB 55
262,254 262,254 0000000000000009a053f54393f6b4339a6c4d5d82e5b1b747354b7f5f096873 132 0.15 vMB 20
262,253 262,253 00000000000000142a9a602316bb174e18e6a0569caff8ca685202f5f458f1a4 662 0.26 vMB 134
262,252 262,252 000000000000001114d260ffb3a8e28d32a93b04429d46cd98a9fcd6582942f8 477 0.18 vMB 98
262,251 262,251 000000000000000ee7f9dd1b0e9e5b952d4d638f6e10a6a37beaaba3c5679da4 435 0.17 vMB 138
262,250 262,250 00000000000000053a73327c9f7a5cffe695e7d6e66d6dca06dc70c7faea7d2d 912 0.38 vMB 107
262,249 262,249 000000000000000140e3f89dea3f6d998aadfb1b64ae501ea496a6b63faa52e5 14 0.03 vMB 16
262,248 262,248 00000000000000123b62f50d24a11127835ce46c6266638aef4a5d3c673be1c6 278 0.13 vMB 95
262,247 262,247 000000000000000f3358d0b9fa0f07e02c931ae9b59e853a26a65f02ffa889b1 169 0.15 vMB 68
262,246 262,246 000000000000000809eeb3949b9ce42d04075787de1da083352563ba8fd31ca0 591 0.25 vMB 130
262,245 262,245 0000000000000003bab641ec039bd030c72c83b4f9339b8eb9b359aea17111cd 59 0.02 vMB 86
262,244 262,244 00000000000000081b8ef4904be9581cc413f4a88d2e2178c5dad2c918d17eea 64 0.04 vMB 62
262,243 262,243 0000000000000013c7fff0564863d6bdabf1218561956c717ad6b3ecad208e8b 304 0.16 vMB 92
262,242 262,242 0000000000000016a7aba66577ee1a9f5b8bc650d444a7ad2be635de09a110f3 413 0.23 vMB 75
262,241 262,241 00000000000000129ef11840f67a55f00b9cf125290ea82cdac613d89ed44b9f 136 0.09 vMB 66
262,240 262,240 00000000000000135e3b9ff70f34ac9318f5e7fd65629d2c4bf5d6048390f63d 86 0.04 vMB 49
262,239 262,239 00000000000000164a49a88a394408686bd19ec0f4b401b5b97364f979e72025 193 0.07 vMB 66
262,238 262,238 0000000000000003d1b1efa405bf048df25d0b53bd39b1ce76fbd84d3bda125c 721 0.31 vMB 101
262,237 262,237 00000000000000098386bf9e51024f6640fde2eee824a549bbec35c531908ac7 177 0.15 vMB 25
262,236 262,236 000000000000000f333bf601bf29317a3c3ca67c353cdbaaa23ec9b3b322e8c3 306 0.15 vMB 69
262,235 262,235 00000000000000076d3b2c2516fc25dc58bc77c7a8fe4c89c51b58f047205424 755 0.29 vMB 102
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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