Loading Tool

Explorer IconExplorer

Memory Pool

38,147 transactions
27.24 vMB
0.06116732 BTC
Random Selection Loading Transactions
Max Size: 138.60/200 MB

Candidate Block

Mining Attempt 82c245d1b472b0042a75847a08799039784dac3b5640edb514213ea400ddd0c9
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root ca7ff05a55565145eabe8343fcb1c06aceada8b07d2943b4f17d126783555913
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,262
Size: 1.00 vMB
Total Fees: 0.00959488 BTC
Feerates: 60.16 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (147,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,921 766,921 000000000000000000075dadd247971e726ceb343a921bda64c0460050f5fca2 2,034 1.00/1.00 vMB 12
766,920 766,920 00000000000000000006b6aac57674047cd3800d21882b6894e5578164e45073 920 0.25/1.00 vMB 11
766,919 766,919 00000000000000000001a47a8dafdd5e50dd8424c9b7699c55af0bcd53da5523 1,591 0.68/1.00 vMB 9
766,918 766,918 00000000000000000000fcf2fa60eb415f35c6acd2998a6383786940d71a78f4 1,493 1.00/1.00 vMB 6
766,917 766,917 00000000000000000003c95fd513842b9fe3f39a7d6f48ac7580f3d6efa928eb 1,841 1.00/1.00 vMB 9
766,916 766,916 0000000000000000000182a49b5605b9668f1bf29be4a79173d481576ab93e1a 1,587 1.00/1.00 vMB 3
766,915 766,915 00000000000000000000433c18484d4e49fa1ac744210ac907ce6eaf9f40251d 3,334 1.00/1.00 vMB 9
766,914 766,914 00000000000000000006c46ce0f7a5023865286c3e24ba8aecfa116ed2be280a 2,859 1.00/1.00 vMB 7
766,913 766,913 0000000000000000000514a644276c4c5d446c4e9894f4835b2ad29024373d94 3,629 1.00/1.00 vMB 7
766,912 766,912 000000000000000000071fb5ee79e4b55e31e417f2f9ab80d23cbbc237d38725 3,159 1.00/1.00 vMB 10
766,911 766,911 000000000000000000071dea14a68131210afc845b0afea003f1a2d04e7c23c3 2,691 1.00/1.00 vMB 15
766,910 766,910 000000000000000000068ab9f71761ffff3f622eabee00eca0c874d5c4a4c839 3,259 1.00/1.00 vMB 26
766,909 766,909 0000000000000000000708ac981eb90e8db060922abda4e4051a7571f4060bb5 1,646 0.76/1.00 vMB 2
766,908 766,908 00000000000000000007620264f202e415efb44e03c36eaded1e1537493f9278 3,045 1.00/1.00 vMB 4
766,907 766,907 00000000000000000004eda79d053bd39e29b8b9cd8c9b0524a3edde0994c6b3 3,599 1.00/1.00 vMB 20
766,906 766,906 000000000000000000011d03fa5538f4f4e08f1793298730a214251ddc6d0698 3,248 1.00/1.00 vMB 11
766,905 766,905 000000000000000000077fdfa9a5b60ebacd713c7b416deb065c37a74e1e86d2 1,072 0.64/1.00 vMB 4
766,904 766,904 00000000000000000002b28b056cd5b6edf61e42e690cf9123249d6cc8e0b0d8 1,087 1.00/1.00 vMB 5
766,903 766,903 00000000000000000005a7c6340272dfd72c39c8f95de2c343a6a151cf8d2bec 1,699 1.00/1.00 vMB 11
766,902 766,902 00000000000000000003bbc2724fc7baa37c90eba1782a98f25a19caad19cce1 2,583 1.00/1.00 vMB 7
766,901 766,901 000000000000000000005de66fdd4b2b3235d4e6011c9d1b6b2c299790079a5a 2,161 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.75 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: 631.27 GB
    • Received: 12.06 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.