Loading Tool

Explorer IconExplorer

Memory Pool

38,955 transactions
25.57 vMB
0.04901477 BTC
Random Selection Loading Transactions
Max Size: 132.64/200 MB

Candidate Block

Mining Attempt 1a26f76989d32d3d7269325ea10d9e3ded71a544ea9da54c2868f9b09cd8e727
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root d387037d8bc6d46b78ac9a09ebf302f4d18da5655864f4c03f2ca67653779a10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00279717 BTC
Feerates: 5.71 > 0.28 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (257,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,788 656,788 0000000000000000000ca8e40d4c77c3d2bc52ae9bb3a884946784ea3a70fe78 2,107 1.00/1.00 vMB 110
656,787 656,787 00000000000000000002faea85222ecabaa8adcad25aa61b4a63f454f57bd426 1 0.00/1.00 vMB 0
656,786 656,786 0000000000000000000412d261a1d86189ce049b43b77762d0993946338c3ee3 2,487 1.00/1.00 vMB 50
656,785 656,785 000000000000000000075e89130ee02d766b4ac80c9e419aa632e2b1a3f8166d 2,488 1.00/1.00 vMB 138
656,784 656,784 00000000000000000007b7fc60bcffead2372815ccede353801ddd82059607e3 2,296 1.00/1.00 vMB 82
656,783 656,783 0000000000000000000d1d9c091965e2c195e9f1a13a0b4a295889ed24b771fb 2,371 1.00/1.00 vMB 50
656,782 656,782 00000000000000000003faae2bd435d22314e4a7bf2701561cb8f77fd500b97d 2,505 1.00/1.00 vMB 139
656,781 656,781 00000000000000000001614db201b76f19c02e9ca11f0cce28ec52f420022906 2,947 1.00/1.00 vMB 83
656,780 656,780 0000000000000000000f0d57756646bf7ab0f7977c011750cabba21c865e2549 1,309 1.00/1.00 vMB 129
656,779 656,779 0000000000000000000c20fc447a081feb88fbf0087d03917d38ebd7fd8fd9b7 2,112 1.00/1.00 vMB 158
656,778 656,778 00000000000000000001e224659059b2737cf20c651b92a536ab1b1ea2c341e7 2,379 1.00/1.00 vMB 184
656,777 656,777 0000000000000000000a6a4869a7febb58908eb58751b4d533c2e657156917c3 2,544 1.00/1.00 vMB 134
656,776 656,776 0000000000000000000da49595efa26bc9c3e3fba235229c09583fba7c34ee70 2,768 1.00/1.00 vMB 43
656,775 656,775 000000000000000000049e5ad436f46509abe85055c6723af62e4671de882a95 2,468 1.00/1.00 vMB 49
656,774 656,774 000000000000000000077974efdc864cf3a11edd75b164452d4e9e7fcc3ce3b9 2,333 1.00/1.00 vMB 74
656,773 656,773 0000000000000000000dab0750c2fba2d5b6781cb3f26f37592b8bb8e489a3db 2,302 1.00/1.00 vMB 88
656,772 656,772 00000000000000000002d6715def2de789dd720c131216198210de9c0c5eff5d 2,916 1.00/1.00 vMB 41
656,771 656,771 0000000000000000000817c8af1833e7b940e4a878e2f022081ebd3096783dfe 2,296 1.00/1.00 vMB 38
656,770 656,770 00000000000000000004c69ca82a7a9d72a4ecb071770801698bf29ce4ee3597 1,344 1.00/1.00 vMB 122
656,769 656,769 00000000000000000010550cd99ed4c71568e4b3fa22d6039f1b4d789078da86 2,137 1.00/1.00 vMB 62
656,768 656,768 000000000000000000012499f7682d1d1916d2e0b5255f6e88e636379ad68abf 1,893 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.96 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: 647.59 GB
    • Received: 12.95 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.