Loading Tool

Explorer IconExplorer

Memory Pool

34,396 transactions
25.68 vMB
0.06231103 BTC
Random Selection Loading Transactions
Max Size: 130.23/200 MB

Candidate Block

Mining Attempt cceeb92a292a45a610a24ca746d9662ca57aaf70e85aaed64e2082bc3c712f40
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root abb1fa7a91d16ae86ab80625dff15b79e9d44198aa7647e0bee9ccd23ab86be0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01549009 BTC
Feerates: 101.16 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (340,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,041 574,041 00000000000000000015a374027ee6eb01913d7177b50cd5594809cfda6c6f15 2,919 1.00/1.00 vMB 52
574,040 574,040 00000000000000000021013421a103211cd804a3770f82cdd16b88d5b2e0b4ae 1,552 1.00/1.00 vMB 79
574,039 574,039 0000000000000000001beaefb55bd97b37b2cd8dbf8b3c2fbf057b7723492307 731 0.23/1.00 vMB 39
574,038 574,038 0000000000000000000b9d76b74a20ad32fb9ead430bb3893a3a58dd272e9e16 1,625 0.49/1.00 vMB 28
574,037 574,037 0000000000000000001f5dd76f3516094cafe7d4a3003b5e6414e2d66342c193 2,505 1.00/1.00 vMB 41
574,036 574,036 0000000000000000000dd264d665841d5e2190628110ff1f35d01dbc74ae5abc 1 0.00/1.00 vMB 0
574,035 574,035 0000000000000000002b568e26fa8122267e66d9bdc79c707681b520e72e2d60 473 0.88/1.00 vMB 3
574,034 574,034 0000000000000000001387116e3e8096a9f37511d2c3572a6d18b480dc677015 2,476 1.00/1.00 vMB 23
574,033 574,033 00000000000000000003afc629b4c3676c9df58543798e3d8e18df8956497120 3,217 1.00/1.00 vMB 20
574,032 574,032 0000000000000000001e16ca22e485e20d355bac53bfd4f2283989f34b683eea 2,897 1.00/1.00 vMB 40
574,031 574,031 00000000000000000026684217060b0d85d651fe62b345e4b7fb7985d820b5a6 2,644 1.00/1.00 vMB 19
574,030 574,030 0000000000000000002a9d2bf41ef0f34d6c9ef5aad1bfa37c11b2b716125252 3,175 1.00/1.00 vMB 5
574,029 574,029 0000000000000000000dbb608d01ff2852ffcbf58de2a6c395916fcb94fe0622 2,946 1.00/1.00 vMB 37
574,028 574,028 0000000000000000001d7ad6820eda721d8011596533c7c41544b2d5f434b3ab 3,257 1.00/1.00 vMB 83
574,027 574,027 0000000000000000000ae5d3ce1010227e2663c87fc2a90623361104c977ff47 3,281 1.00/1.00 vMB 40
574,026 574,026 0000000000000000001484b6ed311ed54b9a2c56d4afc79503345ad3a784110c 2,467 1.00/1.00 vMB 57
574,025 574,025 00000000000000000005bbec95fd1827eea0396ab4574d968b56455a5f1de8ee 2,804 1.00/1.00 vMB 45
574,024 574,024 0000000000000000002c23bf3a3ef29c2b2b032379494b0d1bb1b5db092071a8 2,897 1.00/1.00 vMB 45
574,023 574,023 0000000000000000000d7f857d4ac613bdb4d19b384ba8547283b4aaac2ede72 2,129 1.00/1.00 vMB 57
574,022 574,022 0000000000000000000bf604851259d71e98756c14a11fd055133c6231af9711 3,104 1.00/1.00 vMB 68
574,021 574,021 0000000000000000000ba129965f53656c39b397394eeff7979630f76f34c786 1,901 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.