Loading Tool

Explorer IconExplorer

Memory Pool

39,916 transactions
25.97 vMB
0.06544387 BTC
Random Selection Loading Transactions
Max Size: 134.79/200 MB

Candidate Block

Mining Attempt bafca3a1af67887938755a5c9080ff5dc0a914832deb482b7b65a82bbdb48d96
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root b93e85ee06eed4279c448407d76cef957bac41108ee469e2752e6f516205c63a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,544
Size: 1.00 vMB
Total Fees: 0.01823174 BTC
Feerates: 73.20 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (111,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,622 803,622 0000000000000000000111b15b76e7a40bbba4971b3fc6019d41086c428e2cd4 2,092 1.00/1.00 vMB 10
803,621 803,621 00000000000000000001bb726fd6922f1aec792cda68943112a9881891d77e69 1,933 1.00/1.00 vMB 10
803,620 803,620 0000000000000000000285c14ef158fe0e825b36ddb1d12090485c0bc508c590 3,302 1.00/1.00 vMB 18
803,619 803,619 00000000000000000002fdf57717fab06e846e4ca109cdb9110691e408aa30db 3,785 1.00/1.00 vMB 11
803,618 803,618 00000000000000000003c6144bf6e78006c90b367f865f460075ed5dca0df0fc 3,218 1.00/1.00 vMB 18
803,617 803,617 0000000000000000000190e49c72fed7c003f77dcb4fea4bfa6b976a4eae8425 2,866 1.00/1.00 vMB 32
803,616 803,616 000000000000000000036544dccf761426218e9d888567da9f091bb8fcbbd1c3 2,125 1.00/1.00 vMB 10
803,615 803,615 00000000000000000004fc263d50359b206fc0d13b52dedfff2b81d6b457b096 2,677 1.00/1.00 vMB 15
803,614 803,614 00000000000000000000a43ee922aa83908e3cf154ce6dfd720d7950bb3d9a37 3,250 1.00/1.00 vMB 16
803,613 803,613 0000000000000000000168efd0df8cf6ad92693598377e5092f7cef1dd23a447 2,954 1.00/1.00 vMB 7
803,612 803,612 00000000000000000002cc97dfe2d4ccb38f7809ee6c5b5c3299aaefed2a4596 2,006 1.00/1.00 vMB 11
803,611 803,611 00000000000000000001eec5b7f0f8b0401e5af6d58152522c1a8e75b27bd776 2,857 1.00/1.00 vMB 18
803,610 803,610 00000000000000000002ad3b963f6171cc5c66ad0962c85bbe5f45f15cff5cd7 2,817 1.00/1.00 vMB 9
803,609 803,609 000000000000000000018cd7af4a771591ecd4fc07975aa453d522f213a9ee8b 3,587 1.00/1.00 vMB 18
803,608 803,608 0000000000000000000004b018a5ad3e9565cde72a523da6de909199522772b9 5,731 1.00/1.00 vMB 8
803,607 803,607 00000000000000000005462339c36c17f6253770e768c59f7744fbe047db8259 7,145 1.00/1.00 vMB 6
803,606 803,606 00000000000000000001f6f1f06af91bc2f2c55099d79e97cd28ca0a22563610 6,489 1.00/1.00 vMB 7
803,605 803,605 00000000000000000002e912141ae490e3c6a887b8800c638d617b295e6bee28 6,929 1.00/1.00 vMB 6
803,604 803,604 000000000000000000015e101b33738f5497a7e8adeb7c949a585b7caf4b0ca8 6,925 1.00/1.00 vMB 6
803,603 803,603 0000000000000000000125c2765caed8aae75c4982bb7fe16b7a9a65aa4b0935 4,209 1.00/1.00 vMB 9
803,602 803,602 00000000000000000000f0279d2b245a0ec7672d7dc34e5ecbe2f6784de389ba 5,373 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.