Loading Tool

Explorer IconExplorer

Memory Pool

78,451 transactions
29.49 vMB
0.07534927 BTC
Random Selection Loading Transactions
Max Size: 177.59/200 MB

Candidate Block

Mining Attempt f2e726408da33ee53123d381ae9ad2b0e0347248ee883c03feb4ad76cd958b96
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 4e136e7ceb915021dd38ebd6da3cf0c812c0c26c07d860ae5826db17f0ca0249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.01343994 BTC
Feerates: 40.26 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (238,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,407 676,407 00000000000000000006c85a7fafaa2845eb1017a84ebd10097c096b4802e234 2,353 1.00/1.00 vMB 84
676,406 676,406 0000000000000000000be770620db66ddfc5058e127b66747d4536ddeb9946b9 2,615 1.00/1.00 vMB 74
676,405 676,405 00000000000000000008ee07a4e1e85fff24c6cb9653ed7cff2384b07ec10af4 2,711 1.00/1.00 vMB 69
676,404 676,404 00000000000000000003b05897c731fce19554532d8939cf4def319011e806dd 2,749 1.00/1.00 vMB 76
676,403 676,403 0000000000000000000bbecce5eb02994ff1fd02e4e8685e98b51978ff1b9670 1,474 1.00/1.00 vMB 72
676,402 676,402 000000000000000000078af4c3d2dcd41f1d83d0468660e378cd91ecc232ae09 2,093 1.00/1.00 vMB 79
676,401 676,401 000000000000000000039c79741e7224c438058594ed5c1d69317124cce90eb1 2,972 1.00/1.00 vMB 88
676,400 676,400 00000000000000000008310b509b826b082cfae42db5f4f9582e50ebe17f623f 2,602 1.00/1.00 vMB 85
676,399 676,399 00000000000000000007df72b69bd1fd093c539bdc8a351f419524e8d379c080 2,894 1.00/1.00 vMB 85
676,398 676,398 000000000000000000008fbcc0cbc1084d4bae09b31fc08facc829414045679c 2,018 1.00/1.00 vMB 65
676,397 676,397 00000000000000000005ff9d2a26e1896633a6d2cad48664309bb16fa838fa42 2,221 1.00/1.00 vMB 82
676,396 676,396 00000000000000000002b2679420e9754ae64f2349db9f5fe7e1300b087f6ad8 2,256 1.00/1.00 vMB 64
676,395 676,395 0000000000000000000905c63b90b2f742deda91f07e1f4a10ab1f04682bdd05 2,345 1.00/1.00 vMB 72
676,394 676,394 0000000000000000000b2eafbd8c42b7616c9447f8d68ad020a2a986c1904971 2,407 1.00/1.00 vMB 75
676,393 676,393 0000000000000000000339fe5970c189d641b4b3de36f3f31730b3983e028e5a 2,775 1.00/1.00 vMB 113
676,392 676,392 00000000000000000005fc38de6b7b4c93499e162a1a2b1b7f6f702a1ce5c93b 1,824 1.00/1.00 vMB 76
676,391 676,391 00000000000000000004e5751830aa4ccaed7e8107d7e2ef1d45dec45368096d 2,416 1.00/1.00 vMB 75
676,390 676,390 000000000000000000029b06d1d4671d158e02846dee6a77c662673011ef585c 3,006 1.00/1.00 vMB 100
676,389 676,389 00000000000000000001bf523f92b9af7e2dc1a613f23f19c5b26e243f3c1719 2,239 1.00/1.00 vMB 37
676,388 676,388 0000000000000000000b9b4852b11dbfaef06fe357fe14c69657ff9c920dd8f4 2,666 1.00/1.00 vMB 18
676,387 676,387 00000000000000000002e25ae0abc167dde54422e7db8511ac64429d0bbad3d3 2,352 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.58 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.24 GB
    • Received: 15.89 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.