Loading Tool

Explorer IconExplorer

Memory Pool

60,368 transactions
29.43 vMB
0.06493645 BTC
Random Selection Loading Transactions
Max Size: 163.52/200 MB

Candidate Block

Mining Attempt f1e7d118202ce9f2ad874b5eb6370d58d2ef97618010cc593aaaf76803017219
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 9d2fac1655887eaea878f278a4d222299f2bce58f667575a7eaffb6f34ff0a37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,705
Size: 1.00 vMB
Total Fees: 0.00803268 BTC
Feerates: 108.49 > 0.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (288,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,972 625,972 0000000000000000000040e8d1c5c00315702d44e2da405440d99f8268e77b8a 2,302 1.00/1.00 vMB 18
625,971 625,971 0000000000000000000319741e9b86117e93d81a52f5867579282296876f3d45 2,493 1.00/1.00 vMB 30
625,970 625,970 0000000000000000000fe187ddc7d076b6392b8b7bb21c137ad46abe451c7fb3 2,937 1.00/1.00 vMB 22
625,969 625,969 00000000000000000006d5cf7979bc87710814597bc972da1f7ec60f81629b61 2,711 1.00/1.00 vMB 22
625,968 625,968 0000000000000000000f53b625509ee738c2c3d2418aaeecd012fe1432f72b2c 2,469 1.00/1.00 vMB 21
625,967 625,967 0000000000000000000ac65813b0923d73c85047e509db9e672079bab99c7eb0 2,685 1.00/1.00 vMB 34
625,966 625,966 0000000000000000000a1adacd2201bfe088148b8345d51561ccc1b83757e445 1,823 1.00/1.00 vMB 21
625,965 625,965 0000000000000000000356418c9c95df830da357d20385fbe092407cbf89c3cc 2,812 1.00/1.00 vMB 30
625,964 625,964 0000000000000000000b9e9c3d6f93fdb7790ee4acf4952df8caef340479fa8a 2,513 1.00/1.00 vMB 23
625,963 625,963 0000000000000000000bedef0537e1ad14be6830222377c3e9b2c53ff72bdf2e 2,582 1.00/1.00 vMB 31
625,962 625,962 00000000000000000005371bb53841da0d6018ab7d465e37aa60b4bfd47c1f4a 2,036 1.00/1.00 vMB 24
625,961 625,961 0000000000000000000fa05c59ad0ab561e2cf3c145ad5cc0a094f8fe3cd5c5f 2,716 1.00/1.00 vMB 35
625,960 625,960 0000000000000000000ed420d9d48233ed63bcfa2f312201896a3e9acb70d51f 2,801 1.00/1.00 vMB 18
625,959 625,959 000000000000000000063ccdaefc776b9773ae0f2c0430356212446d5cfb64c4 3,122 1.00/1.00 vMB 18
625,958 625,958 0000000000000000000b36bb4b80591c7bfad5695e012ab48b397221fbaee967 2,794 1.00/1.00 vMB 23
625,957 625,957 0000000000000000000cf8e31619cd77e0a0a290884eeb002d52126ce275eaae 2,291 1.00/1.00 vMB 29
625,956 625,956 0000000000000000000b3a636932c1c0e67aa6625d1a104cc17b427cbd6c0fc6 2,036 1.00/1.00 vMB 26
625,955 625,955 0000000000000000001068472d8dc0d3f6e849b6eb5f19b2c760914aaabc88e1 2,599 1.00/1.00 vMB 25
625,954 625,954 0000000000000000000ece41e4a751da47f97f116d6b0939d6d6edf0024838cf 2,466 1.00/1.00 vMB 34
625,953 625,953 000000000000000000049084149a4b07a31186b05dc5a1f991b4b26a26ed8018 1 0.00/1.00 vMB 0
625,952 625,952 00000000000000000009ecbb29f57d48b943f4737d37784f707b9d296d95a77a 2,542 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.