Loading Tool

Explorer IconExplorer

Memory Pool

78,499 transactions
28.97 vMB
0.07139728 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt dab6d31ea623a87bdfc3fa928fc658821b4c1320ac4626c8042cb2dec6b27c37
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 1d3df0e150e28ea8aae61f8cd7baeeb3738efb5d29a6f7253005b1bde59e11e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,881
Size: 1.00 vMB
Total Fees: 0.01080627 BTC
Feerates: 13.09 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (147,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,227 767,227 00000000000000000001af67ca82231747daef2c0824b7586c414c601f170e9a 2,240 1.00/1.00 vMB 5
767,226 767,226 00000000000000000002aa29d9a56736bbc5fa1ce5e64706c2000e3783339183 3,076 1.00/1.00 vMB 18
767,225 767,225 00000000000000000004c034cde0010c61cba81d80102e5c803b4099e8853aa8 2,096 1.00/1.00 vMB 5
767,224 767,224 0000000000000000000236da0223dfc5a1f7dad0036e407b3491f689489041bb 3,034 1.00/1.00 vMB 14
767,223 767,223 00000000000000000000bad1a824a0221616b728e341e27955c4b1591d537a77 1,327 1.00/1.00 vMB 12
767,222 767,222 000000000000000000076a5b8bcd1dd4a6442c422cfe4725b5ed87ec6b2c2c8f 2,583 1.00/1.00 vMB 18
767,221 767,221 00000000000000000000ed9b8c0c94b55d8aa406853b14943707e0bf6d984f58 2,340 1.00/1.00 vMB 17
767,220 767,220 0000000000000000000774d2b00ffd464f6bf2d4502f34ac6dff99f0fee6b300 1,740 0.67/1.00 vMB 3
767,219 767,219 000000000000000000072d51d1f33af3dbb46f42ffa39d2244809b066c1ea038 2,398 1.00/1.00 vMB 9
767,218 767,218 000000000000000000017d665f25e63f95761fb2a00320343024ca83c6f5dca0 3,119 1.00/1.00 vMB 21
767,217 767,217 000000000000000000003a0f6d9ef90eddb69bf8790f2b36175f271623d5ef13 3,038 1.00/1.00 vMB 15
767,216 767,216 00000000000000000005b0d8c68fe18f50a02a482829d1c1dacbd597c1582d10 1,425 0.82/1.00 vMB 10
767,215 767,215 00000000000000000008270ecd78e2bc354ce399be1faf7ef9f089209bcaaf72 1,686 0.74/1.00 vMB 10
767,214 767,214 0000000000000000000400e5832180d1487ff6827ae67a629fb14643ab71475f 2,389 0.95/1.00 vMB 12
767,213 767,213 000000000000000000010fca1daa69b6ab1729b84ea6f6726bfc27bfef36c80b 184 0.08/1.00 vMB 10
767,212 767,212 000000000000000000053c72db4c4115888e4a8f9a7d7ea49edb71a8e7171008 57 0.04/1.00 vMB 9
767,211 767,211 0000000000000000000368af915114629a7a93df73ec358c3bfa047ee323f6a1 969 0.64/1.00 vMB 5
767,210 767,210 0000000000000000000438550f8e264530ce39deaacb884424bfad5f27638a9d 2,684 1.00/1.00 vMB 10
767,209 767,209 0000000000000000000023b8364e21cff85a0849d1679d7321565fc9bd48b54e 2,552 1.00/1.00 vMB 4
767,208 767,208 000000000000000000009e47a04eaddff8516e5d0f4776ed40aea92dce0dd9c4 2,951 1.00/1.00 vMB 21
767,207 767,207 00000000000000000007ed5dc4a6527e768ea520ecb1c7a67064b656d43b1386 2,850 1.00/1.00 vMB 16
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.67 GB
    • Received: 15.98 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.