Loading Tool

Explorer IconExplorer

Memory Pool

82,197 transactions
30.04 vMB
0.14919482 BTC
Random Selection Loading Transactions
Max Size: 182.01/200 MB

Candidate Block

Mining Attempt 56531b9662867ba37eda0797cdeca37c89f2adfa68b9c9dc75cdb8cd159170d1
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 7a0b833674fcdcc38e7ae382cf945ecbb86cf6e75d7d5c4cfda3b9e29850f35d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.07883105 BTC
Feerates: 101.65 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (299,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,258 615,258 000000000000000000052ccbb391a82b6496b6b350560b2d5e4c621ce7fccff5 2,778 1.00/1.00 vMB 15
615,257 615,257 0000000000000000000147ef614a598fcb0fb7882202372f8cbd899ef23f4707 3,297 1.00/1.00 vMB 18
615,256 615,256 000000000000000000063879a920686c3797e233674558e7c545beb94828def3 3,323 1.00/1.00 vMB 19
615,255 615,255 00000000000000000006876765d848058ba9120fc3d4d5d21b9a7d4dd040f8d2 2,967 1.00/1.00 vMB 22
615,254 615,254 0000000000000000000c67d074d1d080ad002e71790bb9b01ff2a5034bf969e4 2,331 1.00/1.00 vMB 33
615,253 615,253 000000000000000000073b0773bd0bb6cde218ff435c85f760cfd654a8b3c438 2,460 1.00/1.00 vMB 11
615,252 615,252 0000000000000000000663b339edefd80dc747abf145b3b115b4ad140f4f522c 2,665 1.00/1.00 vMB 18
615,251 615,251 0000000000000000000723ba2e32672ca8feb2badd9071d21ec5a6b228ef2ebb 1,793 1.00/1.00 vMB 5
615,250 615,250 000000000000000000028a0ef54131626d9fbfe588b71ed1a912e4afde2ab6a6 2,085 1.00/1.00 vMB 14
615,249 615,249 0000000000000000000c14415e98e61bfb16f575dfec5d3d91cbcc630641bd79 2,458 1.00/1.00 vMB 16
615,248 615,248 00000000000000000006a06f3f7ed7661d6231307441e9a0b5692df94b400c2b 2,909 1.00/1.00 vMB 15
615,247 615,247 00000000000000000001725096df09c4dee4970e4cf0f59c574572209c967b90 2,635 1.00/1.00 vMB 12
615,246 615,246 0000000000000000000c74c8be0ee719e4793d220323f80bb38b40f4fadd156c 2,801 1.00/1.00 vMB 20
615,245 615,245 00000000000000000008283f6358c8686bb4b0afcf6261d1275dd2d4692cb39c 3,224 1.00/1.00 vMB 19
615,244 615,244 0000000000000000000bc9c1744d47fa3a9f8e36e5dec74cf90b32849f120047 2,784 1.00/1.00 vMB 14
615,243 615,243 00000000000000000003d0392c9650f770132baee874ad8b2c656966ae430161 3,137 1.00/1.00 vMB 23
615,242 615,242 0000000000000000000a6e900e5c1b56865e80627b6dfc493391b505f54cd8d0 3,181 1.00/1.00 vMB 24
615,241 615,241 00000000000000000008c4fa97a0b5a21e6b17e1fc2d49cdd3a0a6c895773a3b 2,924 1.00/1.00 vMB 17
615,240 615,240 00000000000000000002586b0837c764bdea73cc888a549a0afe0befde06fe8b 3,108 1.00/1.00 vMB 14
615,239 615,239 00000000000000000005c4e789468d01911d18f0d9a21b368318297195640710 3,107 1.00/1.00 vMB 28
615,238 615,238 00000000000000000002b5a1eb2f582c17b91403f00cf5123cb0601db3e617c1 1,367 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.