Loading Tool

Explorer IconExplorer

Memory Pool

49,506 transactions
29.79 vMB
0.22101225 BTC
Random Selection Loading Transactions
Max Size: 156.48/200 MB

Candidate Block

Mining Attempt c23aea3688a3e0947964c3be20f92d814d2c98b4fdc6705bdcf39bbba907f037
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 1dd835254fa38e7d7ad370a05118aa7c65d99e517984d2d5e7f2e6a995aaa73b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,003
Size: 1.00 vMB
Total Fees: 0.08451281 BTC
Feerates: 150.67 > 8.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (237,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,221 677,221 0000000000000000000237ba822c52a44ec69b205e93ca206482a910d9673468 1,789 1.00/1.00 vMB 50
677,220 677,220 00000000000000000008093ad92e0c80e6669202183230178a00195b784044e6 2,935 1.00/1.00 vMB 21
677,219 677,219 0000000000000000000c9842c5ca9911f368328554f2911f2c53a6bae7aa20d6 2,423 1.00/1.00 vMB 72
677,218 677,218 0000000000000000000ae1cdc00169e5fb6931d105840c4a91e20739a249d18b 2,235 1.00/1.00 vMB 81
677,217 677,217 0000000000000000000cab8d971e8dce6315745c7c77913f137b023ec53fd54c 1,969 1.00/1.00 vMB 73
677,216 677,216 0000000000000000000b6830eeff0d485d21e604d28bf6b3ee8b60ec6a7401d6 1,978 1.00/1.00 vMB 19
677,215 677,215 0000000000000000000bf6d3c7ca8eed30e2785734110c49a84bb1076ed1c718 2,022 1.00/1.00 vMB 44
677,214 677,214 0000000000000000000a7ea8900c575981b3ea3f8ff9453d5571fca55dbe49ab 2,252 1.00/1.00 vMB 33
677,213 677,213 00000000000000000005815f61f99a43ba204ace306ef0d0aa4e9cc1187260ad 1,902 1.00/1.00 vMB 40
677,212 677,212 0000000000000000000a4dfc49c8148c446f657342cd8d94bc1178ca647c2aea 1,279 1.00/1.00 vMB 32
677,211 677,211 000000000000000000076fc200b0ce65c6ebe6016255d09421eccad7f19b3039 2,316 1.00/1.00 vMB 45
677,210 677,210 00000000000000000002997103637167ba04c37d4cbcdc20dd3318aca29062f5 2,597 1.00/1.00 vMB 57
677,209 677,209 000000000000000000053903382f93c19d7318f6f4fdaa580947642cfb3d379f 2,400 1.00/1.00 vMB 72
677,208 677,208 0000000000000000000cdb5b240b7ed65543ee4acd9c2cb71e1ccad227027304 1,037 1.00/1.00 vMB 74
677,207 677,207 00000000000000000008dfdfdcd450b6eeebf36335c0aefb51f5af47d56387d3 2,801 1.00/1.00 vMB 93
677,206 677,206 000000000000000000021e5d411537b96cee9bbacb1b7ac80cecb0330e4c87c0 2,170 1.00/1.00 vMB 84
677,205 677,205 0000000000000000000685b04d5be55c6f6273a0b26d7ed1046f3e5539f63672 2,302 1.00/1.00 vMB 36
677,204 677,204 000000000000000000033ce6f20e771d0d64e11706995b0e0f02cf79ca8a0d76 1,794 1.00/1.00 vMB 65
677,203 677,203 000000000000000000086b67c88f63870948d7bd7002e088642cb9c8cb55a921 2,271 1.00/1.00 vMB 56
677,202 677,202 0000000000000000000a48bd23e976ff3b008a0ccfd19c6b0d254c11042ee6dd 3,287 1.00/1.00 vMB 62
677,201 677,201 00000000000000000006af7ca5833f57b0a4b205dd35534ea524d1bb3b06f5b3 2,896 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.