Loading Tool

Explorer IconExplorer

Memory Pool

49,527 transactions
29.86 vMB
0.07679593 BTC
Random Selection Loading Transactions
Max Size: 159.84/200 MB

Candidate Block

Mining Attempt d40a3608304fe68a035001b0fdeae195648f289956851386e5a998f8ddba121b
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 8a04dafb86554c7e89833a2efe8672352c6a1fc1b1b1a71d37113f1001e2c2f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.01461143 BTC
Feerates: 117.91 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (843,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,996 70,996 0000000000cc6ebd9c9eec94b892ae3e161da7e3c0dfb873c655532e156fee67 7 0.00/1.00 vMB 0
70,995 70,995 0000000000b136f7b8cd5d250a53bc9e53060e48182e06b37520e9ab8f343413 2 0.00/1.00 vMB 0
70,994 70,994 000000000017a17bedb4f3fca578b6d3d9fc5f53df6b9fdcd3e372b0b4026bb4 1 0.00/1.00 vMB 0
70,993 70,993 0000000000b9aaf1d2017a3bf74619264c70d1b9d87f4ff50cba867832111f2f 1 0.00/1.00 vMB 0
70,992 70,992 000000000024e601753eb69038775562ff20ca191e805b10afd46286ec33410e 1 0.00/1.00 vMB 0
70,991 70,991 0000000000fef14c58e8ffb99d7446319857b9dac1f9ef3e3fe7e044d6ada7fb 1 0.00/1.00 vMB 0
70,990 70,990 000000000047ad14bdf28a83b9ece3ffc14a67c31352b2241aef2bcf5851d7e3 4 0.00/1.00 vMB 0
70,989 70,989 00000000008b7d1706c54be68ec01a88a80b89667add07c6016d363b267b158f 4 0.00/1.00 vMB 0
70,988 70,988 0000000000080a294f1ee307c959af1eecb65531ba64847e8003a4db784e514f 3 0.00/1.00 vMB 0
70,987 70,987 0000000000816ea28e146475661a13ff8730dc03f5fa977ef6f7412c9db6806b 1 0.00/1.00 vMB 0
70,986 70,986 0000000000430cd317d4c786118a830a08e72ce02624baaf356d76aede2f72b0 3 0.00/1.00 vMB 0
70,985 70,985 0000000000becae893a059e31ed3739209a254e5ae2acd3ac87f4a0b94bf0740 3 0.00/1.00 vMB 0
70,984 70,984 0000000000874540bc0bc02d5beda5566cccbd3cc34f539a618e7f732e049bd0 1 0.00/1.00 vMB 0
70,983 70,983 00000000005642ca76e9838926be10e2f95ccac67712c699c0835a1574c8e386 1 0.00/1.00 vMB 0
70,982 70,982 000000000028473ad34dcfc2f3b9e866568305157a3be6dce5208d947c26961f 3 0.00/1.00 vMB 0
70,981 70,981 0000000000971858ca7744013dcfab7427ac0e57c9d5f3a160b92d67faddd986 2 0.00/1.00 vMB 0
70,980 70,980 0000000000579d384b06af5a110ef1c52e3204630517f598b1526255a85331d4 4 0.00/1.00 vMB 0
70,979 70,979 00000000003a5a766c0f7443650612dfc7021e59f2529acdcad02cddc37e8a8c 1 0.00/1.00 vMB 0
70,978 70,978 0000000000040c8f94dce5ccd1961915809ccb2ff1ad8ef57783572e4a278c82 3 0.00/1.00 vMB 0
70,977 70,977 000000000029aad07ef2818d18d144b2ec622a46ff7797caec13b003a1d211c0 2 0.00/1.00 vMB 0
70,976 70,976 00000000003b2f1463db647a3bf1bffbba0522d5db8a4805ee581a014f45e4fb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.