Loading Tool

Explorer IconExplorer

Memory Pool

80,902 transactions
31.64 vMB
0.10357743 BTC
Random Selection Loading Transactions
Max Size: 188.39/200 MB

Candidate Block

Mining Attempt 78124027054f785730154bf4d7e5a276e27f1636bd8f3a53103502cf632488f9
Version 20000000
Previous Block 00000000000000000000826e50a2c1bb5f4637f0c5e5d3dff1c4c7cc4e5a21af
Merkle Root e83bf46456d453bb0708c780b7268b4ca595167c9b212cc00a0e006cee3b281b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 774
Size: 1.00 vMB
Total Fees: 0.02195189 BTC
Feerates: 61.00 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,355 (630,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,003 285,003 00000000000000012af714add6f7fe1e0bcbc515f1ba4c5672a30127534e4617 362 0.18/1.00 vMB 33
285,002 285,002 000000000000000187b096f90509a611a34fb47c38a040630a18e57bf0874c25 826 0.35/1.00 vMB 43
285,001 285,001 0000000000000000ebe6e22b223ff351c37da2d36c663e0d20be6f25ad1bb983 458 0.19/1.00 vMB 52
285,000 285,000 0000000000000000d025f124aa161818f131b56f67d26ea96646ca2ccf671a61 66 0.06/1.00 vMB 19
284,999 284,999 00000000000000011a6b92516471ba696a3485d6aabd66d3031e1226f639ba96 481 0.50/1.00 vMB 16
284,998 284,998 00000000000000015364aae23b73f3111a81f8fd8ebcfc2b7389c866a2abe450 156 0.05/1.00 vMB 62
284,997 284,997 0000000000000000eb226edb101dc44ee9f6f5d7bfc2cae32c249d7b230bbf91 1,045 0.35/1.00 vMB 63
284,996 284,996 0000000000000000b1c36e099a7cb8a18e84c6030232928baa5f3970a36037c0 571 0.35/1.00 vMB 32
284,995 284,995 0000000000000001465bc2730ffed7493d166d18d288f6cf15e8cdb5d4a3c7b1 192 0.10/1.00 vMB 66
284,994 284,994 000000000000000164b4610d4ca073ae4abdd5aba032d8a4f70ac76691b9d71f 495 0.27/1.00 vMB 31
284,993 284,993 000000000000000182aa0b080a398968900366bc30f2f456fceb455f2e9e0d73 573 0.35/1.00 vMB 31
284,992 284,992 0000000000000000ada58194039264b414fcd0351667b5f8d6323a8d85f1343c 299 0.23/1.00 vMB 30
284,991 284,991 00000000000000017baff6d6b6eddd5b8127853f6c546cd54773f38373cf065b 514 0.25/1.00 vMB 26
284,990 284,990 00000000000000004eb5028647a8fa0d0e130b6b0f28d2a0f9b116bea77e488b 152 0.05/1.00 vMB 149
284,989 284,989 0000000000000000692e9a8e542ecc7e6e57d4d94c5e34cfe50a9b943fef8d0b 318 0.22/1.00 vMB 34
284,988 284,988 0000000000000000eba33ec72f4de8eff242b6abf9ba765ab99f4b0ab6f3e117 1,133 0.90/1.00 vMB 25
284,987 284,987 000000000000000023db0a895725e411f2cf697dfb41143c0d617e50af6b50cc 594 0.25/1.00 vMB 35
284,986 284,986 000000000000000085ce2f4805ec49e031b4b4fe7c54d116fdf9e66624aed720 1,078 0.35/1.00 vMB 47
284,985 284,985 0000000000000000bf39f40f5f483361136034864f7681d985840802d582a161 135 0.05/1.00 vMB 139
284,984 284,984 0000000000000000d09725f1d6a2da5c628db80643f39b7561029855b8ee998b 1,252 0.35/1.00 vMB 77
284,983 284,983 00000000000000000d168c6543ce56fc0f278d3a45b415d72b47d6cdd5ef5cad 509 0.45/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.01 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: 718.87 GB
    • Received: 17.97 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.