Loading Tool

Explorer IconExplorer

Memory Pool

44,039 transactions
27.30 vMB
0.07994372 BTC
Random Selection Loading Transactions
Max Size: 142.53/200 MB

Candidate Block

Mining Attempt e0a9775b5b968904e47b67447a654def973c7caff5f1e20264f04b2e7a23fe40
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root dacf3d721ead23d946ef82235b5670eb3974909f372004a46a55409e623c0f44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,501
Size: 1.00 vMB
Total Fees: 0.02677630 BTC
Feerates: 100.45 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (179,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,019 735,019 00000000000000000000daf1cac8d60be65c287876c9b1a16ba88ab3394a8c9e 3,615 1.00/1.00 vMB 8
735,018 735,018 000000000000000000014f05d3da610a9ed169206077733f00e489b971b9dc22 2,729 1.00/1.00 vMB 16
735,017 735,017 00000000000000000005bfbe0d05f3b81fab6faa87f0ac35f8eed71c9968c728 1,815 1.00/1.00 vMB 10
735,016 735,016 0000000000000000000844dc52c02990315ce58da9c4f78ec49dd66c4ea330c3 1,347 1.00/1.00 vMB 10
735,015 735,015 0000000000000000000077e3ee1d257e681f84306f71afb805e3e6a0fcbebb88 1,709 1.00/1.00 vMB 10
735,014 735,014 00000000000000000006c4987ebae4a757e680616a65213fb269d7ad83db802f 1,883 1.00/1.00 vMB 11
735,013 735,013 00000000000000000000db2cde9d93f4d0b67f8a743ce3a91f433d8f4ba8d08a 1,695 1.00/1.00 vMB 9
735,012 735,012 00000000000000000001b9c5b181909ed91a8bb3dba527597a31d1748633d2e0 3,290 1.00/1.00 vMB 15
735,011 735,011 00000000000000000007fe843ef9e58701490340e55a3b6f0120cdb3d8abaf08 809 1.00/1.00 vMB 14
735,010 735,010 000000000000000000009e68e3487f7ea59d866aa5a90349e93a8098df8be6c5 327 1.00/1.00 vMB 14
735,009 735,009 000000000000000000017ddb055c4aacbee361dcc6b24fce1fc629657b884cd0 2,721 1.00/1.00 vMB 22
735,008 735,008 000000000000000000071518d202d9fa4a0529c56ec3c2eb985d3819466e73f4 1,180 1.00/1.00 vMB 9
735,007 735,007 0000000000000000000274e96f49c7f237cead663b837d196c898d1550eed1c2 1,158 1.00/1.00 vMB 10
735,006 735,006 000000000000000000052a5f9e4047f4f6523a194f788eff41d60214b25ec325 1,200 1.00/1.00 vMB 10
735,005 735,005 000000000000000000072cef8ae4991170f0308be677b429937426c826926bb4 841 1.00/1.00 vMB 8
735,004 735,004 0000000000000000000742dfb6a1d5f5e85d4b7510ba18184420a8d202f2450c 3,079 1.00/1.00 vMB 9
735,003 735,003 000000000000000000000427d02427c59d94bf32a9d5d3f279f988e89ba81ac9 2,512 1.00/1.00 vMB 10
735,002 735,002 000000000000000000046f886ceb8a1f8c6112a8d8925bf9746c225289e2c25c 2,450 1.00/1.00 vMB 12
735,001 735,001 0000000000000000000102f18e3b118ccc1170786163338c2dfdf17ac9785e47 1,828 1.00/1.00 vMB 16
735,000 735,000 000000000000000000055fc826f66e3b1135096a9d12ff75804815d3d1c72cd8 1,487 1.00/1.00 vMB 16
734,999 734,999 00000000000000000001b1fdf7e564e40353ee559e0f5c4d13ecfd84a070ca16 2,537 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.