Loading Tool

Explorer IconExplorer

Memory Pool

78,559 transactions
33.53 vMB
0.14869644 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt 4b555c3eef26a8f8a4d0c13040c122e625018bae6bb3e149488fcb9f78c74430
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root f88d69d5f9a00857672545e8c8c4f0ace6bcbdf3a7e9bd3d4974a482f5692171
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.03835535 BTC
Feerates: 150.61 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (22,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,601 892,601 0000000000000000000161a4e0e7af8ef352d79ceef0f39584139d6d5caf7d4a 3,115 1.00/1.00 vMB 3
892,600 892,600 000000000000000000001ca5d01d1b250a798625e5e7067efe34d5e1edf960af 3,156 1.00/1.00 vMB 6
892,599 892,599 00000000000000000001c294218578f4ea55a5124a8b3af4cca31204bb11aa3a 3,470 1.00/1.00 vMB 4
892,598 892,598 00000000000000000000d18e40a329244cb5b99882f8bdf10ac35c3478cfaf6a 3,488 1.00/1.00 vMB 3
892,597 892,597 0000000000000000000214d80519d0718e1a495f68d6aff793de380f12eb83ca 3,705 1.00/1.00 vMB 4
892,596 892,596 00000000000000000000b762b7e089266df7225155d10d79e8f5020142692bb0 3,448 1.00/1.00 vMB 6
892,595 892,595 00000000000000000001a25632b7135dd226ea7f826a3a46a9a3b613f068f320 3,128 1.00/1.00 vMB 2
892,594 892,594 00000000000000000001f5f4cf1700461c54dce2949f3eb45caab333f6ae455f 3,299 1.00/1.00 vMB 3
892,593 892,593 00000000000000000001a2577ddaac6a3e8b61a4484fe934bb5e0e2af2e0d99f 3,111 1.00/1.00 vMB 2
892,592 892,592 000000000000000000000bf027dcb46b5b9822b0fce68c0e16e2e811702263d1 3,248 1.00/1.00 vMB 6
892,591 892,591 000000000000000000016941968f4a1d2ede64a5bcea08172fc7c144db8b6782 2,165 1.00/1.00 vMB 2
892,590 892,590 00000000000000000000b8c57e173817165908499f6b32aeb97273bd4b2dd603 3,637 1.00/1.00 vMB 5
892,589 892,589 00000000000000000000d0bc96c2bbd451c697927dd5b67b4c4eeed34c29b9b0 3,968 1.00/1.00 vMB 2
892,588 892,588 00000000000000000001bd6f04487df1198fb7007a447d5457682f4694fadce6 4,075 1.00/1.00 vMB 3
892,587 892,587 000000000000000000004c65133f1d2956a0171340518856b831fec77abd97b8 2,922 1.00/1.00 vMB 5
892,586 892,586 000000000000000000002d876e81f4df678ef18b1522963d415f3337d585f644 3,195 1.00/1.00 vMB 2
892,585 892,585 00000000000000000000a3dd5d685d921c281cd8855d0fc6f056f004dbb7edc4 3,686 1.00/1.00 vMB 3
892,584 892,584 00000000000000000000f205ce4ec6cfec9565d5d97c545b1c1a767f0d533291 2,943 1.00/1.00 vMB 3
892,583 892,583 00000000000000000000545a51f6edfd62fee112795e0603ac21d2fd67a3fd04 2,702 1.00/1.00 vMB 3
892,582 892,582 00000000000000000001445203adde9c45e29d5f0ab1abab2dd0f178a7ed83b9 3,887 1.00/1.00 vMB 2
892,581 892,581 0000000000000000000210b151aaeceecdacc0e37d5e4211ef0378b89fa51c51 3,714 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.12 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: 738.02 GB
    • Received: 18.60 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.