Loading Tool

Explorer IconExplorer

Memory Pool

86,146 transactions
32.15 vMB
0.21144233 BTC
Random Selection Loading Transactions
Max Size: 191.05/200 MB

Candidate Block

Mining Attempt 80c2f8e1f9581ab523c538f5043cb75e29cbf6904350d8bf18a4865445f69314
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root d93a2263f8c6660ac4d72bc05828258027cc8a71ed084fda3a88ca7e1fb04c16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.08185652 BTC
Feerates: 301.64 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (297,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,441 617,441 000000000000000000070a73457804e64ca89b68aa2da3882d1bd55ac7164fe4 2,516 1.00/1.00 vMB 18
617,440 617,440 00000000000000000001c90965864f29c8f4177da081f093d3e66905b2eeb40c 2,065 1.00/1.00 vMB 15
617,439 617,439 00000000000000000000f58f6bcb509f8fb3cfc0eeaf8180b6ec639c4df1e29e 2,568 1.00/1.00 vMB 17
617,438 617,438 0000000000000000000961016105c199de24b798a7cba4518493a88150f3ffc4 2,187 1.00/1.00 vMB 2
617,437 617,437 000000000000000000068edfee0f72530a00e6f5a66fd169f9bdd7a52fcf2c32 1,793 1.00/1.00 vMB 8
617,436 617,436 0000000000000000000ede290ae728a6976437041631ac62419a77e607f863c5 2,391 1.00/1.00 vMB 35
617,435 617,435 00000000000000000010b4a5a4ad36f69c7e25b803286357c19a776ffa5ff143 1,742 1.00/1.00 vMB 4
617,434 617,434 0000000000000000001110d643a72918b8d825ab6cf19126cf5c6175ef1b7ff9 2,150 1.00/1.00 vMB 23
617,433 617,433 0000000000000000000463a4284ef55aa1c87ee27395eb15379a69c46190543d 3,274 1.00/1.00 vMB 24
617,432 617,432 0000000000000000000ee1f8fa2b0b6445c5272a7ab098e4d011151e92cf97d0 3,331 1.00/1.00 vMB 22
617,431 617,431 000000000000000000021f77541828d51b3e1f144af02c6257c3f3e42cf7b351 1,271 1.00/1.00 vMB 11
617,430 617,430 00000000000000000010c8f5b0178c19b3cf507b28f43525582339b50fbb7339 2,025 1.00/1.00 vMB 24
617,429 617,429 00000000000000000008149d9c4f65d4f9b917577ad540922a64f5c849efc1f2 828 1.00/1.00 vMB 10
617,428 617,428 000000000000000000040609eb6798f4f9d47455201267bd78bb8f91b820ce93 2,213 1.00/1.00 vMB 23
617,427 617,427 0000000000000000000f40218125a5ef7e0c6d580d52eb7526a5c8b0977f19a4 3,019 1.00/1.00 vMB 27
617,426 617,426 00000000000000000004c750ce2e63eb23ea8bae574e8095f3732d79fb8cb1cd 3,179 1.00/1.00 vMB 40
617,425 617,425 0000000000000000000fccba738a803b99aab96982b55765c07d89dcf5c3c384 1,373 1.00/1.00 vMB 7
617,424 617,424 00000000000000000001f36481f84974b23feb887385137f66f8bf1bd68feb3e 1,354 1.00/1.00 vMB 13
617,423 617,423 0000000000000000000799e60a14facb8cc4d44bbf7fafdac313caf827563de3 1,148 1.00/1.00 vMB 15
617,422 617,422 0000000000000000001107caa0caf317eb7bec6d7ddf6b46d094aba062b8242c 2,168 1.00/1.00 vMB 11
617,421 617,421 00000000000000000010994a490c64620587a3df8a0b31c9f50a7ae78ec6468c 2,340 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.65 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: 672.65 GB
    • Received: 16.29 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.