Loading Tool

Explorer IconExplorer

Memory Pool

81,404 transactions
31.02 vMB
0.07964605 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt 8c0e9d80ce925783d3b361568f8336a22242a47514e186812665ce525b33c09c
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 9f3a862ba2ede14b528457108199deb15715fc777cb9157a13223adaa4934fcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.01288066 BTC
Feerates: 73.20 > 1.29 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (154,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,175 761,175 00000000000000000005d803b25423a4019b0161f5d4651b09c9b8ac01075a0e 1,018 1.00/1.00 vMB 11
761,174 761,174 00000000000000000002e8810ab62ac0f4253ed9385b9aa61d35c47ca64c227e 2,991 1.00/1.00 vMB 18
761,173 761,173 0000000000000000000596a6ec30f91f51597121623c84d45fa718e1e11bf4f1 2,246 0.95/1.00 vMB 2
761,172 761,172 00000000000000000001dea693df7bc2471b41572e91ebe2e7cdc716ed83e4c2 3,104 1.00/1.00 vMB 15
761,171 761,171 000000000000000000060c2bfce691b5714305a9df07d1fab39cf2bb9f6c92e2 3,130 1.00/1.00 vMB 18
761,170 761,170 00000000000000000005ba2b6915f83c7e5ec38c2a6186ff72fc9518a2446ea0 2,157 0.82/1.00 vMB 10
761,169 761,169 00000000000000000005752b02950cc8781fdf4d03baa84856f907607ef579d4 735 0.36/1.00 vMB 8
761,168 761,168 0000000000000000000770fd4ebe46356b8ee2162b7133eec87fc9159b0c0f0b 1,233 0.51/1.00 vMB 7
761,167 761,167 00000000000000000004e28bfb58a4d3b56803a0c7730df5d5c77e6953b81812 567 1.00/1.00 vMB 2
761,166 761,166 0000000000000000000320c8dbf8700f29479682704e69bf10fce4abcaca91a8 2,623 1.00/1.00 vMB 7
761,165 761,165 000000000000000000031acff4d3e4eb166339680bc8a9f08f70ece6402d2ecb 3,086 1.00/1.00 vMB 19
761,164 761,164 0000000000000000000538761c792f25fd5a5a3c9554233d25d2edc90d02ba4c 2,718 1.00/1.00 vMB 11
761,163 761,163 00000000000000000006401d01a38d79c33130bd35471e251ada15cda0031e4e 2,262 1.00/1.00 vMB 8
761,162 761,162 000000000000000000029f27a7aa335961a30e45f32fa324f63f5b8a57f40a99 1,841 1.00/1.00 vMB 9
761,161 761,161 000000000000000000023f8d3d00ef05ca9602c2b355e042e154c4c8b5c57e7e 1,275 1.00/1.00 vMB 10
761,160 761,160 000000000000000000014f4b37c4708f2829d2558c7a715fffb4ce415bb8262d 2,481 1.00/1.00 vMB 7
761,159 761,159 000000000000000000055f88f38dbf1fbfdd8feac38f5a0addcfbaa23aad2420 2,423 1.00/1.00 vMB 8
761,158 761,158 00000000000000000000f858fb4c9f8df5099a41d60802ce66bd783a9ef3b82d 2,893 1.00/1.00 vMB 7
761,157 761,157 00000000000000000000095a56e282073fd83aa1b2c59bf115afc8181cf7c071 2,863 1.00/1.00 vMB 14
761,156 761,156 0000000000000000000717f75137515abb74ce3572d063b0ede67fa69bfd1137 3,526 1.00/1.00 vMB 20
761,155 761,155 00000000000000000000a4e472156854d81430a4a1284fa53f9c02cfb3dcad65 2,972 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.