Loading Tool

Explorer IconExplorer

Memory Pool

28,690 transactions
5.83 vMB
0.07534465 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.63/200 MB

Candidate Block

Mining Attempt dea29008e7b839cbf369ab0b94d1efe97b5c64c9e02b74db15201e83651188c4
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 3435058dccca965c85368133c558ede34170c55c0e540c8780bbea7eacc32837
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.05710743 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (721,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,176 191,176 0000000000000484473849313a617251e60eae610cd3698410d3490b787eb2bc 0.05 MB 143 287
191,175 191,175 00000000000004f9ccc473e1ce7d5a453e306089f48d2da66e80cc35f5030dac 0.42 MB 948 134
191,174 191,174 00000000000000d837547374a82f31f463173f5ad01477801248bfd5c05ea995 0.02 MB 28 102
191,173 191,173 00000000000006a8e45fa3e9334a128687fc94ec7fe31baced0c81c4b7582c21 0.05 MB 123 106
191,172 191,172 0000000000000721202243f0019ccb3e87a20e784be49085f9d76a04dc5fbadc 0.17 MB 512 34
191,171 191,171 00000000000007c7c1e90a883ee0d8765969c9a49591307d73fdfe4918e0068a 0.04 MB 136 75
191,170 191,170 00000000000001b15968b70ff9675f630a7dc6cba5e5ac3dda200fee65854504 0.12 MB 322 125
191,169 191,169 00000000000007a0e9d4c427e04f355d121c17ef2c9a9ba7020b6afe370c15c1 0.22 MB 512 89
191,168 191,168 00000000000003eb008cae99b25c2928e4169ed82bdcdcbb03125632e0b8e9f9 0.00 MB 12 0
191,167 191,167 00000000000000048ce76c8db91a1b85c3e6ec18737b0d3523ca23ba8db3560e 0.24 MB 672 135
191,166 191,166 00000000000007c419f64c68ac2440021b743a29edec8591f823b67d77f604d9 0.25 MB 373 116
191,165 191,165 000000000000020597c4141b9c15c2570838db9a6ea0f807091bb039b10b2e58 0.00 MB 12 60
191,164 191,164 00000000000004ad30b54da5a86c0abc227f72bd0ba86ba841a787910e363d33 0.00 MB 17 45
191,163 191,163 000000000000023f6696027dbd652e42a9af19a451378f3935668976ca0deb7f 0.04 MB 111 130
191,162 191,162 0000000000000636bf65c908b60db90ac89405753116075bfcbc4b0d565c3371 0.18 MB 380 151
191,161 191,161 00000000000005966ab1d2fd556e2e59f6f86caabdbfde046085b359e93e590d 0.25 MB 586 126
191,160 191,160 0000000000000547ea947b3dd3c113ff29912e0b4a6fc10df03a256d0b505e9a 0.06 MB 216 29
191,159 191,159 00000000000005df6bbaa106d24c1e186074d4492d6586b8e61520f87e1f84d0 0.05 MB 165 4
191,158 191,158 00000000000008cb9af4d9d8f371be69a7f36df309efcb2b437b1f67fc404aa7 0.21 MB 512 128
191,157 191,157 00000000000008f832844f441b045c2165bb621106fdd3fb25aedb16c89d5d13 0.25 MB 593 142
191,156 191,156 00000000000006d5587b8f8e36cbf278088e2fabab3bd113c3ab3b4692b94eb9 0.00 MB 13 44
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 11
  • Data Transfer:
    • Sent: 189.31 GB
    • Received: 2.12 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.