Loading Tool

Explorer IconExplorer

Memory Pool

44,569 transactions
26.61 vMB
0.05889451 BTC
Random Selection Loading Transactions
Max Size: 140.79/200 MB

Candidate Block

Mining Attempt 3617dff6ff2d9421f2131b2d2ee36a74c1a9855e2db8db296528da1ffb55c78b
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 431bd57aab7929a09e2da02381bea8688ec94a020d6146e1904b10f09518a029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,352
Size: 1.00 vMB
Total Fees: 0.01002640 BTC
Feerates: 101.72 > 1.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (368,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,236 546,236 000000000000000000123770494fc6f51426317ae7833fba05edc2e5b945d60a 1,670 0.87/1.00 vMB 12
546,235 546,235 0000000000000000000e90660c45fc6a7b5ce115b05ee9813c31478adba8132e 1,045 0.73/1.00 vMB 7
546,234 546,234 0000000000000000001f1ce7021fb301f2d2dfd84b056ba0a7b29f345a7672db 744 0.28/1.00 vMB 28
546,233 546,233 00000000000000000012a957644bc5144d21e38c0f1113f6d6d6d15fe3f8ec3d 1,799 1.00/1.00 vMB 10
546,232 546,232 0000000000000000000bb1aa4df43fbff6a7ffb52abfc2792b7ea6adc9083968 2,466 1.00/1.00 vMB 18
546,231 546,231 00000000000000000001d2d43983f96ce3172e10a9ce401d22bb9c05ac47c15a 566 0.23/1.00 vMB 13
546,230 546,230 00000000000000000012c604cd4a4f1a136ab320fd1d59acc6b41b0dde7d865f 139 0.09/1.00 vMB 10
546,229 546,229 0000000000000000000a0c9fac184b55c8d5ec9b4d0b12084fddf33f6a00f157 1,192 0.79/1.00 vMB 3
546,228 546,228 000000000000000000213b14da9e22273c889cc52d0e53aab0f538cb83d0a32f 2,268 1.00/1.00 vMB 25
546,227 546,227 0000000000000000001863392312b9e91839f676ab662f97dfcbf0ec5f508645 780 0.39/1.00 vMB 13
546,226 546,226 0000000000000000000c868f5751488dfd09f6fe4aff4de20444b151b10145ea 114 0.11/1.00 vMB 24
546,225 546,225 0000000000000000000083045cedf1cf1c9ea8001f2ef6aa79b212821726ba50 252 0.28/1.00 vMB 6
546,224 546,224 0000000000000000000571d986bce2b9c5710e7e5b4ba3444ba8765f928ac83c 941 0.51/1.00 vMB 12
546,223 546,223 0000000000000000001f920aa01b56c880b657b1dea535030c2174e5d2c41904 1,830 0.76/1.00 vMB 9
546,222 546,222 0000000000000000000be117e40891cfba8b8e5b875d231f412c91226b991237 495 0.43/1.00 vMB 14
546,221 546,221 00000000000000000017baf0737c44ec282644b054a6d59ce34d139f3bb326a3 485 0.34/1.00 vMB 11
546,220 546,220 0000000000000000000d5834c5b81963c6f11a6d24d241d9a9b30b729b2d694a 287 0.09/1.00 vMB 9
546,219 546,219 000000000000000000073fc6bce7f612fe5549f6cacd73b1ff9f5e578b4dfc7a 1,371 0.59/1.00 vMB 10
546,218 546,218 000000000000000000060fbaea34693f29d05a3d7d89ac14e01635686e4298f2 38 0.01/1.00 vMB 15
546,217 546,217 000000000000000000136e71924f42b61a3ec4fe9e38a729080d57b3666ad348 1,141 0.55/1.00 vMB 6
546,216 546,216 0000000000000000000b0e3c198b5eaf4417a6b8b1a6390000711109336dbd78 569 0.21/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.00 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: 648.94 GB
    • Received: 13.11 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.