Loading Tool

Explorer IconExplorer

Memory Pool

82,752 transactions
30.24 vMB
0.09856542 BTC
Random Selection Loading Transactions
Max Size: 183.42/200 MB

Candidate Block

Mining Attempt 2e1e35307d5b71411155b88fc2fe6397663267c002844a7090f99491dbcccb98
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root eb8c49ac64bc686aba5c77528e584188cb000f656fb5b19d4c51fd93fbd01c70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,655
Size: 1.00 vMB
Total Fees: 0.02700127 BTC
Feerates: 521.84 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (301,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,721 613,721 0000000000000000000cf33e2d6c777a5e28e1e6aec34a6a15828ffc06c88f08 1,328 0.42/1.00 vMB 16
613,720 613,720 00000000000000000011c513116fd5ee0f7c9cb286f4a88e23b047b95172fbc0 1,312 0.47/1.00 vMB 17
613,719 613,719 0000000000000000000447f979133d35a64b35eac7bada54fe52acd9ada35c66 216 0.06/1.00 vMB 23
613,718 613,718 0000000000000000000913f68150337194c3ae6bae7a1bb188b520c481e8d2ff 762 0.20/1.00 vMB 7
613,717 613,717 00000000000000000004bd6ea258f791b2e74c670f4c962613d9d495507af19a 2,538 1.00/1.00 vMB 16
613,716 613,716 00000000000000000000914cf15e85240e265a5105a0fe144af8cda662780a5a 2,980 0.92/1.00 vMB 14
613,715 613,715 0000000000000000000c47af938e5ad92c75a10350cbcd9e570ff6db49cff442 1,657 0.53/1.00 vMB 14
613,714 613,714 000000000000000000022969bacbdeb77e6c9c8673a155946df1ff754416467f 1,833 0.77/1.00 vMB 8
613,713 613,713 0000000000000000000ee74cc5cdeae2529a3d813ce7da007db4e317fd7275c7 2,422 1.00/1.00 vMB 9
613,712 613,712 00000000000000000004b981b6cec1f9c333a1810f23a0d492b273a081e5545f 2,712 1.00/1.00 vMB 8
613,711 613,711 0000000000000000000b4d2b81c37355897785352b15ca128aee8fed40d6fe9b 2,989 1.00/1.00 vMB 12
613,710 613,710 0000000000000000000e932404f9b1ad8437384300169e272b8b7edc0c750ec2 3,053 1.00/1.00 vMB 16
613,709 613,709 000000000000000000015961435c42d0e08bc46974a5b0b9eda3e1d6e4879bb4 2,356 1.00/1.00 vMB 17
613,708 613,708 0000000000000000000a0063e2a0dba8b43f7ea39db35a844d59814cb2b8fe0f 2,462 1.00/1.00 vMB 23
613,707 613,707 000000000000000000013305a8be5be48862d9cd5fec63515b5c6138bca9930e 2,916 1.00/1.00 vMB 16
613,706 613,706 0000000000000000000ffd3324d575119a383560ddd2e93425b9fda086b66c02 2,179 1.00/1.00 vMB 47
613,705 613,705 000000000000000000042130286f6874c9dbba24a6afd04c256dccd424f80f65 2,828 1.00/1.00 vMB 10
613,704 613,704 0000000000000000000c3c31111d16b05ad257c8f0a2ac0facabf3adfd73cef2 2,425 1.00/1.00 vMB 12
613,703 613,703 00000000000000000007cff8f0ad068ab27b4890ce22fcac1030103152465092 1,135 1.00/1.00 vMB 6
613,702 613,702 0000000000000000000ea276275f8f0de2a1721081b18bfe77a3ff47c45ccc84 2,182 1.00/1.00 vMB 8
613,701 613,701 00000000000000000002422927d23c972dfe3e4453f546766ca9bd913b4ac97e 2,209 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.