Loading Tool

Explorer IconExplorer

Memory Pool

82,460 transactions
32.21 vMB
0.08860624 BTC
Random Selection Loading Transactions
Max Size: 193.96/200 MB

Candidate Block

Mining Attempt 22dcfa29083f3b582cfb1e541d4ec4972ccad7e57833c1ea6f251282c8d7c69c
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 8d703133df5aacb343d5688b6f79b6d5d3d1b30422750fc79e7675456d5629a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,822
Size: 1.00 vMB
Total Fees: 0.01706569 BTC
Feerates: 142.62 > 1.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (97,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,035 818,035 0000000000000000000021202a55d3dd5a142f28e12cccf00ed0e3b862323058 3,922 1.00/1.00 vMB 84
818,034 818,034 000000000000000000042d44e71c6b4a927962f8676cb516243a5d9a9853dd55 5,556 1.00/1.00 vMB 120
818,033 818,033 0000000000000000000223bd0a9df6b1ad888a045ee6ca48c19b24a7df93d636 3,430 1.00/1.00 vMB 115
818,032 818,032 00000000000000000001e2b53a3ffc6022f03406e4f782710b8493fff7517e6d 4,224 1.00/1.00 vMB 80
818,031 818,031 00000000000000000003c35b10de1e525e3dbd6a8c70475856e5ad5c3048e6ba 6,276 1.00/1.00 vMB 93
818,030 818,030 00000000000000000000e36aea5a4153cc550143174e3e9016cc95cadc1e1234 4,327 1.00/1.00 vMB 95
818,029 818,029 000000000000000000024b37b4fe92da05d738a75e7b2ff73a34477b51e4e12c 5,170 1.00/1.00 vMB 99
818,028 818,028 000000000000000000016dc8d86c9d58f1e5bdef87978b5e167bd4a0c917aed1 2,884 1.00/1.00 vMB 135
818,027 818,027 000000000000000000013637d5a079eddbf7695eced4f7bb4ce7581bfa798121 3,686 1.00/1.00 vMB 115
818,026 818,026 000000000000000000039039fe871fe3a66633cfe695380284ee357180687e09 3,773 1.00/1.00 vMB 83
818,025 818,025 0000000000000000000141b4340becbc70e30d65b203b6869ceb7e7386f18c95 3,670 1.00/1.00 vMB 127
818,024 818,024 00000000000000000000920a2eadc0fe306f90baf9a13a8800aeb53ca235fe4c 3,022 1.00/1.00 vMB 81
818,023 818,023 00000000000000000001f4d2116525925024d77765230de790714a874b17b0d9 3,791 1.00/1.00 vMB 124
818,022 818,022 00000000000000000003d771b04ff3deccfb3282bf8fb725431c30c8a5d0eaec 5,397 1.00/1.00 vMB 95
818,021 818,021 00000000000000000001788a5bf06b4cc40410cafa38eb7c8cf3ba5fb49f776c 3,746 1.00/1.00 vMB 118
818,020 818,020 00000000000000000001efd97e81eadeb7617c63a72f1dd788c41bbd8bfd857e 3,927 1.00/1.00 vMB 112
818,019 818,019 000000000000000000042ff58f9b1e281a9a0afd0a5a181fa4212f6ea202f0d0 3,626 1.00/1.00 vMB 99
818,018 818,018 000000000000000000036cdb95bd25d06183df6584a29ebc96d7c609f77d9245 3,587 1.00/1.00 vMB 147
818,017 818,017 00000000000000000000f87310c3e5a7903a19e6cada0777eedbb4b5a64465bd 3,114 1.00/1.00 vMB 157
818,016 818,016 00000000000000000000324a0860e13066d7beed9785d47523b46a64b6f380e8 2,027 1.00/1.00 vMB 222
818,015 818,015 00000000000000000002e6710101233b85e9977b8864239edce6ef0a3728993f 3,885 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.