Loading Tool

Explorer IconExplorer

Memory Pool

84,962 transactions
31.84 vMB
0.18987672 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt f29a21332b6c1c22a52932e20db641bce34c8e43d6abdfd90b9d846683be6d77
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ef83d89384a30b794a1fb8770e4b91b0be20947ba841be2296bbd1ba0e616fd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.07235141 BTC
Feerates: 301.64 > 7.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (421,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,793 493,793 00000000000000000017229591f8f5b36eac45084c6b37249aa4b8aba17ac6d4 2,499 1.00/1.00 vMB 280
493,792 493,792 000000000000000000ab8ad082e1bc9d9579bd768f15a1a759334daed7892948 2,305 1.00/1.00 vMB 284
493,791 493,791 00000000000000000007d415de04ed1d82bd7be537cbef05dfa3068a4769f30e 2,989 1.00/1.00 vMB 277
493,790 493,790 0000000000000000008569f002ddf7501ff58fb35559d7303b676875cea1225d 2,418 1.00/1.00 vMB 320
493,789 493,789 0000000000000000006631e7aedcd1dc3e5bd5a047f4b35c4e061594b0e7bbd3 2,420 1.00/1.00 vMB 324
493,788 493,788 0000000000000000001f826befe2522d3f51b54996afa6bb95f579e61bd6e69c 2,291 1.00/1.00 vMB 264
493,787 493,787 0000000000000000006d293cf78e8dee4cdfa48ad4a998038cc7348e883dfb18 2,998 1.00/1.00 vMB 321
493,786 493,786 0000000000000000001c543ca8e378bd68a90b8e748adc64cb0f238ba7b31e49 2,655 1.00/1.00 vMB 271
493,785 493,785 000000000000000000142a9b42e43e15d69dacadb268353f7754d81b5ea7893d 2,126 1.00/1.00 vMB 168
493,784 493,784 000000000000000000157d69f0913b855ee481f77f7f3eadd408eba64ca5626e 2,311 1.00/1.00 vMB 288
493,783 493,783 0000000000000000009d9806d4b06a7790075782eb0485246ffc83a068bcd208 2,290 1.00/1.00 vMB 225
493,782 493,782 0000000000000000006ab6717ee0e7e45fe4da0f3887d514da4961dc151e50ae 1,516 1.00/1.00 vMB 51
493,781 493,781 00000000000000000099a936d69bba629873a0d24391ee99630d49be90e78aa8 2,279 1.00/1.00 vMB 221
493,780 493,780 000000000000000000af3bfa1902bd997529740196a3ee37951332f7e98f1648 1,503 1.00/1.00 vMB 148
493,779 493,779 000000000000000000b15c27dbe24f40f52e3e56d8f4992fbdf5ff1177a7e6df 2,326 1.00/1.00 vMB 106
493,778 493,778 000000000000000000b9c35cac078e4f0d1359dc321f9b099ee4b1ca2775baad 2,129 1.00/1.00 vMB 189
493,777 493,777 0000000000000000001360f423b0d90a94bcd464a401a3b4aeff983d9b18b72a 2,393 1.00/1.00 vMB 149
493,776 493,776 000000000000000000742402d088ed31a527392223982923e3f73dc4dc4e7d2f 2,430 1.00/1.00 vMB 196
493,775 493,775 00000000000000000019f2e3e09090e5ac0fa9da649001fe69d0f920fe076808 2,586 1.00/1.00 vMB 310
493,774 493,774 000000000000000000bced6cf2b24ad5220fa03c30bbbe79151d2b3662b9186e 1,946 1.00/1.00 vMB 73
493,773 493,773 00000000000000000038f3e6bb3edf14bf57f12532f94eaaf4e2fa20f94ab74d 2,236 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.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.