Loading Tool

Explorer IconExplorer

Memory Pool

78,959 transactions
29.92 vMB
0.12057298 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 21483d1626b0747a495e9aad608cbc9254b92bb682dd860e3fb02de9a2e83093
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1c9e23588f36194d96c9e41134aea54744841d677d31c23627aa71bec1086b3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.03710470 BTC
Feerates: 673.02 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (215,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,179 700,179 0000000000000000000e5ce76ccff557464169a011cc36d89c647ee7d840ac40 2,527 1.00/1.00 vMB 6
700,178 700,178 0000000000000000000e0d9fe24b71edc207907c4e093a7bc00dfa00be27425a 2,623 1.00/1.00 vMB 17
700,177 700,177 00000000000000000007d143061e8ae9410cf62bcb4209ab7123e747ba6e7030 1,469 0.59/1.00 vMB 5
700,176 700,176 0000000000000000000b2c4cc79569b09f8fe62a35d3c123b6aa6ba3f2694cf9 2,210 1.00/1.00 vMB 11
700,175 700,175 0000000000000000000b99d07c8a2a92a5ece04728b9aad857f330c103f9f635 47 0.02/1.00 vMB 9
700,174 700,174 000000000000000000034ea0ccdc09868da5a7b3db7d1e64de4027ec8bcf5888 133 0.06/1.00 vMB 8
700,173 700,173 000000000000000000051a5ce5c361653ef209df7a01d83fde2a592ac6b701eb 1,275 0.55/1.00 vMB 8
700,172 700,172 0000000000000000000bdc78cfa02afa4eb896b13d4e4d9b82756d0dc2eb1668 487 0.60/1.00 vMB 2
700,171 700,171 00000000000000000008d7fb3d845761e1b18d6dd821fea791595dde21587661 2,115 1.00/1.00 vMB 5
700,170 700,170 0000000000000000000836d6d2990880f12f0f6807fefb44e155ffb7213173ef 2,708 1.00/1.00 vMB 22
700,169 700,169 00000000000000000006d60baed095b5c8f0b29371222ee2e6c63cb24107648d 2,360 0.93/1.00 vMB 10
700,168 700,168 0000000000000000000c97fb7ada23af4f681d228e99a4a82f2942633a93f65c 2,083 0.90/1.00 vMB 6
700,167 700,167 00000000000000000003e81f0c75d4c8897c4bafcd261643fea1dc93132e84bc 1,940 1.00/1.00 vMB 12
700,166 700,166 00000000000000000003a77f62f8704239a72b17dbd3ff48fdc0fb093b289170 1,022 0.49/1.00 vMB 10
700,165 700,165 000000000000000000064f46b0ec84aea83c20e674668ea5a100e9fb9d6b84b6 909 0.39/1.00 vMB 16
700,164 700,164 00000000000000000004a58fb5dc5d5d3d703819b4cb5f844321c5d93aa359f5 509 0.19/1.00 vMB 13
700,163 700,163 00000000000000000002c1aadd8076c9215b765d52bb62581748902584e8498b 2,623 1.00/1.00 vMB 4
700,162 700,162 00000000000000000004343aacd60719ae5479371afb2e75466669e79d361d96 2,624 1.00/1.00 vMB 18
700,161 700,161 00000000000000000008ddd6b8c989115bc46069ca92a424593b5f2a9ad9a3fe 372 0.20/1.00 vMB 10
700,160 700,160 0000000000000000000a30eac96953caa2e5e5b6dc99eddc3a7346a8aacd7d41 1,444 0.50/1.00 vMB 9
700,159 700,159 00000000000000000007ed9c97bbc2f3a4c72fb10a0bfa97c52ee448ea95c966 250 0.08/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.