Loading Tool

Explorer IconExplorer

Memory Pool

40,603 transactions
29.04 vMB
0.09541876 BTC
Random Selection Loading Transactions
Max Size: 147.82/200 MB

Candidate Block

Mining Attempt af60ed317c6dffd4ca7f6e0605260f36394860ce3f16b7775ba7399c028c5120
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 30e54b093a4ff752a2db5232569a531b7b9513f71fc1c399af37972529f10959
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,576
Size: 1.00 vMB
Total Fees: 0.03882519 BTC
Feerates: 101.65 > 3.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (307,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,845 606,845 0000000000000000000b9dd986936c4c4bc545bf7c457fe30586b8f0ba6e155e 2,931 1.00/1.00 vMB 19
606,844 606,844 0000000000000000001438412e808a7e7fd796b3b5e9c959fbd83a9ad695c34d 3,121 0.94/1.00 vMB 15
606,843 606,843 00000000000000000009db304545bf3c7b4f831c8af0248df937b5152a9e1ef1 2,071 0.81/1.00 vMB 8
606,842 606,842 00000000000000000011ae7cccb37e6891893c90fd1d0b504b1e4bd337e8a3cb 3,083 1.00/1.00 vMB 9
606,841 606,841 00000000000000000002c1436ad7c0d7ebf088e7806604fb4021a5b83bb97d51 2,765 1.00/1.00 vMB 16
606,840 606,840 000000000000000000131f0635adab143f3efc98e26e3c425da369c6ea018b03 2,958 1.00/1.00 vMB 5
606,839 606,839 0000000000000000001527057e3fc3f2b4d9cc7b27cff0d0a9e824d1dc0aed1a 3,240 1.00/1.00 vMB 15
606,838 606,838 0000000000000000000093f566027ec1baf512ec3505c76cad38a7d6f5c5522e 752 1.00/1.00 vMB 31
606,837 606,837 00000000000000000009db7093559b105b6467c5c43e036a786922358ff42fe5 1,692 1.00/1.00 vMB 17
606,836 606,836 0000000000000000000f33f7b37f1f6eea6a799fddd499c6a5e08172b8fd7db1 890 1.00/1.00 vMB 22
606,835 606,835 00000000000000000001b7a8c5ae8fd505ec3913179d6a52459c5ed708693201 3,326 1.00/1.00 vMB 32
606,834 606,834 0000000000000000001113a75e4aae2badba2880b660140e0c97b61fac178994 1,096 0.28/1.00 vMB 9
606,833 606,833 0000000000000000000c3adc319ec04cf86fe4c693773fbecbcc3326d6247524 2,696 1.00/1.00 vMB 14
606,832 606,832 00000000000000000001efe21b4a9bb4b365826167afca19d6174385ae3f8805 173 0.08/1.00 vMB 9
606,831 606,831 000000000000000000088c4021cdea5460781f310eac019b187ede6005e6a50f 1,892 0.57/1.00 vMB 16
606,830 606,830 00000000000000000011d94d4eb6c86b0c6af42d2ec076270fc0c9fbf00f3bc5 2,973 0.86/1.00 vMB 15
606,829 606,829 00000000000000000009d3e4ba030109a0a5173c4c444c75288f439609852f90 2,834 1.00/1.00 vMB 17
606,828 606,828 00000000000000000008e01a8eb45330f4e604ea3e6fa4156436da36bc1a5b50 2,108 0.63/1.00 vMB 17
606,827 606,827 00000000000000000012c9470535daeb7a2d4741b38ba012ff63d398062f0965 2,626 1.00/1.00 vMB 14
606,826 606,826 00000000000000000011435ab8ea6b60ce7037b1bdfe064c4d86087bbcb65dae 888 0.27/1.00 vMB 10
606,825 606,825 00000000000000000013374f67b478fd3625bfee5d4a515c62e920eb197fb499 2,095 0.69/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.57 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: 622.64 GB
    • Received: 11.35 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.