Loading Tool

Explorer IconExplorer

Memory Pool

75,359 transactions
30.83 vMB
0.09677248 BTC
Random Selection Loading Transactions
Max Size: 181.03/200 MB

Candidate Block

Mining Attempt bc287b3e10be730e5a1c6c8200d50c43e2bd87843a858ad3b975adb477a053f3
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 878e928c5cb06da931d2f4eaec4dd6e90621b51b57948ce5f992626bee1007ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,077
Size: 1.00 vMB
Total Fees: 0.01795807 BTC
Feerates: 301.35 > 1.80 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (721,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,035 194,035 00000000000002b4a38015c09b73beedb8522f8b17d453613d8da7e8d70aa1ab 512 0.26/1.00 vMB 82
194,034 194,034 0000000000000423a73fdf72ced38e09638d8597387e1481909cefd789b178aa 189 0.05/1.00 vMB 37
194,033 194,033 00000000000004eb203e0c75688459df509f002f394b100ff1f16e0b52fd7744 182 0.13/1.00 vMB 100
194,032 194,032 00000000000005751cd1113ef5e7d79b78bad36ee0e328f53ab39b3ab559e7e5 659 0.25/1.00 vMB 131
194,031 194,031 00000000000002d23c1554c0cb75272b8f13ba6cf5827bb8b14c0c32bfa2e199 755 0.25/1.00 vMB 163
194,030 194,030 0000000000000244b04cca0c66840b01f4985b84591c90bb6aedffbd939c1de0 716 0.25/1.00 vMB 143
194,029 194,029 00000000000005ef4f130a365ddf06551a7fdf8352a7c2cdf61b3d47e25de50e 671 0.26/1.00 vMB 140
194,028 194,028 0000000000000277a8573fc24ceb4b5fb797de42816e38d864a2f3a70e217859 87 0.03/1.00 vMB 267
194,027 194,027 0000000000000705b75ae0f395a8ed374e47b243d2526ab28a392d0e208edbc6 32 0.01/1.00 vMB 0
194,026 194,026 00000000000003a412080ef91f22bf646aa0f2e0ac7075d10fc64bff2ae8a2c7 165 0.06/1.00 vMB 57
194,025 194,025 000000000000009c062daedc1621b367cba97266cb006a22aa034ee959f45a5f 12 0.00/1.00 vMB 29
194,024 194,024 00000000000006bb4618083c9a559dc88511135c372224464ce5f7568a6c2202 140 0.05/1.00 vMB 101
194,023 194,023 00000000000004ecf57eed1b8ed9a5d4b2a4044adc53f7504bbac8634249bbe4 120 0.05/1.00 vMB 52
194,022 194,022 00000000000005a14fa2e80b75b7beac79d26e8f18f7036b79a808c5a462119a 255 0.13/1.00 vMB 131
194,021 194,021 00000000000000aa6eec29d8964dc7be3cab5552bcd4404480fbab5936dc07ab 93 0.05/1.00 vMB 89
194,020 194,020 0000000000000629770d86bf84c3b0a02f230e5a6ab5d6626c261b097ce111ec 443 0.19/1.00 vMB 143
194,019 194,019 0000000000000208a8a7c329a71a4287aa206f0eab131ad3ed4d9d013a05cfa6 372 0.25/1.00 vMB 98
194,018 194,018 000000000000051436b00df7ee8509ccdbc6652d14f9fb696cbda90b6c503355 186 0.08/1.00 vMB 127
194,017 194,017 00000000000004b339d3e4a74f46e113797fa83939342c4bbffef63319d7d134 9 0.00/1.00 vMB 33
194,016 194,016 000000000000076ea54c4b56999fa4b2a79edf89a76b9979d9d2bd10513e31fe 138 0.08/1.00 vMB 87
194,015 194,015 00000000000000851eb9443b40eb23211e0831f03409c1abefc7b18a3aee94af 792 0.25/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.12 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: 739.11 GB
    • Received: 18.62 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.