Loading Tool

Explorer IconExplorer

Memory Pool

85,039 transactions
31.89 vMB
0.16970232 BTC
Random Selection Loading Transactions
Max Size: 189.79/200 MB

Candidate Block

Mining Attempt a6dcd0b419f11a1e0efc3b620494f0e9dbfaaa4709df22df441a02244e16b144
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root fef4f45f1d9f465b2f41ab7d0c66dcf98cdefdece4b3ad13ffbfa2dacaefed63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.05358846 BTC
Feerates: 402.75 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (242,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,970 672,970 00000000000000000004ef79a6fcfe2a9d83b060ba954590c1d7a108f21b6b62 2,461 1.00/1.00 vMB 109
672,969 672,969 0000000000000000000a7ec62d1280515d84bb9851eaa7d215627343fa06ce3b 3,431 1.00/1.00 vMB 66
672,968 672,968 0000000000000000000cc2df320bdd6c2669b701992303ef2c1a284a444204ad 1,183 1.00/1.00 vMB 120
672,967 672,967 000000000000000000066030f384ec6c0e0706ab52001265a486c98a1e5989a1 2,734 1.00/1.00 vMB 77
672,966 672,966 0000000000000000000890fe84e740f396a7cc84a5df2003c7aa464b15488d41 2,424 1.00/1.00 vMB 116
672,965 672,965 0000000000000000000ab9e6af33f7680c75bc529a28e207d2332901a5a788f8 2,791 1.00/1.00 vMB 144
672,964 672,964 0000000000000000000bb5c0f83bb0602fa5012de97fee4cd433d13f1749f68b 3,379 1.00/1.00 vMB 89
672,963 672,963 0000000000000000000100db7403439e678a723bb93f9eecaa3aa6bc6867979a 2,992 1.00/1.00 vMB 82
672,962 672,962 0000000000000000000c9599813ae727d2cc3b47fdc068f0bb7beed1657b0e06 2,795 1.00/1.00 vMB 108
672,961 672,961 00000000000000000007766935519977bd0c5aa7e876dd07d1c053edd9cec46c 2,755 1.00/1.00 vMB 130
672,960 672,960 0000000000000000000c6d244fcbe466052076bc585bba97d1fccd74d65d0d44 1,016 1.00/1.00 vMB 114
672,959 672,959 000000000000000000098c3378175fce5ee326d008305b58bc8b97300f51d2d1 1,787 1.00/1.00 vMB 121
672,958 672,958 000000000000000000099a6fcea6179a50e360327cc97af0fd2e69f8ccc9e4f9 2,344 1.00/1.00 vMB 116
672,957 672,957 00000000000000000003e273d3304d696d49f19ade31daf05dd1aeee0bf60097 1,798 1.00/1.00 vMB 117
672,956 672,956 000000000000000000060e7d31077308d513414ae5851bc660275f4619b304ee 2,194 1.00/1.00 vMB 143
672,955 672,955 0000000000000000000398db66b4b424e9023f4ecb8bab25421de281eb653937 2,783 1.00/1.00 vMB 142
672,954 672,954 00000000000000000004a3dbadce039aead4bed874decf78c18d5bf46a3b10eb 2,582 1.00/1.00 vMB 111
672,953 672,953 0000000000000000000a24d65fd00a3f691154690090f2eda2c74aafcf09c4cc 2,092 1.00/1.00 vMB 79
672,952 672,952 00000000000000000005b0f8024a054e39cb121ce88dfe707e91ec8f20c80be9 2,003 1.00/1.00 vMB 103
672,951 672,951 0000000000000000000b68803e49c113872254dfe9e4f901ee3a9614dd1eaf99 1,730 1.00/1.00 vMB 120
672,950 672,950 000000000000000000009227f4218475c553f47ba2dcfd58f6edfb07431f0938 3,203 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.