Loading Tool

Explorer IconExplorer

Memory Pool

50,717 transactions
28.44 vMB
0.07701810 BTC
Random Selection Loading Transactions
Max Size: 153.05/200 MB

Candidate Block

Mining Attempt 3a6dd497e2064ec27cd7e7ae753a11c7db00e6963db94eacca765e82e42905d0
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 11efba7e51e5bcf456d12d11e4d7c99cfc52791ce8838e5233e1077744ae725c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,221
Size: 1.00 vMB
Total Fees: 0.02278478 BTC
Feerates: 507.72 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (505,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,701 409,701 0000000000000000007ddb71f71965cd0e4c0dbbde8d2eb2a8a8f7cf04095c0e 905 0.39/1.00 vMB 33
409,700 409,700 000000000000000000f77a89fb68e5aa22a9119abe11d4d3c44e36f11d03a9aa 529 0.26/1.00 vMB 30
409,699 409,699 00000000000000000402fa8b183cd71075e73c688be25fcc9f6361bb874de63d 237 0.09/1.00 vMB 45
409,698 409,698 0000000000000000050c81be71251f916e76d289c8f439e370f5d773e4d8d618 851 0.38/1.00 vMB 36
409,697 409,697 00000000000000000139f46ba61afad279e0f0a1541c4a869a597b7bdd031033 349 0.28/1.00 vMB 21
409,696 409,696 00000000000000000523618e8eceae623f18303b281087f00a8eeab64e41cdf6 2,029 0.88/1.00 vMB 39
409,695 409,695 000000000000000002a7ffaa36fea24b20d74f175c657d44adbd73a49a812e9f 1,129 0.46/1.00 vMB 37
409,694 409,694 00000000000000000535701d6e86d238032d5788c491bf5abd444d054df6a5ed 1,417 0.78/1.00 vMB 28
409,693 409,693 000000000000000003ab346bdeec7639c83aa480012e0914ecb55ad8f11f9b2e 2,236 1.00/1.00 vMB 32
409,692 409,692 0000000000000000025ee3e1addb6de472c76ad7e968d8c6c28e8f6522553ccb 390 0.18/1.00 vMB 31
409,691 409,691 000000000000000004b6213f2b6b70bb3cf5e012306a7517ae6312befe6e63ca 1,276 0.62/1.00 vMB 35
409,690 409,690 0000000000000000002380a79735b38a29f9cef8b41e37ee146eac1621ee851f 918 0.48/1.00 vMB 35
409,689 409,689 00000000000000000004824e68ed59c2cbd164e0984037edff36d6f7348d3e6f 673 0.41/1.00 vMB 33
409,688 409,688 000000000000000004b67f20bc071638b645d124c879cc97d647f1d24693f347 461 0.28/1.00 vMB 30
409,687 409,687 000000000000000002579b2cbf4d0f6f46870cfbe36c2732cc3a8d75b3def4d6 1,599 0.77/1.00 vMB 33
409,686 409,686 00000000000000000057727bad98b7f52eec2b8e0832efe8ce91fadab9a5c0e1 1,353 1.00/1.00 vMB 25
409,685 409,685 000000000000000003ee42260cea6c2bbf4313b9247a8875d4a49fb1f8c6b730 3,118 1.00/1.00 vMB 48
409,684 409,684 0000000000000000010e4e570e2a2cddb156d82642a7713abcc4323bbb2eb351 1,587 0.64/1.00 vMB 35
409,683 409,683 000000000000000002f6299519d31624f761511441746e81e991bc6b4f9f2af7 711 0.39/1.00 vMB 33
409,682 409,682 0000000000000000045f15d3cdb34068414b81e12b68362aff5a8998b7e6f730 1,963 1.00/1.00 vMB 41
409,681 409,681 000000000000000003347f51f4ee1ba201f2ef31f9bed83f9783a05ee4c8a27d 1,191 0.89/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.