Loading Tool

Explorer IconExplorer

Memory Pool

52,671 transactions
31.59 vMB
0.11596404 BTC
Random Selection Loading Transactions
Max Size: 169.04/200 MB

Candidate Block

Mining Attempt e3dfacefef48fc5aa91b10f3712189b2d4f174f4657469307f03f1a9a835b66e
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 44373c1f223d69ca178c20360ca3704f26a9e19b0b6821931d604317a2ed1fbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,845
Size: 1.00 vMB
Total Fees: 0.02407313 BTC
Feerates: 32.88 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (136,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,004 778,004 00000000000000000001e1fd26e6f505b1136609eee073691abd55f5264c7f5d 847 1.00/1.00 vMB 3
778,003 778,003 000000000000000000053f658f71da144a120eabd82c70dea042661ed736a31f 2,430 1.00/1.00 vMB 7
778,002 778,002 00000000000000000001c1e9f8c830076ac5aae29f6da4974171d4f4a4fd3cc9 3,196 1.00/1.00 vMB 10
778,001 778,001 000000000000000000064b21786cd73bebc91244e7b04ece243e362bfe5c80d3 3,089 1.00/1.00 vMB 34
778,000 778,000 00000000000000000007029401b13dea6bb3a282ca953d8cbc9c9f548f0f1339 3,373 1.00/1.00 vMB 19
777,999 777,999 0000000000000000000402e6f69c195b09e088c31a229ce9efcead55375bac76 2,765 1.00/1.00 vMB 15
777,998 777,998 00000000000000000005989fc5483ec39af8a8772520b5a1aa73a1e95f37f16f 1,944 1.00/1.00 vMB 9
777,997 777,997 00000000000000000003ab28632253c7d0a5133e1659f6c9985d26200caf8544 1,897 1.00/1.00 vMB 4
777,996 777,996 000000000000000000004c60f4ed2d533f1a9dc9d1b1280dac03126f978ed11c 2,747 1.00/1.00 vMB 12
777,995 777,995 0000000000000000000359b69fe639b87893dacf20f7143749a90b749565e374 1,709 1.00/1.00 vMB 15
777,994 777,994 000000000000000000007c5c57ac30b8cab925a40357f214c60ff405e1b3a250 2,461 1.00/1.00 vMB 20
777,993 777,993 0000000000000000000534fb0b00e4a5b6663270b3d9cbe54f42648bef90e415 3,031 1.00/1.00 vMB 26
777,992 777,992 0000000000000000000207d22adf58cb0397063e35a9c13672cd4d0c53a2ba7d 3,117 1.00/1.00 vMB 18
777,991 777,991 00000000000000000001c87dc5c003c60e647a4227eae8bbbb3b2d4bedebe36f 883 1.00/1.00 vMB 5
777,990 777,990 00000000000000000002b3bd4b94a68c03f52601d88fd6adc7e3ee27c273ded1 2,532 1.00/1.00 vMB 8
777,989 777,989 0000000000000000000698bbe12f63f37f70d2fb8cc2e83e4e5a7bcbd75b3c62 3,233 1.00/1.00 vMB 24
777,988 777,988 0000000000000000000683c258d84fed8d76fa98021e9c43fbcd662580f33e5c 2,748 1.00/1.00 vMB 14
777,987 777,987 00000000000000000006ace8746653c667267b73e3aa8d8ecc84e32d232e3b6f 1,024 1.00/1.00 vMB 5
777,986 777,986 00000000000000000005524da0b31a1d5d6032605bf7dc7fad1c8857ca6241d2 1,132 1.00/1.00 vMB 4
777,985 777,985 000000000000000000064930723f8b2adc400157901746a665fe23fcbda9f420 1,425 1.00/1.00 vMB 6
777,984 777,984 000000000000000000022b42d72bd1240321111fd2df55c8f5bb7b8248b6a0ba 3,016 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.