Loading Tool

Explorer IconExplorer

Memory Pool

44,946 transactions
27.37 vMB
0.10403139 BTC
Random Selection Loading Transactions
Max Size: 143.52/200 MB

Candidate Block

Mining Attempt 5a34f389f93691621ad1aca893a69a77b8636b7c7eb413710889b4282177b23f
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7ef4a2cb0774adb0753878e86c94500e3f3bbadecbb5dce8a36c8a16f0753f63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04753531 BTC
Feerates: 151.16 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (345,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,784 569,784 0000000000000000002babfce06ed7d387dc597ccd760a67e87c3f91fc565a99 2,899 1.00/1.00 vMB 72
569,783 569,783 0000000000000000000648c6889af5c3919a945fbe56377aad0839241bd39975 2,455 1.00/1.00 vMB 39
569,782 569,782 00000000000000000010c2b8a3ec0bf4fec83823d241740b2ba9739b67009e4e 2,650 1.00/1.00 vMB 41
569,781 569,781 0000000000000000000ac8236d09a3f7aef5f56f6002499eae474e9194ab972c 3,206 1.00/1.00 vMB 45
569,780 569,780 000000000000000000037e8a4356cb96ea4fc44dea915d8e909b284fd8679e85 2,698 1.00/1.00 vMB 49
569,779 569,779 0000000000000000001f7804ded77747726d6663170db7ed4754da307284031e 3,017 1.00/1.00 vMB 52
569,778 569,778 0000000000000000000c8a4c06ca618c27d878d3e2b2caf008c2efb7d218be10 3,051 1.00/1.00 vMB 69
569,777 569,777 000000000000000000023cf9b484f89c0131b24060c6dcdaff4dbd23cbb050f0 2,739 1.00/1.00 vMB 57
569,776 569,776 00000000000000000027572342723da2f0f928d66e69c66b7b116d60e9f43804 3,405 1.00/1.00 vMB 68
569,775 569,775 00000000000000000012c808d385adc44c04f661bd9b7da86c8c5880b797abcd 2,765 1.00/1.00 vMB 71
569,774 569,774 000000000000000000256875e78fd948add46b88728943832df346f610289ebf 2,187 1.00/1.00 vMB 49
569,773 569,773 000000000000000000290b89f722a5377fab79c08012794c0644769546653a41 2,550 1.00/1.00 vMB 52
569,772 569,772 000000000000000000027718fd4c39e9bfdf688c8226b4f85fdf0b3bcfad3df5 3,188 1.00/1.00 vMB 54
569,771 569,771 00000000000000000007ab4c07386001a4d99fe53a12fd81693b3ee0019a4f7b 3,004 1.00/1.00 vMB 60
569,770 569,770 00000000000000000018145967e4e8c55553cf2a90ff1e67de0b16f4979fb4c5 3,222 1.00/1.00 vMB 75
569,769 569,769 00000000000000000014715327ddf658fd22cbdd96c93650d51a16bc7fc55b94 2,999 1.00/1.00 vMB 79
569,768 569,768 00000000000000000007cdb447d3be34ffbdedcf3fff89c04e0ab9bcde09de3d 2,662 1.00/1.00 vMB 57
569,767 569,767 0000000000000000000d8a6b25ebbdf9a3c4beead8ec2bbd8f62dba8b8bbb166 2,551 1.00/1.00 vMB 57
569,766 569,766 00000000000000000029c64b2790f165340f873dae1d4ac9ec84d1b23666f1db 1,294 1.00/1.00 vMB 53
569,765 569,765 00000000000000000002fd3b05c261f1b845fca15d4383623c92a11f15f87908 2,863 1.00/1.00 vMB 67
569,764 569,764 0000000000000000000c8e5fe9c87f01344671f5c85c3f91658d370f6581ffe2 1,583 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.16 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.27 GB
    • Received: 13.85 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.