Loading Tool

Explorer IconExplorer

Memory Pool

81,570 transactions
29.87 vMB
0.14336064 BTC
Random Selection Loading Transactions
Max Size: 181.05/200 MB

Candidate Block

Mining Attempt 365a18fa345dc8300b8bcbdf1a76e2a9ba6df82c4dfd324367d96ec0bcd69c8e
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 822847d3b24dee75ec5937c9f776722a695a33e5fbda75e240fe1661a961b197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 1.00 vMB
Total Fees: 0.07545393 BTC
Feerates: 101.65 > 7.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (299,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,686 615,686 00000000000000000010a79418e2b119f6206c3e20d86377d54c10b18b622a4a 3,465 1.00/1.00 vMB 17
615,685 615,685 0000000000000000000154d96f2e62aa70411f45026277648979ea46658ffd12 3,609 1.00/1.00 vMB 15
615,684 615,684 000000000000000000059d1b940cba3d81f1ce5e3812f1bf4a36aff06631ed15 2,800 1.00/1.00 vMB 26
615,683 615,683 000000000000000000015a9287a2e59781ae2adbb9ca28c254fbe6cc718f6213 3,230 1.00/1.00 vMB 13
615,682 615,682 0000000000000000000459e803e2b2dba0df79ff8a507b56e816d79efb74bffa 1,829 1.00/1.00 vMB 7
615,681 615,681 0000000000000000000f0dfc85be4db42c590637a16dd5b5177aeb5bb317cda3 2,473 1.00/1.00 vMB 18
615,680 615,680 0000000000000000000a4b8d0b2f987971e301992e0b3948ad69c54741eb676a 2,409 1.00/1.00 vMB 17
615,679 615,679 00000000000000000012097565f56cbcd51b45a832ff918c31be66b085fe22bb 3,518 1.00/1.00 vMB 18
615,678 615,678 000000000000000000034ff79a0c7ec61ea44e59514172d2a8d83033aaf9416b 2,952 1.00/1.00 vMB 13
615,677 615,677 000000000000000000100169f06a8584b4aaca4b576bc64da4acc7e7de4d493e 2,986 1.00/1.00 vMB 14
615,676 615,676 00000000000000000010dafff3ecb29d3b94c0db3f742e41c2d0a21ba2ea69a1 3,290 1.00/1.00 vMB 15
615,675 615,675 00000000000000000007071e43d5f9651c980a066b2442cfd9a1fe78fce9a755 3,014 1.00/1.00 vMB 22
615,674 615,674 0000000000000000000c3a6e97e127819399a6fa566cfebcd3f8d64f51af5240 2,691 1.00/1.00 vMB 46
615,673 615,673 00000000000000000007f08b77144633ef94c709eed289387ab6e61fd46c4342 840 0.25/1.00 vMB 16
615,672 615,672 0000000000000000000b819795886bd2a436729e0d94b39f56a5c60813fa9950 129 0.03/1.00 vMB 151
615,671 615,671 00000000000000000003e0ac7bb1939b802737c534d38285db8e2772c9a7804c 2,215 0.74/1.00 vMB 3
615,670 615,670 000000000000000000089d6fa7782f1fe1d20cd1fe76f68407fec8b88d3b0a1e 2,191 1.00/1.00 vMB 9
615,669 615,669 000000000000000000114b73ced701f9a699c1d21422c44c3fc5956f2cd1d924 2,707 1.00/1.00 vMB 24
615,668 615,668 00000000000000000001eb35502cb0e553f0d0a4efc91c7c17802644767a3c44 2,486 1.00/1.00 vMB 2
615,667 615,667 0000000000000000000d6a0b66a8f054ae880aef4cadd030fc9f3739dd5c7b98 3,168 1.00/1.00 vMB 23
615,666 615,666 0000000000000000000b3199480035431d7cf986f296f8fd1e1bf2470128b8df 2,265 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.