Loading Tool

Explorer IconExplorer

Memory Pool

87,081 transactions
32.05 vMB
0.11564147 BTC
Random Selection Loading Transactions
Max Size: 195.94/200 MB

Candidate Block

Mining Attempt 820df8a08989a9ac8dac0ae6bd4f3e6820dd555b582a5a0adda6eda916e3cacf
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 047c7e763a922b2e4748eefb447447353b3c7d1a5a77f732f3dec1eba280f8ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,484
Size: 1.00 vMB
Total Fees: 0.03130022 BTC
Feerates: 1,236.26 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (91,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,858 823,858 00000000000000000000f8688f359c6f60861535d64ee3e0094f1cb12d926712 4,218 1.00/1.00 vMB 133
823,857 823,857 000000000000000000032b3ceaab5afd7b12726d5c193631fd41c5e0a511a8a6 4,745 1.00/1.00 vMB 121
823,856 823,856 0000000000000000000322e618e9a848eb2c084cc325f46940359a1656a24090 3,215 1.00/1.00 vMB 122
823,855 823,855 00000000000000000002f5564eca59a5745316b5fb2b9a437d20bd8994ce88df 3,684 1.00/1.00 vMB 107
823,854 823,854 00000000000000000002644e45773232bdf62e2fd7efb1df657a693ef755cf11 3,680 1.00/1.00 vMB 123
823,853 823,853 00000000000000000002f8211586eb8fc69cbc8e183e9ca31da7b3790e77caa2 2,883 1.00/1.00 vMB 137
823,852 823,852 0000000000000000000120e37a4c16a12751d8f5c9024b23f184615b2448bfa4 3,175 1.00/1.00 vMB 221
823,851 823,851 000000000000000000000afd18ea13bfc4d95c259725c3657b59cdd478d4a712 4,042 1.00/1.00 vMB 126
823,850 823,850 0000000000000000000394f47d98566925c2b4b193ebe778d78a4d38828a62a5 4,430 1.00/1.00 vMB 126
823,849 823,849 00000000000000000001a03b89ddf22cef6978c6da3b0eae533ddcc80f61d5a4 3,398 1.00/1.00 vMB 145
823,848 823,848 0000000000000000000178fcb94d0450e5ec8c822eea5e65d1a117bf01b2abb8 4,645 1.00/1.00 vMB 110
823,847 823,847 00000000000000000000b7a350f5a707f7bac1727ed53bbba7b50c801d04b8ae 3,765 1.00/1.00 vMB 150
823,846 823,846 00000000000000000001c6fd191caf7b4b67736b189218b3a50ce2c928e56ae4 4,437 1.00/1.00 vMB 133
823,845 823,845 00000000000000000000359d436219fef7c59b6c48981a4c79ac93a2dc704596 5,401 1.00/1.00 vMB 122
823,844 823,844 0000000000000000000110077e15cf7172a104328742223e9ace5e591fe4258a 3,122 1.00/1.00 vMB 172
823,843 823,843 000000000000000000007dfc773587143c08ade3ac0ae1448534be5b311cdff7 4,285 1.00/1.00 vMB 124
823,842 823,842 000000000000000000004edad4cd832458054ab952e90b2940de48087ab4c9f6 4,202 1.00/1.00 vMB 130
823,841 823,841 000000000000000000033473a1ddec92c6d51b1422ea847edd254869fa11cf41 3,993 1.00/1.00 vMB 133
823,840 823,840 000000000000000000036ed9468a9ba3ec2cb977f9366f0de718a483c3e83624 5,252 1.00/1.00 vMB 122
823,839 823,839 000000000000000000014b7035c57c60f439f7e2f08085e94f452a8ea797fdd0 4,373 1.00/1.00 vMB 189
823,838 823,838 00000000000000000001bdf568f61ac441e4a5ad1943790b9725f2e92ecbc3cd 4,931 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.