Loading Tool

Explorer IconExplorer

Memory Pool

83,112 transactions
23.06 vMB
0.05696473 BTC
Random Selection Loading Transactions
Max Size: 155.30/200 MB

Candidate Block

Mining Attempt 8d4f862f98180306d3626814b62920acd0ab2e4a18d7a82572036386e736bd29
Version 20000000
Previous Block 000000000000000000000cca0e18884a245231290c6562eed2f7c7cad652f1ef
Merkle Root a773a91fe42b49f2e3a302843a9a6ea10814f708a97cebdaa3c851b4eb0f561e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 955
Size: 1.00 vMB
Total Fees: 0.00530126 BTC
Feerates: 72.16 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,879 (906,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,891 8,891 000000008d533850b2f17cdcd43bff547a01f583f44f38bddfa2e10eab9eec01 1 0.00/1.00 vMB 0
8,890 8,890 00000000c735d3c3c9a02fba4f4807d696280c3fcb402abd7dce29d95a38f9fb 1 0.00/1.00 vMB 0
8,889 8,889 00000000a0d1faff6c739a8fe94aa985bab7dd8690bb089ce0952829179bed9e 1 0.00/1.00 vMB 0
8,888 8,888 00000000483451d1afb0284fbd0873cc5a61989033604a668b45d5d0ad363071 1 0.00/1.00 vMB 0
8,887 8,887 000000007657ef084521cb7a3fcdaf5f883e558e4c04b06ff1a91b1dc71cc125 1 0.00/1.00 vMB 0
8,886 8,886 00000000f536d3ac9ccdc9a3535c83ae586413465bc97c35a2b2efb1d2d3abf4 1 0.00/1.00 vMB 0
8,885 8,885 00000000b3dbdf88bddb931af4df7fa840d5b1d27d8ab66344dbd24cb1660a7c 1 0.00/1.00 vMB 0
8,884 8,884 0000000057d38f5d7e85f0c42f8d35acd078d686c010bc47053a14db6f38d9db 1 0.00/1.00 vMB 0
8,883 8,883 00000000dd426cd800359795b7436e80d8098af029a289c3a3edce079bf98cd9 1 0.00/1.00 vMB 0
8,882 8,882 00000000da6880cf2152b6d7997e8c9dac562fe5bd40544bb7f338057b314cb1 1 0.00/1.00 vMB 0
8,881 8,881 00000000b08b5d6820d172389cdfbd495331fe13a70de4a5f224539e07595763 1 0.00/1.00 vMB 0
8,880 8,880 0000000024ddc3c8de38e778defa4cbe136ec6d5533fb38649a06738f122bd2f 1 0.00/1.00 vMB 0
8,879 8,879 00000000901236b6b60ea294338dc498e2691d40e5d6fd931aa7e5e694935f36 1 0.00/1.00 vMB 0
8,878 8,878 00000000ec7c949e12fc0b74c64b8fa8c78f8d53f69868a4b3408450c82d136e 1 0.00/1.00 vMB 0
8,877 8,877 00000000ba671ce9b23720a7e9350fdbca314edb2c206b090afddb6464866152 1 0.00/1.00 vMB 0
8,876 8,876 00000000e7d3201ca7440a9b084f5c0074a0a3264202d87e1bc796cfda265188 1 0.00/1.00 vMB 0
8,875 8,875 000000008d218d6349b08dd2bc22537db48c63304a5d22f72a2f4d89c8f144e3 1 0.00/1.00 vMB 0
8,874 8,874 000000007ec4b55d56bbcc0b794953348c3d30f43a712450fece691b3515662c 1 0.00/1.00 vMB 0
8,873 8,873 000000008442c1f22d5b012cbdbb9808a5cc417b4198ff48ca952bac572f7597 1 0.00/1.00 vMB 0
8,872 8,872 000000001d889e79cc626b12557afb50418c4a321391f0486356facd9ec105bd 1 0.00/1.00 vMB 0
8,871 8,871 0000000046b6a6e8288a64b2fbead4c0f04f9f60c7aa37849eaa77fd83535309 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.89 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: 795.75 GB
    • Received: 22.15 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.