Loading Tool

Explorer IconExplorer

Memory Pool

81,157 transactions
29.85 vMB
0.15181953 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 3bbc60394b8b3027da5757b829f924a23d5619f35c5b79a15fc4efecf771d108
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root f1e287e9092b425cf3e15f18e5b8430b3b67066bf628ac5dc6dbd4b1bac87577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.05769901 BTC
Feerates: 1,002.91 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (321,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,785 593,785 0000000000000000000c72d70afe03fdfda7a961fd760895beea1d7159614e6a 2,768 1.00/1.00 vMB 29
593,784 593,784 00000000000000000015b04e0e91c3dfd3b4c00c0e1e90386aa67932232dbe89 3,230 0.88/1.00 vMB 26
593,783 593,783 000000000000000000006c9cd64dd9f57e199b33c3f3c8fcd529bb6a26c76e91 194 0.05/1.00 vMB 26
593,782 593,782 0000000000000000000fa315c618973e562eff4fd41aef39b3f01e084087ffad 1,119 0.35/1.00 vMB 17
593,781 593,781 00000000000000000015a9291d875bb35a39f93f3664ff6ba0e413b859f384f4 2,738 1.00/1.00 vMB 8
593,780 593,780 0000000000000000000bf3d6f1150b70c995100afbe3a5fb7fbb149203bf65dc 3,088 1.00/1.00 vMB 51
593,779 593,779 0000000000000000000535ecfb297465d0c9873214ec91d81cb7c5199eb0e26e 917 0.32/1.00 vMB 29
593,778 593,778 0000000000000000001104ce9c90c77bc8810cf977bd95638e3317d721e05341 370 0.20/1.00 vMB 16
593,777 593,777 00000000000000000014158b9dbf2cef4edd0ecbd4216e64f86252cf93c2aceb 1,186 0.46/1.00 vMB 26
593,776 593,776 0000000000000000000fbda493449296f17d6b45d0570ea9b85bca11eb8be4ad 1,533 0.54/1.00 vMB 29
593,775 593,775 000000000000000000057874aaed6ead9d572ca5fa938d7e9359246236e658d7 2,319 0.92/1.00 vMB 16
593,774 593,774 0000000000000000000e4a5eb058a6d08a1993b1e5e85912121c0af675e722e6 1,512 0.52/1.00 vMB 25
593,773 593,773 000000000000000000067cde5af4f44e781f997bf8e301d7a8611ba5b0435a7f 739 0.24/1.00 vMB 33
593,772 593,772 00000000000000000008918f1252867d36ac0e5dfdcc8a5a5b921b24ee515ea2 318 0.11/1.00 vMB 3
593,771 593,771 0000000000000000000dea0382ca30a79d463c461793c85340208c2aeda6cdc6 3,209 1.00/1.00 vMB 23
593,770 593,770 0000000000000000000f269e3dee55b2b4e087f82493e61bb68242e278c1bfcd 264 0.09/1.00 vMB 30
593,769 593,769 0000000000000000000a776764637c78c4984ba8c1e54ad73b89db4976af022e 1,091 0.38/1.00 vMB 24
593,768 593,768 00000000000000000018b6c179d7b458ff19d7fb6410875b7f4c86e6032c1911 2,994 1.00/1.00 vMB 24
593,767 593,767 0000000000000000000d79121ab12670f7b1badb5c8057bb29028dee1a02b4c1 641 0.21/1.00 vMB 32
593,766 593,766 00000000000000000016da18a89b5ff29395e2276c12dc27d49ee03857e1e777 1,189 0.36/1.00 vMB 27
593,765 593,765 00000000000000000013a4ad66062c033f48b44f124d6a2a2df57e913f8d066e 2,052 0.62/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.