Loading Tool

Explorer IconExplorer

Memory Pool

41,780 transactions
28.74 vMB
0.06772329 BTC
Random Selection Loading Transactions
Max Size: 151.06/200 MB

Candidate Block

Mining Attempt 2a408e714b537f9376f7fd161afb9a0344ade714b46840527aa706c3f312ed85
Version 20000000
Previous Block 00000000000000000001c0e471ae3d5377bb12b8abc9c3f3ee3a4448797fefdd
Merkle Root 9b7dce67fdbe1020efa147020f4104ddb240d3089d96aa80554b4cd43a75edcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,000
Size: 1.00 vMB
Total Fees: 0.01284100 BTC
Feerates: 50.27 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,859 (208,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,791 706,791 00000000000000000007e9ead2e1e6b3986b785980fdfe353e6e9b1be94c7a74 2,182 0.69/1.00 vMB 10
706,790 706,790 0000000000000000000b693804f0333f23749482766c32b6b1868c1e44b14260 714 0.18/1.00 vMB 11
706,789 706,789 0000000000000000000c4ffedaad9cda3afef4a941cc453c7a17a23a2bc69809 850 0.28/1.00 vMB 13
706,788 706,788 0000000000000000000ac4bcaf51f96366915244b966737da3b5eaad29bac1b5 1,023 0.38/1.00 vMB 9
706,787 706,787 00000000000000000004735f5ceb06ed91426252e96b18a2a62fa78689ec83ab 1,637 0.74/1.00 vMB 6
706,786 706,786 00000000000000000007d583bb7f92dca8e86728bec9c4dd3a30ed0ea94f0247 2,327 1.00/1.00 vMB 5
706,785 706,785 00000000000000000008ad71b8340de105a18a674eb31a37752d444d0395da8e 2,860 1.00/1.00 vMB 9
706,784 706,784 00000000000000000006fd623cd9a22a934cdd4c9d60245e1a2eb9282a3530db 838 1.00/1.00 vMB 6
706,783 706,783 00000000000000000000f93087d472069753f386367ec4d71c7011c56a663926 1,586 1.00/1.00 vMB 7
706,782 706,782 00000000000000000009ccca2455b98fb9631c8307658de01127eb9227b6cc25 1,672 1.00/1.00 vMB 2
706,781 706,781 00000000000000000002bc92b565e169dbd8557e12f517853e0aaea825402a26 3,032 1.00/1.00 vMB 8
706,780 706,780 00000000000000000007fff86fd87d27c8f4c3e81a07acebdb4d860fb5ac2bf7 2,908 1.00/1.00 vMB 9
706,779 706,779 00000000000000000006ccf1190e8066d4b43abc1fda71218ee0844cb9fdd372 2,589 1.00/1.00 vMB 12
706,778 706,778 00000000000000000004261b624e41fb1a775026b0b3e4e00a396a233ac69cc3 3,723 1.00/1.00 vMB 6
706,777 706,777 0000000000000000000b5a593343cdb52a0529621b6ac91619ff96c3b5a747de 2,146 1.00/1.00 vMB 12
706,776 706,776 00000000000000000007c7d174651d01761dfe3441a9e023021f30a360538be4 2,793 1.00/1.00 vMB 10
706,775 706,775 0000000000000000000a1efaf38ded97085f2131a7a7e336db8919f5e3276514 2,867 1.00/1.00 vMB 33
706,774 706,774 000000000000000000003e738a73e9e23f8dd623a2e2af171bc074993fab57bb 1,934 0.96/1.00 vMB 4
706,773 706,773 00000000000000000000d14c98ffb845c5e2efc40582c6bab3d4e04e14883426 2,685 1.00/1.00 vMB 7
706,772 706,772 0000000000000000000c8e2f9578b681c7ab1482abc1e628f19db9f66b8fac7a 3,405 1.00/1.00 vMB 12
706,771 706,771 000000000000000000013d9304e35ad03e9beed53066fa82e7a65cf3602f6265 2,837 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.14 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: 652.72 GB
    • Received: 13.80 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.