Loading Tool

Explorer IconExplorer

Memory Pool

36,323 transactions
16.53 vMB
0.24751009 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.62/200 MB

Candidate Block

Mining Attempt cc63690e9d0d2388a24a34abcf48b764749fca78f72ed19899030a0333b14fa1
Version 20000000
Previous Block 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271
Merkle Root 3c05a747473a4535407c084978b476d28502ed83abcf9b4195fa66d017c826cc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.06314057 BTC
Avg Feerate: 5.61 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,051 (646,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,249 266,249 0000000000000009e45551733bf49e4f2517a0e907337e5e05c326a04f6b3d3e 0.25 MB 734 124
266,248 266,248 0000000000000006dceac45afd771883549af5c3c92ec85d9423a99aac412610 0.30 MB 617 77
266,247 266,247 0000000000000000f8e0eea7f4c212aa7eca6ae5a55718b337ec000aa74702e3 0.08 MB 142 88
266,246 266,246 0000000000000007b920a5c287ec090f1c5f6e247ffd10eabcfeb4a614cded6b 0.06 MB 151 33
266,245 266,245 00000000000000018de2750cc02f5c18cf36fae493af4cb991a4d1cf67b6865a 0.24 MB 512 86
266,244 266,244 00000000000000078980e43a4d05357d303c6a60f3fc50ba441d734c1f632817 0.29 MB 681 88
266,243 266,243 000000000000000399572203a6035acb2d68944c9c047435a5e9f11d40daa4ee 0.23 MB 591 109
266,242 266,242 0000000000000005f2c7bd05ca9092ca041cdb85a4f8e5b2360d8b2a594014ea 0.16 MB 433 104
266,241 266,241 0000000000000001802b0dc4d65b5d0722db88a61c095f70f0badf9b0c19951d 0.08 MB 177 52
266,240 266,240 0000000000000005df6a11d551e173bd2abf15bfb81e972096b7cb6df85deafb 0.05 MB 110 56
266,239 266,239 000000000000000a424a6ce2f899100bfda09c3e171b24d730d73f3257a7f61a 0.17 MB 467 110
266,238 266,238 000000000000000653cd1bfbd561e1b8720d167ed70800d507c110f02a1c1181 0.24 MB 708 51
266,237 266,237 000000000000000a4843cc9df44223d1ed1b646f6f62c69b36a123d628e67461 0.34 MB 716 74
266,236 266,236 00000000000000051cfda4b9be57764e3e1c317fb819a256d596a5423f8fcbc8 0.03 MB 68 12
266,235 266,235 000000000000000117881727e0a7551de85b53c6792428289f273fdc940c8011 0.21 MB 450 86
266,234 266,234 000000000000000a0b7974623d2e6f9db10a2fa67f19a7d8810da5a0d2a0c869 0.23 MB 566 90
266,233 266,233 000000000000000433714e6e6f43aec67fc9908f52674b779cc1df15627bc831 0.24 MB 553 106
266,232 266,232 00000000000000096e1595f6c3e679db071d577eb668bb4809910047b5aac8db 0.00 MB 7 29
266,231 266,231 0000000000000004ad57e9f06642286946c23e5f5b031767dc567c37917437bc 0.03 MB 66 88
266,230 266,230 000000000000000272316f1e91c22c07513274fd7fdf72f446b80a226c41ef28 0.05 MB 146 133
266,229 266,229 0000000000000000e280455e0d281c5ea8e5801a0cc9ce051676ff7287d3bd54 0.01 MB 25 115
Previous 10 blocks ↓
Total Size: 778.94 GB

Node Details:

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