Loading Tool

Explorer IconExplorer

Memory Pool

79,187 transactions
30.08 vMB
0.12502057 BTC
Random Selection Loading Transactions
Max Size: 180.42/200 MB

Candidate Block

Mining Attempt 94511d2a2e3487b15ef59e64ac830eeb97a3da32b2f5b57e90fc048e33e6807e
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4bfc8f2dbe0127e3f1cf2b20ca84cec2090c96e30f83a2a96354e396a4c96a58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03886689 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (213,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,336 701,336 0000000000000000000b31d8ac0d91a974d98aa00cd5d8bc30a5c3568c2607ab 963 0.36/1.00 vMB 11
701,335 701,335 00000000000000000005b0b45fd76327e569ed40f8834fca2c4b03297d23be70 440 0.16/1.00 vMB 15
701,334 701,334 000000000000000000092da9b5868bd8fb545f18e1a6f92e57c0c34be5cc18a6 2,035 0.88/1.00 vMB 10
701,333 701,333 00000000000000000002784ae71b98f6da49f5d6ac3dc7e4cac3e5e5fa6c394b 203 0.08/1.00 vMB 11
701,332 701,332 0000000000000000000f48a5cfe9457fb459a1f4d9507c9cb33bbb18d12ddfee 1,189 0.41/1.00 vMB 10
701,331 701,331 00000000000000000003059c5018fe0216d93a5a363fee868fdca31bda0f78a4 769 0.34/1.00 vMB 2
701,330 701,330 00000000000000000009bd07549dac2770bc3eea3d5788f1c839b6e30e75175d 1,034 1.00/1.00 vMB 1
701,329 701,329 000000000000000000041a8f8e735c14473c54a5f68a38ce58886050623073dc 1,486 1.00/1.00 vMB 6
701,328 701,328 00000000000000000000dfaa3e10438be07b388ed792e5d6a49fdb0e9f16c911 1,951 1.00/1.00 vMB 8
701,327 701,327 0000000000000000000560d5f1a1d415fd9a99247016e946c3e362ce3c46856a 2,137 1.00/1.00 vMB 17
701,326 701,326 0000000000000000000e524dd22a6c0f492ad02f4ba16db24db22ab424d0caf5 2,298 1.00/1.00 vMB 8
701,325 701,325 0000000000000000000ee7696f2c023e20fdad998af4aec47107ddc637491403 2,984 1.00/1.00 vMB 12
701,324 701,324 00000000000000000003ca3c5df5e9ff329f0f857d0575d6b6c2b585ea6dca9b 1,903 1.00/1.00 vMB 6
701,323 701,323 0000000000000000000ee14fb68114169d6fa1f3e57909bf31a34f0e0a7ab0fb 1,263 1.00/1.00 vMB 7
701,322 701,322 0000000000000000000cbe8d66e547046b5b226b9c669dae171430bb214a2066 2,878 1.00/1.00 vMB 4
701,321 701,321 0000000000000000000a86abfe07e6b1367b76a2cd31985258797b04973cab3a 2,903 1.00/1.00 vMB 16
701,320 701,320 00000000000000000001011f71d57241f31ff9245671f844bf65ca811f16e440 2,601 1.00/1.00 vMB 4
701,319 701,319 0000000000000000000c9bb0b886f88c31f9d69b8eaaa655b725e3eac148d090 2,903 1.00/1.00 vMB 14
701,318 701,318 0000000000000000000e626f8f94195338ede15e75214c39c767a465417d7e28 2,881 1.00/1.00 vMB 19
701,317 701,317 00000000000000000001e56bdee1d3f20d6114615fe1bdc82e61209d285e5e68 1,928 0.86/1.00 vMB 1
701,316 701,316 00000000000000000003ef5adcb9af81b0ae7f9e353331b6d4a6d04cbb486326 2,690 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.