Loading Tool

Explorer IconExplorer

Memory Pool

82,218 transactions
30.24 vMB
0.16930363 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt 3eef8ae1154e14bcdf6d6c7b1a2ed87935a3a2967ba1602b53696fcd01dcca33
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2b1eb446989de5acaa5b47f2e0d8228cef6a9c7b34c6dfbc235b67274aff3d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.06443986 BTC
Feerates: 1,002.91 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (228,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,871 686,871 000000000000000000057ea2c0422b693d471eb5388d17456cb7ed96a139b56b 1,077 1.00/1.00 vMB 11
686,870 686,870 00000000000000000000e98b1c8570a3f838b8fc9c0c81772e005e882cee48c1 1,414 1.00/1.00 vMB 10
686,869 686,869 000000000000000000080268fadcfd5b42412d819a26dfe9d561487aab961283 1,189 1.00/1.00 vMB 31
686,868 686,868 0000000000000000000242c9946b0e645842cff667fe64c33197973d589d3042 2,590 1.00/1.00 vMB 4
686,867 686,867 00000000000000000004d478fe5f725b7b4d680c9769c71e335c534ca322e073 2,330 1.00/1.00 vMB 6
686,866 686,866 00000000000000000003f9991f1cbee67375d217d773ac1728f164530df32440 2,074 1.00/1.00 vMB 38
686,865 686,865 0000000000000000000b1272390ab492a7d8c437724fcc3b2fed85612ee8065f 2,012 1.00/1.00 vMB 59
686,864 686,864 00000000000000000005fa5ad22bb12364a4cbfb6c9eedb4c552201a17ae8c1b 2,214 1.00/1.00 vMB 45
686,863 686,863 0000000000000000000bfad2ee72e760db27182081c8f4be2276652e1e9fad46 2,317 1.00/1.00 vMB 45
686,862 686,862 00000000000000000003e3dbfb5dccadabb5258bc6b71772fb35c84bf95a04ec 883 1.00/1.00 vMB 32
686,861 686,861 00000000000000000007584fd24db3775355b9caa59a3c4b1c860fd51d81a3e4 1,350 1.00/1.00 vMB 55
686,860 686,860 000000000000000000075c60bd916187b4ee86456aceefdb7f336fcac35929b7 1,818 1.00/1.00 vMB 39
686,859 686,859 000000000000000000086f4d7e84a9bfd82d1cd71653ca6c00fe0e9b277d99df 2,536 1.00/1.00 vMB 15
686,858 686,858 0000000000000000000a380162f1854c14b9184d4dc4262456fb84807b6b4a10 2,317 1.00/1.00 vMB 12
686,857 686,857 00000000000000000002fb79dab109df93fdd7bd46734b6ca00cca86a704c43d 2,489 1.00/1.00 vMB 36
686,856 686,856 00000000000000000003001c3ff51ca528bea7ee3c947048660f34caaa52686a 1,586 1.00/1.00 vMB 43
686,855 686,855 000000000000000000091e2b436a5ff33c7f1a080f4dd486ba7850634f58ad6e 1,849 1.00/1.00 vMB 19
686,854 686,854 0000000000000000000c9c07ec3f871becea2efd76c00cee12fc80c2bd25b73c 2,228 1.00/1.00 vMB 38
686,853 686,853 0000000000000000000a8a086a37ff523b1cd57417dececc180c07b43ef669d5 2,289 1.00/1.00 vMB 73
686,852 686,852 0000000000000000000680669a232361b61eabadf0f3f52af5295a944ff108db 1,749 1.00/1.00 vMB 5
686,851 686,851 00000000000000000001044df166f8e9a0faa781077c6cc212ba8ea9a554dcfd 2,053 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.