Loading Tool

Explorer IconExplorer

Memory Pool

77,036 transactions
33.53 vMB
0.13417476 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt 893bce1a8f683a17d06657f0cc499737d220ebb10afecbc36788cf57e2c3e07d
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 65827e39dca5b9e6a3824cf39357a9cc668f9a939989e39a6d5d44af6f28918c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,541
Size: 1.00 vMB
Total Fees: 0.02614036 BTC
Feerates: 100.53 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (452,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,754 462,754 000000000000000001babf0f4eb269ef8e32ec3c4b7fa1d2dca2cbb393c8692a 2,373 1.00/1.00 vMB 167
462,753 462,753 000000000000000000fe617d14fe84344d4f038d1cb2c2874bf3d86f7fa50606 2,564 1.00/1.00 vMB 226
462,752 462,752 00000000000000000153b8151de97b23a01195c8d803fa2e97e4a804e33bf3e8 2,004 1.00/1.00 vMB 186
462,751 462,751 0000000000000000014f4c733f9524241ab67fa41ad036eaec680b5d4a8c553c 1,756 1.00/1.00 vMB 148
462,750 462,750 000000000000000000453a9f803adc247f6b7e6247670ead737d0c312c2d9a8b 3,313 1.00/1.00 vMB 156
462,749 462,749 000000000000000001b13d94728f32dcbbc5f26e1a2662203a10be4b7ce99909 3,023 1.00/1.00 vMB 136
462,748 462,748 000000000000000001ade4768a0e4fa912c2caa06c8b03e6d14ab6c89850fc23 2,601 1.00/1.00 vMB 143
462,747 462,747 00000000000000000019aec0c690517b64955e36b4c18e38a794865c850f107d 2,543 1.00/1.00 vMB 246
462,746 462,746 0000000000000000015adeecf657e72d68a70692fcf622547a0cca6772e0082a 2,337 1.00/1.00 vMB 139
462,745 462,745 0000000000000000018fa1e033e89fe38c402073f5cc932da22942dedf27b13e 2,784 1.00/1.00 vMB 162
462,744 462,744 000000000000000000c977a3482f81fd41a24fbb4e8a91e0effbd8359ff551ab 1,867 1.00/1.00 vMB 158
462,743 462,743 000000000000000001595088131044670a2c93caf00613fdb2f0dce2fef37d1f 2,345 1.00/1.00 vMB 153
462,742 462,742 000000000000000000d048c87ce940f5bd25ca78a50000a526347aa214ebbfa9 1,490 1.00/1.00 vMB 161
462,741 462,741 00000000000000000185bd89b1b0d7b8d7145a68ef5121c37879037f778ef65c 2,058 1.00/1.00 vMB 200
462,740 462,740 0000000000000000013da79079d22fbc29eecc65598436e836b2a7bf90490855 1,289 1.00/1.00 vMB 151
462,739 462,739 000000000000000001fd25c53f0d5c59a4186bf85dab16ece89d4f683625243a 2,517 1.00/1.00 vMB 236
462,738 462,738 00000000000000000033906e4e3f4db5131402eac48189225cd894fe6017c824 2,637 1.00/1.00 vMB 169
462,737 462,737 000000000000000000fa860714c464119870635e4a7c46be228602f19a464da4 2,147 1.00/1.00 vMB 163
462,736 462,736 00000000000000000163cf9c6d00879332d8aad5cc27a4f6351f59f4603eec0f 1,847 1.00/1.00 vMB 170
462,735 462,735 000000000000000000781613bd62b620b9ded1c8b3f8890d36733b9c155c4616 1,953 1.00/1.00 vMB 158
462,734 462,734 0000000000000000003598601f381099c7b56a6d0916d01dca7787823e4e5e9f 2,719 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 783.11 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: 733.23 GB
    • Received: 18.54 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.