Loading Tool

Explorer IconExplorer

Memory Pool

79,024 transactions
29.66 vMB
0.10834859 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt d1d1b7490f44404d98dcad2c7fd29c23e1ce2ba3db9b0bf3b2200a6605dc7cd9
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 5f0e2a0d223b4b40bdc109fe8379bcc369b6eaa5a294642d3b0a5bc59b9a9ed6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,767
Size: 1.00 vMB
Total Fees: 0.02584867 BTC
Feerates: 100.53 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (613,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,234 302,234 00000000000000000e7836ad3d36c0aca05a4a1296b93e5f28f2636c2f90ee99 582 0.35/1.00 vMB 30
302,233 302,233 00000000000000005386064d18ad2315c1a05cc6c6f6fe7c59df927ad8628173 1,242 0.75/1.00 vMB 28
302,232 302,232 00000000000000006c73a64a1509209f593e3c18c5287d5070c57f1f28f47d47 700 0.37/1.00 vMB 35
302,231 302,231 0000000000000000262411e78eba91c65840c1d33b74d4f4d37d8d1626b0d51d 324 0.20/1.00 vMB 31
302,230 302,230 0000000000000000197838f1d1c75a084d84cf47c02dd64c8d0b4185bd2ecade 286 0.17/1.00 vMB 23
302,229 302,229 00000000000000006d0ae1f89999cf16e5c06d49c7e6d6110853ddd6b71dc340 714 0.68/1.00 vMB 33
302,228 302,228 000000000000000007edf81b7faec3e29951cf9406fbddae7a1a844093549b3c 1,007 0.35/1.00 vMB 52
302,227 302,227 000000000000000005bb541d8dc4a2fba658004b713167b0a89f988c6c1e2ab3 97 0.06/1.00 vMB 11
302,226 302,226 0000000000000000444a4e81b64a9a43e9c1bc9be488a56aa0d2c0c7152939c5 405 0.27/1.00 vMB 23
302,225 302,225 0000000000000000736282fda9d18b3bb0f25c94330e11fbdc043002347dbee8 412 0.20/1.00 vMB 34
302,224 302,224 00000000000000007a29d10a15121da93743186fbee9c3681b1472334298b6f5 284 0.30/1.00 vMB 23
302,223 302,223 00000000000000005f1dddd56cd88b1fb039f4b4687eef95490325e2cc797318 862 0.35/1.00 vMB 39
302,222 302,222 00000000000000001a8202937d552bade82173b0140b69f44bb073e7eea9e0b1 938 0.56/1.00 vMB 29
302,221 302,221 0000000000000000733f1ab40e2fe36947d226c5825b8eaa0576476864ebcf47 512 0.32/1.00 vMB 25
302,220 302,220 00000000000000005b5b0291d442280c7350fee1494232e657060c5307bd34de 225 0.12/1.00 vMB 28
302,219 302,219 0000000000000000277ee14d766ed423bd1910b6b0da9661a71695cc82d65e1d 434 0.23/1.00 vMB 31
302,218 302,218 0000000000000000439c246a7cff7149633a7ed79557fc7a3119d67ad3b2ba97 78 0.03/1.00 vMB 9
302,217 302,217 000000000000000063e9653ef8f8718a37260b7c7645948e2e5cc82755573ed4 243 0.14/1.00 vMB 20
302,216 302,216 000000000000000039f1635fea2218f204b8a1a272f6dfa1d97da447ba2774b2 483 0.51/1.00 vMB 18
302,215 302,215 0000000000000000529d161de37a30127ded7a0cc2cd41f98b562b5584ae28e4 1,085 0.35/1.00 vMB 45
302,214 302,214 000000000000000027fc70184ce77ea400012f57c102db9213dba113bafb940f 504 0.33/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.91 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: 714.00 GB
    • Received: 17.50 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.