Loading Tool

Explorer IconExplorer

Memory Pool

47,290 transactions
22.94 vMB
0.10227191 BTC
Random Selection Loading Transactions
Max Size: 128.27/200 MB

Candidate Block

Mining Attempt 409606b6b4c024e52270c5cdb32413838084d7894e355cdcac0c78868a87bea4
Version 20000000
Previous Block 00000000000000000001045411278c3f10e0eb0874bafed6934049382fa0e78f
Merkle Root cbf8528fff3ba5c1dbc3c8c0adc66e099ea2780de339d009f085f5e73187d692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.03305030 BTC
Feerates: 115.63 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,098 (843,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,693 70,693 00000000008a5f876ac317ed7bd936cbf0ec49c951b73d557ee3c3270adfe9b4 1 0.00/1.00 vMB 0
70,692 70,692 00000000002fcb227537689c83c8ef564478567d5cde080f870d2b64ef76244c 3 0.01/1.00 vMB 0
70,691 70,691 0000000000e343543d4df7e828b7bf46df72310545b976e077e57200fb575aef 14 0.00/1.00 vMB 0
70,690 70,690 0000000000dc1f8a86ca8a7565e85a6d965364da0d334df33464d1d5a24c0b6d 2 0.00/1.00 vMB 0
70,689 70,689 0000000000d9cbf76b40d60add35e9c609a7c9d84e0d7fcb8d5538d6e8085c84 2 0.00/1.00 vMB 0
70,688 70,688 0000000000109d34f9d062215173c09857c343b553b0526431aa7dc2777f2650 2 0.00/1.00 vMB 0
70,687 70,687 0000000000a5bca8ea0c04a8f068d6976208572123235bbcb02d6da3c7dde253 2 0.00/1.00 vMB 3,891
70,686 70,686 0000000000f99c4a92524495d3851062495022925edf79a456a0959da42cc113 2 0.00/1.00 vMB 0
70,685 70,685 0000000000c42956ea176e84b2748f6a31c6f3f7cd4dce45952017ba31b4b902 1 0.00/1.00 vMB 0
70,684 70,684 0000000000087eaca0e5df198d2816a9bf8ade5dbbf1175b1d1d7559f8ba80f2 2 0.00/1.00 vMB 0
70,683 70,683 0000000000c70cf26ba170c1d9790d74e8fbc9eb4cb3b45d56b13cb77487c1fe 1 0.00/1.00 vMB 0
70,682 70,682 00000000008ec5d8866ef679d4de88d71800ed7b3489654cbfe46fcc204ecece 4 0.00/1.00 vMB 0
70,681 70,681 000000000036699b77d1cfb53a71ff8bd80302d17c74a486bf6483f3b7561128 2 0.00/1.00 vMB 0
70,680 70,680 0000000000b059e077e0fa41adb70faeb47233c72882ba612e3f593984c0e488 1 0.00/1.00 vMB 0
70,679 70,679 0000000000bc48a0e9d07deb0460008bb9c51e442f54fe5784ba7159d687e981 2 0.00/1.00 vMB 3,875
70,678 70,678 000000000045a293c20df9cf2c8231c68625cba2daa78badeaf21d37512262f4 1 0.00/1.00 vMB 0
70,677 70,677 0000000000bbbe49f5545e98d2fb79a0b448ea5e6b9ec8db55b653e477973606 2 0.00/1.00 vMB 3,861
70,676 70,676 0000000000c394e66c6acc93875ba3ea1763b7f1c9c3ebcd12e878f490631148 1 0.00/1.00 vMB 0
70,675 70,675 00000000006971758e7d6aae860e9cea00a759e9fa87dc7eff29408b31ead753 2 0.00/1.00 vMB 0
70,674 70,674 0000000000bbaeb4837d1c8c0d7a1de54a13127a22e1e9e1e49e297f9bece9d1 1 0.00/1.00 vMB 0
70,673 70,673 00000000002da72615c2ab39846ac5d7c94dab3bcd48dbf41e27523c9cae456b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.77 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: 559.29 GB
    • Received: 7.16 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.