Loading Tool

Explorer IconExplorer

Memory Pool

30,606 transactions
27.57 vMB
0.06042937 BTC
Random Selection Loading Transactions
Max Size: 134.65/200 MB

Candidate Block

Mining Attempt 4c6bd2c416a4786e210921c70c1b3ef4b933894e80f0723b2d385fbc26fcaaef
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root e1c80654876d1e4d8878e23f3b8ef7a80fa26cb2369dd47f6985d5904b5d816d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,929
Size: 1.00 vMB
Total Fees: 0.00764475 BTC
Feerates: 70.32 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (205,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,827 708,827 0000000000000000000018b23d20ffcf0d45397d0d0bf304434f17686224c8d3 3,885 1.00/1.00 vMB 13
708,826 708,826 0000000000000000000470740f21cc481d43442af404aa96d24ef1c20d304493 3,898 1.00/1.00 vMB 15
708,825 708,825 0000000000000000000386e9571dd7380ca2538f4d3d652167245d18c98735dc 2,929 1.00/1.00 vMB 20
708,824 708,824 0000000000000000000351ad9e557c657743114914310d935199a06d2806332d 2,872 1.00/1.00 vMB 33
708,823 708,823 0000000000000000000a9d961f6865ca31450d6a3f408c92b5192f5c8953f629 3,147 1.00/1.00 vMB 24
708,822 708,822 0000000000000000000c7bdc24d9673de602c42862ca5cac7315d3b1f7e16e0a 2,994 1.00/1.00 vMB 28
708,821 708,821 0000000000000000000100f5246581e0fd5b2676b8c0fb33d6fa3a4add347382 2,643 1.00/1.00 vMB 27
708,820 708,820 0000000000000000000a6b08f8d359c7d18f6fe59f8f5c39ddeceaf21eeb7c8a 2,695 1.00/1.00 vMB 30
708,819 708,819 00000000000000000008bc032639ad8827da6bb3315e8005a326c5c8d75654fa 2,683 1.00/1.00 vMB 10
708,818 708,818 00000000000000000002a03d025a9d31926652e783180ab636a55916862065cb 1,933 1.00/1.00 vMB 20
708,817 708,817 00000000000000000002897e40cc22e5ebd116f14e23c222e96142f3edca71f9 3,128 1.00/1.00 vMB 22
708,816 708,816 00000000000000000006734ff94dcd7b4da09a0a191bf1e3ade08729a29c987e 2,567 1.00/1.00 vMB 10
708,815 708,815 00000000000000000004df9526c478019e556140dcef6f005f2dc8b9a6298c0a 3,210 1.00/1.00 vMB 9
708,814 708,814 0000000000000000000a8b80ec2063ae3eddbf6bff73510fc859f6478d743c02 3,239 1.00/1.00 vMB 9
708,813 708,813 000000000000000000030f53002e9d9515bed2f882ca417206b5dc2787c061ac 2,819 1.00/1.00 vMB 24
708,812 708,812 00000000000000000000a41901604afb275a7c20af717f2aac6c71e3d7c531bd 2,419 1.00/1.00 vMB 14
708,811 708,811 00000000000000000007f970c6d4c488ccac5a271abcc36ca4f3e2fcc531fa7d 2,125 1.00/1.00 vMB 10
708,810 708,810 000000000000000000044c3229ae05b95e50506c7ec63164afac7ef183391019 1,477 1.00/1.00 vMB 23
708,809 708,809 0000000000000000000645b4f90294bf7312978331b3f466865171fa8ac0e498 3,315 1.00/1.00 vMB 35
708,808 708,808 00000000000000000004f2748f1a00164d160df01cb581e4367b2958ef3a94aa 2,673 1.00/1.00 vMB 15
708,807 708,807 000000000000000000027c410fc321cc89e7e2d0cd40428ae16a1526efe4db5b 3,145 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.57 GB
    • Received: 11.23 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.