Loading Tool

Explorer IconExplorer

Memory Pool

82,680 transactions
30.45 vMB
0.12261577 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt 1fee13f5a0b2b5946bd8e6174e4d23fa7adb1d5b3f14c2c7744479c01848eab6
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (322,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,454 592,454 000000000000000000137873ba85b89c965b849b185aae2c0ef2469d59d14922 2,928 1.00/1.00 vMB 37
592,453 592,453 000000000000000000118ba8c3bdff44c80ec23c3474d2d97e63cb23957d4183 2,299 1.00/1.00 vMB 19
592,452 592,452 0000000000000000000739285348790309d2eb2d075b72334cb698fd3d2db75f 2,722 1.00/1.00 vMB 31
592,451 592,451 000000000000000000000e1f43fbb9cf7d6453c1d2789a4f8f864498213425a6 472 1.00/1.00 vMB 34
592,450 592,450 000000000000000000129d844f9717256ffde5555b345f987f25339520e76734 1,760 1.00/1.00 vMB 48
592,449 592,449 000000000000000000149448bc6bcf96c40eb106fa992d16b02fda6d5f945c32 2,612 1.00/1.00 vMB 33
592,448 592,448 000000000000000000125dffde35ac9b00f78b08a3a1e375d9481f7af337d182 2,217 1.00/1.00 vMB 20
592,447 592,447 00000000000000000015c9d758883cd4773df76e417351b50d4508e637fa0a80 2,893 1.00/1.00 vMB 36
592,446 592,446 00000000000000000006f0c5c8c183e64f5d471b00c1c2d1b39625f8249e4744 2,581 1.00/1.00 vMB 37
592,445 592,445 0000000000000000000b1c3ddfd2eceaa09720d10f5947c6a68bef19c6be5891 3,190 1.00/1.00 vMB 45
592,444 592,444 0000000000000000000d5bba9f88ba941ce5d13da9b6fd3085f020dc3169e91e 2,796 1.00/1.00 vMB 33
592,443 592,443 000000000000000000043f6cf808d72b6109d49386c882c1b304d59c29f007d1 2,757 1.00/1.00 vMB 30
592,442 592,442 000000000000000000058c804cb9fbcb078077cfe563f16e6c2d0833cccb96d9 2,631 1.00/1.00 vMB 37
592,441 592,441 000000000000000000049eed140a9b218b6e0d7d16fc30081b35c8556801fe01 2,300 1.00/1.00 vMB 41
592,440 592,440 000000000000000000120de76ae8bedbf85c8211e3e76a8989325f3ab1fea69b 1,902 1.00/1.00 vMB 60
592,439 592,439 00000000000000000001d4a818416657d9fc66eebf245b48f786dd5d336fe75f 1,308 1.00/1.00 vMB 77
592,438 592,438 0000000000000000000cf3e72fa27e09eb6f5edb2b9e0f71f889254786347c11 2,699 1.00/1.00 vMB 70
592,437 592,437 0000000000000000000e2e96d3c9b5c7fed0e117bbd615e9f346fe7f3adc9f37 2,373 1.00/1.00 vMB 39
592,436 592,436 0000000000000000001453406655863703b4792d3fcd57ae2327020c87cdefea 2,473 0.91/1.00 vMB 9
592,435 592,435 000000000000000000091c1f007f7fa255b1fc823770b9b5809c61aa6d5c25ec 2,753 1.00/1.00 vMB 38
592,434 592,434 0000000000000000000b4b59a4e9b54c773b5e562dead558108d0ef51cad2088 263 0.11/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.