Loading Tool

Explorer IconExplorer

Memory Pool

46,141 transactions
31.73 vMB
0.11954410 BTC
Random Selection Loading Transactions
Max Size: 161.77/200 MB

Candidate Block

Mining Attempt a5c287f54d1424b2b7147a7bd9adc54ba28b773a9807d4f4723b9d1287cfb713
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 7d23b605723bec8c867bb037e795cc5c8f86c99b76fe0ac4194504b0db578f4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,740
Size: 1.00 vMB
Total Fees: 0.04989679 BTC
Feerates: 301.05 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (159,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,991 754,991 000000000000000000070fc470f223aa61d8e8e176da1eaabf850acea54f7fd7 2,091 1.00/1.00 vMB 17
754,990 754,990 000000000000000000089e13bcbcf9ca875c135f5652d1bde960511d9ed039ac 2,082 1.00/1.00 vMB 19
754,989 754,989 00000000000000000003a11669f8f8631df5c08a7bc8b009ac246680fe9dbb06 714 0.25/1.00 vMB 10
754,988 754,988 000000000000000000046a44d5b02d92d1fc985353a68e2ebfd665fe5d727434 1,216 1.00/1.00 vMB 3
754,987 754,987 000000000000000000089b759757061aac79b054d3ef4d968c0f778560c1b9b5 2,348 1.00/1.00 vMB 4
754,986 754,986 0000000000000000000089d74ab23bc01ee5b5916ac8bcc0f54dcb438031112e 2,864 1.00/1.00 vMB 9
754,985 754,985 00000000000000000006a4684dcb65a20b2d2786087d05d8de232ae09aa25795 2,000 1.00/1.00 vMB 11
754,984 754,984 00000000000000000006173963619994f5baa6628572013301cab3d91ec7b04d 2,795 1.00/1.00 vMB 15
754,983 754,983 00000000000000000006de80ef9dc64607ec6b4d6fc826c9a7dc4126f3ba8cd6 2,782 1.00/1.00 vMB 15
754,982 754,982 0000000000000000000262db38dd0450c6e64f6b078e6ca80b935717f07b9877 2,630 1.00/1.00 vMB 15
754,981 754,981 00000000000000000007c3e8ca494f4d65eecc65af615c806a1e6a9a9dca9241 3,376 1.00/1.00 vMB 12
754,980 754,980 000000000000000000052e162ac7416e92aa9a960a562c2e9b65ec1c899e9be1 3,127 1.00/1.00 vMB 19
754,979 754,979 000000000000000000041d2a133a311343180297df91d13b15b07fc40e5ad51e 3,120 1.00/1.00 vMB 19
754,978 754,978 00000000000000000006231137a322d4980ac338e4645a0b8aaf8acf9223222f 879 1.00/1.00 vMB 14
754,977 754,977 00000000000000000006cf8886299e83e2be357ab8fecf12caf6aa7a581a9843 3,028 1.00/1.00 vMB 16
754,976 754,976 00000000000000000007b3d145a2ab620ead19a428d3a5bf3cd0533cc655e968 3,309 1.00/1.00 vMB 22
754,975 754,975 00000000000000000005a95d3ddcc762223ecf4bfd79f94fe51b1f509b810c94 665 0.40/1.00 vMB 11
754,974 754,974 0000000000000000000558aabee42af4c79aaa5f290690f3b7a0a27733069a4c 815 0.31/1.00 vMB 10
754,973 754,973 000000000000000000068279f7d36f28eeef8312039d55825402ad90e6ebed17 2,343 0.85/1.00 vMB 10
754,972 754,972 0000000000000000000113d8355b0f382a123a6209db2586b314100adf9e116a 50 0.02/1.00 vMB 7
754,971 754,971 000000000000000000059c7fdf12faf8de5a3d829bed5ae9d2f357a87ca19b08 1,780 0.89/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 609.48 GB
    • Received: 10.69 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.