Loading Tool

Explorer IconExplorer

Memory Pool

84,275 transactions
31.73 vMB
0.10573999 BTC
Random Selection Loading Transactions
Max Size: 194.16/200 MB

Candidate Block

Mining Attempt 05d9d232eedc9c897dc02d829a0fc1dfbff70825ee836f27d5e6d0b54cf039e9
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 880c9cf26e65e425c5d5e9dba14076b55f4d31c8adf1f6afb2cebe29b3a9f9a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.03087743 BTC
Feerates: 203.60 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (55,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,176 860,176 0000000000000000000309849f35aaaeb088955e892774f6a57b61f55a569e69 6,640 1.00/1.00 vMB 3
860,175 860,175 00000000000000000000386304035fffec5c2258be3c2a5613ce301f70a1f29d 3,477 1.00/1.00 vMB 3
860,174 860,174 000000000000000000012cb2a2fb9ceec6a458b3a469694d02cc85fb51030ff6 3,479 1.00/1.00 vMB 5
860,173 860,173 000000000000000000004bdf5c871cedba726c1ce3a5c966c1e81db0fe0221f7 2,806 1.00/1.00 vMB 7
860,172 860,172 000000000000000000015a8ce8be1cd1bb0895671565ff35a528ecfa90797ae5 2,446 1.00/1.00 vMB 33
860,171 860,171 00000000000000000002166b56061ec3f13718b6cf7240e8f057d82ba5cdfb2d 7,878 1.00/1.00 vMB 2
860,170 860,170 00000000000000000002793e9d60955fccf23488966a92a7536ed61ba529cb29 5,890 1.00/1.00 vMB 4
860,169 860,169 0000000000000000000101f0c9d4662664f9695b9c8d7d35fcff941d19cddd13 4,577 1.00/1.00 vMB 4
860,168 860,168 00000000000000000000733182f39b124be8c234fc5f4e02c76716d53d7d1422 3,385 1.00/1.00 vMB 6
860,167 860,167 00000000000000000001f3889b79788771fc974a3302f8c549027f8560b40ce5 7,051 1.00/1.00 vMB 3
860,166 860,166 00000000000000000001f7f98fad459dd186eb6782b97ad7ddec490fe2fcebe5 4,699 1.00/1.00 vMB 4
860,165 860,165 00000000000000000002b801e3ecb47870075135c03c80de53d7c8e76a13a0ce 4,923 1.00/1.00 vMB 5
860,164 860,164 00000000000000000002545e820bca7278dd9e2826b4deccc1e50096dd087438 6,677 1.00/1.00 vMB 3
860,163 860,163 00000000000000000000d84138cc19a45ceba2fa4e8ad4377e0d70fb6f429382 3,144 1.00/1.00 vMB 6
860,162 860,162 00000000000000000000ead1e0617ba92ce6ccdfd97bc8e2cd6a295f042ee839 7,072 1.00/1.00 vMB 3
860,161 860,161 000000000000000000005b517763d45ce96ace20b0833a785ece310674aecad6 3,147 1.00/1.00 vMB 6
860,160 860,160 0000000000000000000185b7b82901bdecaa8a5508a8e3f21189acb0307f246f 4,857 1.00/1.00 vMB 4
860,159 860,159 000000000000000000019482008b64e9de270f60af1ee2b66374cf8f915588f8 3,233 1.00/1.00 vMB 6
860,158 860,158 00000000000000000002f3f3e5c93ba32e7b5fc705d34613b3e58289c7f5a57f 3,077 1.00/1.00 vMB 6
860,157 860,157 00000000000000000000c0931e842c02a8f9bcb8a504bd4ede51b074babef65e 2,531 1.00/1.00 vMB 6
860,156 860,156 000000000000000000022b80cf88067c373cac9f8f2520359fc14aef6fe347d8 5,632 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.78 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: 709.69 GB
    • Received: 16.95 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.